Uses of Interface
org.exolab.jms.events.EventHandler

Uses of EventHandler in org.exolab.jms.events
 

Methods in org.exolab.jms.events that return EventHandler
 EventHandler Event.getEventListener()
          Return the event listener
 

Constructors in org.exolab.jms.events with parameters of type EventHandler
Event(int event, EventHandler listener, java.lang.Object callback)
          The constructor instantiates an instance of this class with the specified parameters.
 

Uses of EventHandler in org.exolab.jms.gc
 

Classes in org.exolab.jms.gc that implement EventHandler
 class GarbageCollectionService
          The garbage collection service is responsible for managing all transient garbage collection for OpenJMS, which includes messages, destinations, endpoints etc.
 

Uses of EventHandler in org.exolab.jms.persistence
 

Classes in org.exolab.jms.persistence that implement EventHandler
 class BatchingRdbmsAdapter
          The batching RDBMS adapter is used to improve the performance of persistent messages by batching more instructions into a single transaction.
 class ObjectAdapter
          This adapter is a wrapper class around the persistency mechanism.
 class RDBMSAdapter
          This adapter is a wrapper class around the persistency mechanism.
 

Uses of EventHandler in org.exolab.jms.server
 

Classes in org.exolab.jms.server that implement EventHandler
 class AdminConnectionManager
          The admin connection manager is responsible for managing all admin connections to the JmsServer.
 class JmsServerConnectionManager
          The connection manager is responsible for managing all connections to the JmsServer.
 



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