Uses of Class
org.apache.felix.servicebinder.InstanceMetadata

Packages that use InstanceMetadata
org.apache.felix.servicebinder   
org.apache.felix.servicebinder.architecture   
 

Uses of InstanceMetadata in org.apache.felix.servicebinder
 

Methods in org.apache.felix.servicebinder that return InstanceMetadata
 InstanceMetadata InstanceManager.getInstanceMetadata()
          Returns the InstanceMetadata
 InstanceMetadata InstanceMetadata.getInstantiates()
          Get the meta data of the instances
 

Methods in org.apache.felix.servicebinder with parameters of type InstanceMetadata
protected  java.lang.Object GenericActivator.proxyProvidedServiceObject(java.lang.Object obj, InstanceMetadata descriptor)
          Method called before an object implementing services is registered in the OSGi framework.
 

Uses of InstanceMetadata in org.apache.felix.servicebinder.architecture
 

Methods in org.apache.felix.servicebinder.architecture that return InstanceMetadata
 InstanceMetadata Instance.getInstanceMetadata()
          Get the instance metadata
 InstanceMetadata InstanceChangeEvent.getInstanceMetadata()
           
 

Constructors in org.apache.felix.servicebinder.architecture with parameters of type InstanceMetadata
InstanceChangeEvent(Instance ref, InstanceMetadata meta, int state)