|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Serviceable in org.exolab.jms.authentication |
Classes in org.exolab.jms.authentication that implement Serviceable | |
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 Serviceable in org.exolab.jms.events |
Classes in org.exolab.jms.events that implement Serviceable | |
class |
BasicEventManager
The EventManager manages Event objects. |
Uses of Serviceable in org.exolab.jms.gc |
Classes in org.exolab.jms.gc that implement Serviceable | |
class |
GarbageCollectionService
The garbage collection service is responsible for managing all transient garbage collection for OpenJMS, which includes messages, destinations, endpoints etc. |
Uses of Serviceable in org.exolab.jms.lease |
Classes in org.exolab.jms.lease that implement Serviceable | |
class |
LeaseManager
The LeaseManager is responsible for creating and managing the lease objects. |
Uses of Serviceable in org.exolab.jms.messagemgr |
Classes in org.exolab.jms.messagemgr that implement Serviceable | |
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 Serviceable in org.exolab.jms.persistence |
Classes in org.exolab.jms.persistence that implement Serviceable | |
class |
DatabaseService
The DatabaseService is used for managing the persistence aspect of this project. |
Uses of Serviceable in org.exolab.jms.scheduler |
Classes in org.exolab.jms.scheduler that implement Serviceable | |
class |
Scheduler
The scheduler is responsible for executing Runnable objects using a
thread pool. |
Uses of Serviceable in org.exolab.jms.server |
Classes in org.exolab.jms.server that implement Serviceable | |
class |
ConnectorService
Service that manages the connectors configured for the server. |
Uses of Serviceable in org.exolab.jms.service |
Subinterfaces of Serviceable in org.exolab.jms.service | |
interface |
Services
A Serviceable which manages a collection of services. |
Classes in org.exolab.jms.service that implement Serviceable | |
class |
BasicService
BasicService is a service implementation that will run the
service in a separate thread. |
class |
Service
Service is an implementation of the Serviceable
interface that provides default implementations for the Service.start() and
Service.stop() methods. |
class |
ServiceManager
Default implementation of the Services interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |