Package org.jboss.messaging.core

Interface Summary
Channel A Channel is a transactional, reliable message delivery mechanism that forwards a message from a sender to one or more receivers.
Delivery A message delivery.
DeliveryObserver  
Distributor An interface for Receiver management.
Filter A filter encapsulates the logic of whether to accept a message or not.
Message A message is a routable instance that has a payload.
MessageReference A "lightweight" message representative.
Receiver A component that handles routable instances.
Routable An atomic, self containted unit of data that is being routed by the messaging system.
Router  
SingleReceiverDelivery A message delivery where the message has been delivered to only one receiver.
State A channel's state.
StatefulReceiverDelivery A message delivery where the message has been delivered to only one receiver.
 

Class Summary
ChannelState Represents the state of a Channel.
ChannelSupport A basic channel implementation.
RouterSupport Does Receiver management but it stops short of enforcing any routing policy, leaving it to subclasses.
SimpleDelivery A simple Delivery implementation.
 



Copyright © 2006 JBoss Inc. All Rights Reserved.