Uses of Class
org.apache.openejb.server.ServiceManager

Packages that use ServiceManager
org.apache.openejb.server   
org.apache.openejb.server.osgi   
 

Uses of ServiceManager in org.apache.openejb.server
 

Subclasses of ServiceManager in org.apache.openejb.server
 class FilteredServiceManager
          This implementation is mainly used in the application composer to get the most from The EnableServices annotation created
 class SimpleServiceManager
           
 

Methods in org.apache.openejb.server that return ServiceManager
static ServiceManager ServiceManager.get()
           
static ServiceManager ServiceManager.getManager()
           
 

Methods in org.apache.openejb.server with parameters of type ServiceManager
protected static void ServiceManager.setServiceManager(ServiceManager newManager)
           
 void Server.setServiceManager(ServiceManager serviceManager)
           
 

Uses of ServiceManager in org.apache.openejb.server.osgi
 

Subclasses of ServiceManager in org.apache.openejb.server.osgi
 class ServiceManagerExtender
           
 



Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.