Uses of Interface
org.apache.openejb.server.ServerService

Packages that use ServerService
org.apache.openejb.server   
org.apache.openejb.server.admin   
 

Uses of ServerService in org.apache.openejb.server
 

Classes in org.apache.openejb.server that implement ServerService
 class NamedService
           
 class ServerServiceFilter
          TODO: Make this the superclass of the appropriate ServerService implementations
 class ServiceAccessController
           
 class ServiceDaemon
           
 class ServiceLogger
           
 class ServicePool
           
 class ServiceStats
           
 

Methods in org.apache.openejb.server that return ServerService
 ServerService Server.ServerServiceFactory.createService(URI location)
           
 ServerService[] SimpleServiceManager.getDaemons()
           
protected  ServerService ServiceManager.initServer(String serviceName, Properties serviceProperties)
           
static ServerService ServiceManager.manage(String serviceName, Properties serviceProperties, ServerService service)
           
 

Methods in org.apache.openejb.server that return types with arguments of type ServerService
protected  List<ServerService> ServiceManager.initServers(Map<String,Properties> availableServices)
           
 

Methods in org.apache.openejb.server with parameters of type ServerService
static ServerService ServiceManager.manage(String serviceName, Properties serviceProperties, ServerService service)
           
static void ServiceManager.register(String serviceName, ServerService service, MBeanServer server)
           
 

Constructors in org.apache.openejb.server with parameters of type ServerService
NamedService(ServerService service, String name)
           
ServerServiceFilter(ServerService service)
           
ServiceAccessController(ServerService next)
           
ServiceDaemon(ServerService next)
           
ServiceDaemon(ServerService next, int port, String ip)
           
ServiceLogger(ServerService next)
           
ServicePool(ServerService next, int threads)
           
ServicePool(ServerService next, int threads, int queue, boolean block)
           
ServicePool(ServerService next, int threadCore, int threads, int queue, boolean block, long keepAliveTime)
           
ServicePool(ServerService next, Properties properties)
           
ServiceStats(ServerService service)
           
 

Uses of ServerService in org.apache.openejb.server.admin
 

Classes in org.apache.openejb.server.admin that implement ServerService
 class AdminDaemon
           
 



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