org.apache.geronimo.blueprint.mutable
Interface MutableReferenceMetadata

All Superinterfaces:
ComponentMetadata, ExtendedServiceReferenceMetadata, Metadata, MutableComponentMetadata, MutableServiceReferenceMetadata, NonNullMetadata, ReferenceMetadata, ServiceReferenceMetadata, Target
All Known Implementing Classes:
ReferenceMetadataImpl

public interface MutableReferenceMetadata
extends ReferenceMetadata, MutableServiceReferenceMetadata

A mutable version of the ReferenceMetadata that allows modifications.

Version:
$Rev: 766508 $, $Date: 2009-04-19 22:09:27 +0200 (Sun, 19 Apr 2009) $
Author:
Apache Geronimo Project

Field Summary
 
Fields inherited from interface org.apache.geronimo.blueprint.ExtendedServiceReferenceMetadata
PROXY_METHOD_CLASSES, PROXY_METHOD_DEFAULT
 
Method Summary
 void setTimeout(long timeout)
           
 
Methods inherited from interface org.osgi.service.blueprint.reflect.ReferenceMetadata
getTimeout
 
Methods inherited from interface org.apache.geronimo.blueprint.mutable.MutableServiceReferenceMetadata
addServiceListener, addServiceListener, removeReferenceListener, setAvailability, setComponentName, setInterface, setProxyMethod
 
Methods inherited from interface org.apache.geronimo.blueprint.ExtendedServiceReferenceMetadata
getProxyMethod
 
Methods inherited from interface org.apache.geronimo.blueprint.mutable.MutableComponentMetadata
addDependsOn, removeDependsOn, setActivation, setDependsOn, setId
 

Method Detail

setTimeout

void setTimeout(long timeout)


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.