Uses of Class
org.apache.aries.blueprint.container.ReferenceListRecipe.ServiceDispatcher

Packages that use ReferenceListRecipe.ServiceDispatcher
org.apache.aries.blueprint.container   
 

Uses of ReferenceListRecipe.ServiceDispatcher in org.apache.aries.blueprint.container
 

Fields in org.apache.aries.blueprint.container with type parameters of type ReferenceListRecipe.ServiceDispatcher
protected  DynamicCollection<ReferenceListRecipe.ServiceDispatcher> ReferenceListRecipe.ManagedCollection.dispatchers
           
protected  java.util.ListIterator<ReferenceListRecipe.ServiceDispatcher> ReferenceListRecipe.ManagedCollection.ManagedListIterator.iterator
           
 

Methods in org.apache.aries.blueprint.container that return ReferenceListRecipe.ServiceDispatcher
protected  ReferenceListRecipe.ServiceDispatcher ReferenceListRecipe.findDispatcher(org.osgi.framework.ServiceReference reference)
           
 

Methods in org.apache.aries.blueprint.container that return types with arguments of type ReferenceListRecipe.ServiceDispatcher
 DynamicCollection<ReferenceListRecipe.ServiceDispatcher> ReferenceListRecipe.ManagedCollection.getDispatchers()
           
 java.util.List<ReferenceListRecipe.ServiceDispatcher> ReferenceListRecipe.ManagedCollection.subList(int fromIndex, int toIndex)
           
 

Methods in org.apache.aries.blueprint.container with parameters of type ReferenceListRecipe.ServiceDispatcher
 boolean ReferenceListRecipe.ManagedCollection.addDispatcher(ReferenceListRecipe.ServiceDispatcher dispatcher)
           
 boolean ReferenceListRecipe.ManagedCollection.removeDispatcher(ReferenceListRecipe.ServiceDispatcher dispatcher)
           
 

Constructor parameters in org.apache.aries.blueprint.container with type arguments of type ReferenceListRecipe.ServiceDispatcher
ReferenceListRecipe.ManagedCollection.ManagedListIterator(java.util.ListIterator<ReferenceListRecipe.ServiceDispatcher> iterator)
           
ReferenceListRecipe.ManagedCollection(boolean references, DynamicCollection<ReferenceListRecipe.ServiceDispatcher> dispatchers)
           
 



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