Package org.jboss.messaging.core.contract

Interface Summary
Channel A Channel is a transactional, reliable message delivery mechanism that forwards a message from a sender to one or more receivers.
ChannelFactory  
ClusterNotificationListener  
ClusterNotifier  
Condition A Condition
ConditionFactory A ConditionFactory
Delivery A message delivery.
DeliveryObserver  
Distributor A Distributor takes a message and distributes it to one or more Receivers
Filter A filter encapsulates the logic of whether to accept a message or not.
FilterFactory A FilterFactory This exists so we can abstract out the creation of filters inside core code so we don't have dependencies on jms selectors
MemoryManager A MemoryManager
Message A message is a routable instance that has a payload.
MessageReference A reference to a message.
MessageStore When loading a message from storage, references from different channels can reference the same message.
MessagingComponent A MessagingComponent
PersistenceManager The interface to the persistence manager.
PostOffice A post office holds bindings of queues to conditions.
Queue A Queue
Receiver A component that handles MessageReferences.
Replicator A Replicator This is used for replicating arbitrary data across a cluster.
 

Class Summary
Binding  
ClusterNotification  
PersistenceManager.InitialLoadInfo  
PersistenceManager.MessageChannelPair  
PersistenceManager.ReferenceInfo  
 



Copyright © 2006 JBoss Inc. All Rights Reserved.