org.objectweb.joram.mom.dest
package holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM.See: Description
Interface | Description |
---|---|
AcquisitionDaemon |
AcquisitionDaemon interface is made to work with an acquisition queue
or topic via an AcquisitionModule . |
AcquisitionHandler |
AcquisitionHandler interface is made to work with an acquisition
queue or topic via an AcquisitionModule . |
AcquisitionMBean |
JMX interface for the acquisition monitoring.
|
AcquisitionQueueMBean |
JMX interface for the monitoring queue.
|
AcquisitionTopicMBean |
JMX interface for the monitoring topic.
|
AdminTopicMBean | |
ClusterDestinationMBean | |
ClusterQueueMBean | |
DestinationMBean | |
DistributionHandler |
DistributionHandler interface is made to work with a distribution
queue or topic via a DistributionModule . |
DistributionQueueMBean | |
DistributionTopicMBean | |
QueueMBean | |
ReliableTransmitter |
The
ReliableTransmitter is used by an AcquisitionHandler or
an AcquisitionDaemon to transmit acquired messages to the MOM. |
TopicMBean |
Class | Description |
---|---|
AcquisitionModule |
The
AcquisitionModule interfaces between the acquisition destinations
and the specified AcquisitionHandler . |
AcquisitionNot | |
AcquisitionQueue |
The
AcquisitionQueue class implements the MOM acquisition queue
behavior, basically acquiring messages periodically or on client request,
using an AcquisitionModule . |
AcquisitionTopic |
The
AcquisitionTopic class implements the MOM acquisition topic
behavior, basically acquiring messages periodically or on client request,
using an AcquisitionModule . |
AdminTopic |
The
AdminTopic class implements the administration topic
behavior, basically processing administration requests. |
AdminTopic.DestinationDesc | |
AliasInQueue |
The
AliasInQueue class forwards messages to a destination in an other
Joram server using the destination ID. |
AliasQueue |
The
AliasQueue class forwards messages to a destination in an other
Joram server using the destination ID. |
ClusterQueue |
The
ClusterQueue class implements the cluster queue behavior. |
Destination |
The
Destination class implements the common behavior of
MOM destinations. |
DistributionDaemon | |
DistributionModule | |
DistributionQueue |
The
DistributionQueue class implements the MOM distribution queue
behavior, delivering messages via the DistributionModule . |
DistributionTopic |
The
DistributionQueue class implements the MOM distribution topic
behavior, delivering messages via the DistributionModule . |
ElasticTopic |
Class describing a node of a scalable topic tree.
|
LoadingFactor | |
LoadingFactor.ConsumerStatus | |
LoadingFactor.ProducerStatus | |
LoadingFactor.Status | |
MonitoringAcquisition | |
MonitoringElement |
A MonitoringElement describes an element to monitor.
|
MonitoringHelper | |
NotificationDistributionHandler |
A distribution handler that distributed message to a given destination using
an A3 acquisition notification.
|
Queue |
The
Queue class implements the MOM queue behavior,
basically storing messages and delivering them upon clients requests. |
Queue.QueueFactory | |
QueueArrivalState | |
QueueArrivalState.Factory | |
QueueDelivery |
Class describing a delivered message waiting for acknowledge.
|
QueueDeliveryTable | |
QueueDeliveryTable.Factory | |
Topic |
The
Topic class implements the MOM topic behavior,
basically distributing the received messages to subscribers. |
VoidAcquisitionHandler |
An acquisition handler that does nothing and can be used, for instance to
configure an alias acquisition destination.
|
org.objectweb.joram.mom.dest
package holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM.Copyright © 2022 ScalAgent D.T.. All rights reserved.