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

Packages that use Service
org.exolab.jms.authentication   
org.exolab.jms.events   
org.exolab.jms.gc   
org.exolab.jms.lease   
org.exolab.jms.messagemgr   
org.exolab.jms.persistence   
org.exolab.jms.scheduler   
org.exolab.jms.server   
org.exolab.jms.service   
 

Uses of Service in org.exolab.jms.authentication
 

Subclasses of Service in org.exolab.jms.authentication
 class AuthenticationMgr
          This is the active authentication component within the JMS server.
 class UserManager
          The user manager is responsible for creating and managing users.
 

Uses of Service in org.exolab.jms.events
 

Subclasses of Service in org.exolab.jms.events
 class BasicEventManager
          The EventManager manages Event objects.
 

Uses of Service in org.exolab.jms.gc
 

Subclasses of Service in org.exolab.jms.gc
 class GarbageCollectionService
          The garbage collection service is responsible for managing all transient garbage collection for OpenJMS, which includes messages, destinations, endpoints etc.
 

Uses of Service in org.exolab.jms.lease
 

Subclasses of Service in org.exolab.jms.lease
 class LeaseManager
          The LeaseManager is responsible for creating and managing the lease objects.
 

Uses of Service in org.exolab.jms.messagemgr
 

Subclasses of Service in org.exolab.jms.messagemgr
 class ConsumerManagerImpl
          The consumer manager is responsible for creating and managing the lifecycle of consumers.
 class DestinationBinder
          Binds persistent destinations in JNDI.
 class DestinationConfigurator
          Pre-configures DestinationManager with destinations and and ConsumerManager with subscribers from an Configuration.
 class DestinationManagerImpl
          The destination manager is responsible for creating and managing the lifecycle of DestinationCache objects.
 class MessageMgr
          This is the active message handling component within the JMS server.
 class ResourceManager
          The resource manager provides XA support for the JMS Server.
 

Uses of Service in org.exolab.jms.persistence
 

Subclasses of Service in org.exolab.jms.persistence
 class DatabaseService
          The DatabaseService is used for managing the persistence aspect of this project.
 

Uses of Service in org.exolab.jms.scheduler
 

Subclasses of Service in org.exolab.jms.scheduler
 class Scheduler
          The scheduler is responsible for executing Runnable objects using a thread pool.
 

Uses of Service in org.exolab.jms.server
 

Subclasses of Service in org.exolab.jms.server
 class ConnectorService
          Service that manages the connectors configured for the server.
 

Uses of Service in org.exolab.jms.service
 

Subclasses of Service in org.exolab.jms.service
 class BasicService
          BasicService is a service implementation that will run the service in a separate thread.
 class ServiceManager
          Default implementation of the Services interface.
 



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