Uses of Class
org.exolab.core.service.ServiceException

Packages that use ServiceException
org.exolab.core.service   
org.exolab.core.util   
 

Uses of ServiceException in org.exolab.core.service
 

Subclasses of ServiceException in org.exolab.core.service
 class ServiceAlreadyExistsException
          This exception is thrown when an attempt is made to register a service that is already registered.
 class ServiceDoesNotExistException
          This exception is thrown when a request is made for a service that is not registered with the service manager
 class ServiceManagerException
          This exception is thrown whenever there is a general exception with the service manager
 

Methods in org.exolab.core.service that throw ServiceException
 void Service.restart()
          Convenience method for restarting the service.
 void Serviceable.restart()
          Convenience method for restarting the service.
 void BasicService.start()
          Start the service.
 void Service.start()
          Start the service.
 void Serviceable.start()
          Start the service.
 void BasicService.stop()
          Stop the service.
 void Service.stop()
          Stop the service.
 void Serviceable.stop()
          Stop the service.
 

Uses of ServiceException in org.exolab.core.util
 

Constructors in org.exolab.core.util that throw ServiceException
RmiRegistryService()
          Construct a service.
RmiRegistryService(int port)
          Construct the service to run on the specified port.
RmiRegistryService(java.lang.String name, int port)
          Construct an instance of this service with the specified name.
 



Copyright © 1999-2012 The Exolab Group. All Rights Reserved.