|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceException | |
org.openejb.server | |
org.openejb.server.admin | |
org.openejb.server.ejbd | |
org.openejb.server.telnet |
Uses of ServiceException in org.openejb.server |
Methods in org.openejb.server that throw ServiceException | |
void |
ServiceLogger.service(Socket socket)
log_on_success ----------------- Different information can be logged when a server starts: PID : the server's PID (if it's an internal xinetd service, the PID has then a value of 0) ; HOST : the client address ; USERID : the identity of the remote user, according to RFC1413 defining identification protocol; EXIT : the process exit status; DURATION : the session duration. |
void |
ServiceLogger.start()
|
void |
ServiceLogger.stop()
|
void |
ServerService.start()
|
void |
ServerService.stop()
|
void |
SimpleSocketService.doStart()
|
void |
SimpleSocketService.doStop()
|
void |
SimpleSocketService.service(Socket socket)
|
void |
ServiceAccessController.service(Socket socket)
|
void |
ServiceAccessController.start()
|
void |
ServiceAccessController.stop()
|
void |
ServicePool.start()
|
void |
ServicePool.stop()
|
void |
ServicePool.service(Socket socket)
|
void |
ServiceManager.start()
|
void |
ServiceManager.stop()
|
static String |
ServiceManager.getRequiredProperty(String name,
Properties props)
|
void |
ServiceDaemon.doStart()
|
void |
SocketService.service(Socket socket)
|
Uses of ServiceException in org.openejb.server.admin |
Methods in org.openejb.server.admin that throw ServiceException | |
void |
AdminDaemon.service(Socket socket)
|
void |
AdminDaemon.start()
|
void |
AdminDaemon.stop()
|
Uses of ServiceException in org.openejb.server.ejbd |
Methods in org.openejb.server.ejbd that throw ServiceException | |
void |
EjbServer.service(Socket socket)
|
void |
EjbServer.start()
|
void |
EjbServer.stop()
|
Uses of ServiceException in org.openejb.server.telnet |
Methods in org.openejb.server.telnet that throw ServiceException | |
void |
TelnetServer.service(Socket socket)
|
void |
TelnetServer.start()
|
void |
TelnetServer.stop()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |