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.start()
           
 void ServerService.stop()
           
 void ServerService.service(InputStream in, OutputStream out)
           
 void ServerService.service(Socket socket)
           
 void ServiceAccessController.start()
           
 void ServiceAccessController.stop()
           
 void ServiceAccessController.service(Socket socket)
           
 void ServiceAccessController.service(InputStream in, OutputStream out)
           
 void ServiceDaemon.start()
           
 void ServiceDaemon.stop()
           
 void ServiceDaemon.service(InputStream in, OutputStream out)
           
 void ServiceDaemon.service(Socket socket)
           
 void ServiceLogger.start()
           
 void ServiceLogger.stop()
           
 void ServiceLogger.service(InputStream in, OutputStream out)
           
 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 ServiceManager.start()
           
 void ServiceManager.stop()
           
 void ServicePool.start()
           
 void ServicePool.stop()
           
 void ServicePool.service(Socket socket)
           
 void ServicePool.service(InputStream in, OutputStream out)
           
 

Uses of ServiceException in org.openejb.server.admin
 

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

Uses of ServiceException in org.openejb.server.httpd
 

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

Uses of ServiceException in org.openejb.server.telnet
 

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



Copyright © 1999-2007 OpenEJB. All Rights Reserved.