Uses of Class
org.abstracthorizon.danube.service.ServiceException

Packages that use ServiceException
org.abstracthorizon.danube.service   
org.abstracthorizon.danube.service.server   
 

Uses of ServiceException in org.abstracthorizon.danube.service
 

Methods in org.abstracthorizon.danube.service that throw ServiceException
 void Service.create()
          This method is to be called for service to be set-up.
 void Service.destroy()
          This method is to be called when service is to be removed from the system.
 void Service.start()
          This method is to be called for service to be started.
 void Service.stop()
          This method is to be called for service to be stopped.
 

Uses of ServiceException in org.abstracthorizon.danube.service.server
 

Methods in org.abstracthorizon.danube.service.server that throw ServiceException
 void MultiThreadServerSocketService.create()
          Creates the socket
 void ServerSocketChannelService.create()
          Creates the socket
 void MultiThreadServerSocketChannelService.create()
          Creates the socket
protected  void MultiThreadServerSocketService.createServerSocket()
          Creates server socket
protected  void MultiThreadServerSSLSocketService.createServerSocket()
          Creates server socket
protected  ServerSocketChannel ServerSocketChannelService.createServerSocket()
          Creates server socket
protected  void MultiThreadServerSocketChannelService.createServerSocket()
          Creates server socket
 void MultiThreadServerSocketService.destroy()
          Closes the server socket
 void ServerSocketChannelService.destroy()
          Closes the server socket
 void MultiThreadServerSocketChannelService.destroy()
          Closes the server socket
protected  void MultiThreadServerSocketService.destroyServerSocket()
          Closes server socket
protected  void MultiThreadServerSocketChannelService.destroyServerSocket()
          Closes server socket
 void MultiThreadServerService.start()
          Starts the service
 void ServerSocketChannelService.start()
          Starts the service
 void MultiThreadServerService.stop()
          Stops the service.
 void ServerSocketChannelService.stop()
          Stops the service.
 



Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.