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

Packages that use ServerService
org.apache.openejb.server   
org.apache.openejb.server.activemq   
org.apache.openejb.server.admin   
org.apache.openejb.server.axis   
org.apache.openejb.server.axis2   
org.apache.openejb.server.cxf   
org.apache.openejb.server.derbynet   
org.apache.openejb.server.ejbd   
org.apache.openejb.server.hsql   
org.apache.openejb.server.httpd   
org.apache.openejb.server.telnet   
org.apache.openejb.server.webservices   
org.apache.openejb.webadmin.httpd   
 

Uses of ServerService in org.apache.openejb.server
 

Classes in org.apache.openejb.server that implement ServerService
 class ServiceAccessController
           
 class ServiceDaemon
           
 class ServiceLogger
           
 class ServicePool
           
 

Methods in org.apache.openejb.server that return ServerService
 ServerService Server.ServerServiceFactory.createService(URI location)
           
 

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

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

Classes in org.apache.openejb.server.activemq that implement ServerService
 class BrokerServer
           
 

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

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

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

Classes in org.apache.openejb.server.axis that implement ServerService
 class AxisService
           
 

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

Classes in org.apache.openejb.server.axis2 that implement ServerService
 class Axis2Service
           
 

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

Classes in org.apache.openejb.server.cxf that implement ServerService
 class CxfService
           
 

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

Classes in org.apache.openejb.server.derbynet that implement ServerService
 class DerbyNetworkService
           
 

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

Classes in org.apache.openejb.server.ejbd that implement ServerService
 class EjbServer
           
 

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

Classes in org.apache.openejb.server.hsql that implement ServerService
 class HsqlService
           
 

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

Subinterfaces of ServerService in org.apache.openejb.server.httpd
 interface HttpServer
           
 

Classes in org.apache.openejb.server.httpd that implement ServerService
 class HttpEjbServer
           
 class JettyHttpEjbServer
           
 class JettyHttpServer
          Jetty based http server implementation
 class OpenEJBHttpEjbServer
           
 class OpenEJBHttpServer
          This is the main class for the web administration.
 

Methods in org.apache.openejb.server.httpd that return ServerService
static ServerService HttpServerFactory.createServerService()
           
 

Constructors in org.apache.openejb.server.httpd with parameters of type ServerService
ServerServiceAdapter(ServerService service)
           
 

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

Classes in org.apache.openejb.server.telnet that implement ServerService
 class TelnetServer
           
 

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

Classes in org.apache.openejb.server.webservices that implement ServerService
 class WsService
           
 

Uses of ServerService in org.apache.openejb.webadmin.httpd
 

Classes in org.apache.openejb.webadmin.httpd that implement ServerService
 class HttpServer
          This is the main class for the web administration.
 



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