Uses of Class
org.openejb.server.ServiceException

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

Uses of ServiceException in org.openejb.server
 

Methods in org.openejb.server that throw ServiceException
 void ServerService.service(java.io.InputStream in, java.io.OutputStream out)
           
 void ServiceAccessController.service(java.io.InputStream in, java.io.OutputStream out)
           
 void ServiceDaemon.service(java.io.InputStream in, java.io.OutputStream out)
           
 void ServiceLogger.service(java.io.InputStream in, java.io.OutputStream out)
           
 void ServicePool.service(java.io.InputStream in, java.io.OutputStream out)
           
 void ServerService.service(java.net.Socket socket)
           
 void ServiceAccessController.service(java.net.Socket socket)
           
 void ServiceDaemon.service(java.net.Socket socket)
           
 void ServiceLogger.service(java.net.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 ServicePool.service(java.net.Socket socket)
           
 void ServerService.start()
           
 void ServiceAccessController.start()
           
 void ServiceDaemon.start()
           
 void ServiceLogger.start()
           
 void ServiceManager.start()
           
 void ServicePool.start()
           
 void ServerService.stop()
           
 void ServiceAccessController.stop()
           
 void ServiceDaemon.stop()
           
 void ServiceLogger.stop()
           
 void ServiceManager.stop()
           
 void ServicePool.stop()
           
 

Uses of ServiceException in org.openejb.server.admin
 

Methods in org.openejb.server.admin that throw ServiceException
 void AdminDaemon.service(java.io.InputStream in, java.io.OutputStream out)
           
 void AdminDaemon.service(java.net.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(java.io.InputStream inputStream, java.io.OutputStream outputStream)
           
 void EjbServer.service(java.net.Socket socket)
           
 void EjbServer.start()
           
 void EjbServer.stop()
           
 

Uses of ServiceException in org.openejb.server.httpd
 

Methods in org.openejb.server.httpd that throw ServiceException
 void HttpEjbServer.service(java.io.InputStream in, java.io.OutputStream out)
           
 void HttpServer.service(java.io.InputStream in, java.io.OutputStream out)
           
 void HttpEjbServer.service(java.net.Socket socket)
           
 void HttpServer.service(java.net.Socket socket)
           
 void HttpEjbServer.start()
           
 void HttpServer.start()
           
 void HttpEjbServer.stop()
           
 void HttpServer.stop()
           
 

Uses of ServiceException in org.openejb.server.telnet
 

Methods in org.openejb.server.telnet that throw ServiceException
 void TelnetServer.service(java.io.InputStream in, java.io.OutputStream out)
           
 void TelnetServer.service(java.net.Socket socket)
           
 void TelnetServer.start()
           
 void TelnetServer.stop()
           
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.