Uses of Interface
org.openejb.server.SocketService

Packages that use SocketService
org.openejb.server   
org.openejb.server.admin   
org.openejb.server.ejbd   
org.openejb.server.telnet   
 

Uses of SocketService in org.openejb.server
 

Subinterfaces of SocketService in org.openejb.server
 interface ServerService
          The Server will call the following methods.
 

Classes in org.openejb.server that implement SocketService
 class ServiceAccessController
          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.
 class SimpleSocketService
           
 

Constructors in org.openejb.server with parameters of type SocketService
ServiceDaemon(SocketService socketService, InetAddress inetAddress, int port)
           
 

Uses of SocketService in org.openejb.server.admin
 

Classes in org.openejb.server.admin that implement SocketService
 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 SocketService in org.openejb.server.ejbd
 

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

Uses of SocketService in org.openejb.server.telnet
 

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



Copyright © 1999-2005 OpenEJB. All Rights Reserved.