Uses of Interface
org.openejb.server.ServerService

Packages that use ServerService
org.openejb.server   
org.openejb.server.admin   
org.openejb.server.ejbd   
org.openejb.server.httpd   
org.openejb.server.telnet   
 

Uses of ServerService in org.openejb.server
 

Classes in org.openejb.server that implement ServerService
 class ServiceAccessController
          The Server will call the following methods.
 class ServiceDaemon
          The Server will call the following methods.
 class ServiceLogger
          The Server will call the following methods.
 class ServicePool
          The Server will call the following methods.
 

Constructors in org.openejb.server with parameters of type ServerService
ServiceAccessController(ServerService next)
           
ServiceDaemon(ServerService next)
           
ServiceLogger(ServerService next)
           
ServicePool(ServerService next)
           
 

Uses of ServerService in org.openejb.server.admin
 

Classes in org.openejb.server.admin that implement ServerService
 class AdminDaemon
          This is the base class for orcistrating the other daemons which actually accept and react to calls coming in from different protocols or channels.
 

Uses of ServerService in org.openejb.server.ejbd
 

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

Uses of ServerService in org.openejb.server.httpd
 

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

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

Uses of ServerService in org.openejb.server.telnet
 

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



Copyright © 1999-2011 OpenEJB. All Rights Reserved.