org.apache.aries.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: 896324 $, $Date: 2010-01-06 06:05:04 +0000 (Wed, 06 Jan 2010) $

Field Summary
 
Fields inherited from interface org.apache.aries.blueprint.ExtendedServiceReferenceMetadata
PROXY_METHOD_CLASSES, PROXY_METHOD_DEFAULT
 
Fields inherited from interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
AVAILABILITY_MANDATORY, AVAILABILITY_OPTIONAL
 
Fields inherited from interface org.osgi.service.blueprint.reflect.ComponentMetadata
ACTIVATION_EAGER, ACTIVATION_LAZY
 
Method Summary
 void setTimeout(long timeout)
           
 
Methods inherited from interface org.osgi.service.blueprint.reflect.ReferenceMetadata
getTimeout
 
Methods inherited from interface org.apache.aries.blueprint.mutable.MutableServiceReferenceMetadata
addServiceListener, addServiceListener, removeReferenceListener, setAvailability, setComponentName, setFilter, setInterface, setProxyMethod, setRuntimeInterface
 
Methods inherited from interface org.apache.aries.blueprint.ExtendedServiceReferenceMetadata
getProxyMethod, getRuntimeInterface
 
Methods inherited from interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
getAvailability, getComponentName, getFilter, getInterface, getReferenceListeners
 
Methods inherited from interface org.osgi.service.blueprint.reflect.ComponentMetadata
getActivation, getDependsOn, getId
 
Methods inherited from interface org.apache.aries.blueprint.mutable.MutableComponentMetadata
addDependsOn, removeDependsOn, setActivation, setDependsOn, setId
 

Method Detail

setTimeout

void setTimeout(long timeout)


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