Uses of Class
org.apache.activeio.xnet.ServiceException

Packages that use ServiceException
org.apache.activeio.xnet   
org.apache.activeio.xnet.hba   
 

Uses of ServiceException in org.apache.activeio.xnet
 

Methods in org.apache.activeio.xnet that throw ServiceException
 void ServicePool.service(Socket socket)
           
 void SocketService.service(Socket socket)
           
 void ServiceDaemon.service(Socket socket)
           
 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 ServicePool.start()
           
 void ServerService.start()
           
 void ServiceDaemon.start()
           
 void ServiceLogger.start()
           
 void ServicePool.stop()
           
 void ServerService.stop()
           
 void ServiceDaemon.stop()
           
 void ServiceLogger.stop()
           
 

Uses of ServiceException in org.apache.activeio.xnet.hba
 

Methods in org.apache.activeio.xnet.hba that throw ServiceException
 void ServiceAccessController.service(Socket socket)
           
 void ServiceAccessController.start()
           
 void ServiceAccessController.stop()
           
 



Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.