Uses of Interface
org.apache.felix.servicebinder.InstanceReference

Packages that use InstanceReference
org.apache.felix.servicebinder   
org.apache.felix.servicebinder.impl   
 

Uses of InstanceReference in org.apache.felix.servicebinder
 

Classes in org.apache.felix.servicebinder that implement InstanceReference
 class InstanceManager
          A InstanceManager is created for every component instance.
 

Methods in org.apache.felix.servicebinder that return InstanceReference
 InstanceReference ServiceBinderContext.getInstanceReference()
           
 

Methods in org.apache.felix.servicebinder with parameters of type InstanceReference
 Object InstanceReference.ValueHolder.get(InstanceReference ir)
          Returns the associated value.
 

Constructors in org.apache.felix.servicebinder with parameters of type InstanceReference
InstanceReferenceEvent(InstanceReference ir)
          Construct an event with the specified source instance reference.
 

Uses of InstanceReference in org.apache.felix.servicebinder.impl
 

Methods in org.apache.felix.servicebinder.impl that return InstanceReference
static InstanceReference ArchitectureServiceImpl.findInstanceReference(Object obj)
           
 

Methods in org.apache.felix.servicebinder.impl with parameters of type InstanceReference
static void ArchitectureServiceImpl.addInstanceReference(InstanceReference ref)
           
static void ArchitectureServiceImpl.removeInstanceReference(InstanceReference ref)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.