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 ServerServiceFilter
          TODO: Make this the superclass of the appropriate ServerService implementations
 class ServiceAccessController
           
 class ServiceDaemon
           
 class ServiceLogger
           
 class ServicePool
           
 

Methods in org.apache.openejb.server that return ServerService
 ServerService Server.ServerServiceFactory.createService(java.net.URI location)
           
protected  ServerService ServiceManager.initServer(java.lang.String serviceName, java.util.Properties serviceProperties)
           
 

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

Constructors in org.apache.openejb.server with parameters of type ServerService
ServerServiceFilter(ServerService service)
           
ServiceAccessController(ServerService next)
           
ServiceDaemon(ServerService next)
           
ServiceDaemon(ServerService next, int port, java.lang.String ip)
           
ServiceLogger(ServerService next)
           
ServicePool(ServerService next, java.util.concurrent.Executor executor)
           
ServicePool(ServerService next, java.lang.String name, int threads)
           
ServicePool(ServerService next, java.lang.String name, java.util.Properties properties)
           
 

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

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



Copyright © 1999-2010 The Apache OpenEJB development community. All Rights Reserved.