Uses of Class
org.beanfabrics.context.ServiceEntry

Packages that use ServiceEntry
org.beanfabrics.context   
 

Uses of ServiceEntry in org.beanfabrics.context
 

Methods in org.beanfabrics.context that return ServiceEntry
 ServiceEntry Context.findService(java.lang.Class type)
           
 ServiceEntry DefaultContext.findService(java.lang.Class type)
           
 ServiceEntry ServiceAddedEvent.getServiceEntry()
           
 ServiceEntry ServiceRemovedEvent.getServiceEntry()
           
 

Methods in org.beanfabrics.context that return types with arguments of type ServiceEntry
 java.util.List<ServiceEntry> Context.getServiceEntries()
           
 java.util.List<ServiceEntry> DefaultContext.getServiceEntries()
           
 

Methods in org.beanfabrics.context with parameters of type ServiceEntry
protected  void DefaultContext.fireServiceAdded(ServiceEntry entry)
           
protected  void DefaultContext.fireServiceRemoved(ServiceEntry entry)
           
 

Constructors in org.beanfabrics.context with parameters of type ServiceEntry
ServiceAddedEvent(Context source, ServiceEntry serviceEntry)
           
ServiceRemovedEvent(Context source, ServiceEntry serviceEntry)
           
 



© 2010 by Michael Karneim, http://www.beanfabrics.org