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

Packages that use ServiceException
org.exolab.jms.authentication   
org.exolab.jms.gc   
org.exolab.jms.lease   
org.exolab.jms.messagemgr   
org.exolab.jms.persistence   
org.exolab.jms.server   
org.exolab.jms.service   
 

Uses of ServiceException in org.exolab.jms.authentication
 

Methods in org.exolab.jms.authentication that throw ServiceException
protected  void UserManager.doStart()
          Start the service.
protected  void UserManager.init()
          Initialise user manager.
 

Uses of ServiceException in org.exolab.jms.gc
 

Subclasses of ServiceException in org.exolab.jms.gc
 class GarbageCollectionServiceException
          This exception is raised when there is a GarbageCollectionService related exception.
 

Methods in org.exolab.jms.gc that throw ServiceException
 void GarbageCollectionService.doStart()
           
 

Uses of ServiceException in org.exolab.jms.lease
 

Methods in org.exolab.jms.lease that throw ServiceException
 void LeaseManager.doStop()
          Stop the service.
 

Uses of ServiceException in org.exolab.jms.messagemgr
 

Methods in org.exolab.jms.messagemgr that throw ServiceException
protected  void MessageMgr.doStart()
          Start the service.
protected  void MessageMgr.doStop()
          Stop the service.
protected  void DestinationBinder.doStart()
          Start the service.
protected  void DestinationBinder.doStop()
          Stop the service.
protected  void ConsumerManagerImpl.doStart()
          Start the service.
protected  void DestinationConfigurator.doStart()
          Start the service.
protected  void DestinationManagerImpl.doStart()
          Start the service.
protected  void DestinationManagerImpl.doStop()
          Stop the service.
protected  void DestinationManagerImpl.init()
          Initialises the destination manager.
 

Uses of ServiceException in org.exolab.jms.persistence
 

Subclasses of ServiceException in org.exolab.jms.persistence
 class PersistenceException
          The PersistenceException is a general exception thrown by the persistence layer.
 

Methods in org.exolab.jms.persistence that throw ServiceException
protected  void DatabaseService.doStart()
          Start the service.
protected  void DatabaseService.doStop()
          Stop the service.
 

Uses of ServiceException in org.exolab.jms.server
 

Subclasses of ServiceException in org.exolab.jms.server
 class ServerException
          A general purpose exception to indicate a problem in the JMS server.
 

Methods in org.exolab.jms.server that throw ServiceException
protected  void ConnectorService.doStart()
          Start the service.
protected  void ConnectorService.doStop()
          Stop the service.
protected  void ConnectorService.initConnectors(javax.naming.Context context)
          Creates an interface to the server for each configured connector.
protected  ServerConnector ConnectorService.initConnector(Connector connector, javax.naming.Context context)
          Create an interface to the server for the specified connector.
 void JmsServer.init()
          Initialise the server
protected  void JmsServer.registerServices()
          Initialise the services
 

Uses of ServiceException in org.exolab.jms.service
 

Subclasses of ServiceException in org.exolab.jms.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
 

Methods in org.exolab.jms.service that throw ServiceException
 void Service.start()
          Start the service.
 void Service.stop()
          Stop the service.
 void Service.restart()
          Convenience method for restarting the service.
protected  void Service.doStart()
          Start the service.
protected  void Service.doStop()
          Stop the service.
protected  void BasicService.doStart()
          Start the service.
protected  void BasicService.doStop()
          Stop the service.
 void Serviceable.start()
          Start the service.
 void Serviceable.stop()
          Stop the service.
 void ServiceManager.addService(java.lang.Class type)
          Add a service of the specified type.
 void ServiceManager.addService(java.lang.Object service)
          Add a service instance.
 java.lang.Object ServiceManager.getService(java.lang.Class type)
          Returns a service given its type.
protected  void ServiceManager.doStart()
          Start the service.
protected  void ServiceManager.doStop()
          Stop the service.
protected  java.lang.Object ServiceManager.createService(java.lang.Class type, java.util.LinkedList creating, java.util.List created)
          Create a new service given its type.
 void Services.addService(java.lang.Class type)
          Add a service of the specified type.
 void Services.addService(java.lang.Object service)
          Add a service instance.
 java.lang.Object Services.getService(java.lang.Class type)
          Returns a service given its type.
 



Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.