Uses of Interface
org.apache.felix.servicebinder.architecture.Instance

Packages that use Instance
org.apache.felix.servicebinder   
org.apache.felix.servicebinder.architecture   
org.apache.felix.servicebinder.impl   
 

Uses of Instance in org.apache.felix.servicebinder
 

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

Methods in org.apache.felix.servicebinder that return Instance
 Instance[] InstanceManager.getChildInstances()
          Get a list of child instances in case this is a factory
 

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

Methods in org.apache.felix.servicebinder.architecture that return Instance
 Instance[] Dependency.getBoundInstances()
          get the bound service objects
 Instance[] Instance.getChildInstances()
          Get a list of child instances in case this instance is a factory
 Instance InstanceChangeEvent.getInstance()
           
 Instance[] ArchitectureService.getInstances()
          Get a list of all the available instance references
 

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

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

Methods in org.apache.felix.servicebinder.impl that return Instance
 Instance[] ArchitectureServiceImpl.getInstances()
           
 



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