|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DestinationImplMBean | |
---|---|
com.scalagent.joram.mom.dest.ftp | |
com.scalagent.joram.mom.dest.scheduler | |
org.objectweb.joram.mom.dest | The org.objectweb.joram.mom.dest package holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM. |
org.objectweb.joram.mom.dest.jmsbridge | The org.objectweb.joram.mom.dest.jmsbridge package provides utility classes used by the MOM destinations and proxies. |
Uses of DestinationImplMBean in com.scalagent.joram.mom.dest.ftp |
---|
Classes in com.scalagent.joram.mom.dest.ftp that implement DestinationImplMBean | |
---|---|
class |
FtpQueueImpl
The FtpQueueImpl class implements the MOM queue behaviour,
basically storing messages and delivering them upon clients requests. |
Uses of DestinationImplMBean in com.scalagent.joram.mom.dest.scheduler |
---|
Classes in com.scalagent.joram.mom.dest.scheduler that implement DestinationImplMBean | |
---|---|
class |
SchedulerQueueImpl
This class overrides the default QueueImpl behavior in order to allow timed deliveries. |
Uses of DestinationImplMBean in org.objectweb.joram.mom.dest |
---|
Subinterfaces of DestinationImplMBean in org.objectweb.joram.mom.dest | |
---|---|
interface |
AcquisitionQueueImplMBean
JMX interface for the monitoring queue. |
interface |
AcquisitionTopicImplMBean
JMX interface for the monitoring topic. |
interface |
AdminTopicImplMBean
|
interface |
QueueImplMBean
|
interface |
TopicImplMBean
|
Classes in org.objectweb.joram.mom.dest that implement DestinationImplMBean | |
---|---|
class |
AcquisitionQueueImpl
The AcquisitionQueueImpl class implements the MOM acquisition queue
behavior, basically acquiring messages periodically or on client request,
using an AcquisitionModule . |
class |
AcquisitionTopicImpl
The AcquisitionTopicImpl class implements the MOM acquisition topic
behavior, basically acquiring messages periodically or on client request,
using an AcquisitionModule . |
class |
AdminTopicImpl
The AdminTopicImpl class implements the administration topic behavior,
basically processing administration requests. |
class |
ClusterQueueImpl
The ClusterQueueImpl class implements the MOM queue behavior,
basically storing messages and delivering them upon clients requests or
delivering to an other cluster queue. |
class |
DestinationImpl
The DestinationImpl class implements the common behavior of
MOM destinations. |
class |
DistributionQueueImpl
The DistributionQueueImpl class implements the MOM distribution queue
behavior, delivering messages via the DistributionModule . |
class |
DistributionTopicImpl
The DistributionQueueImpl class implements the MOM distribution topic
behavior, delivering messages via the DistributionModule . |
class |
QueueImpl
The QueueImpl class implements the MOM queue behaviour,
basically storing messages and delivering them upon clients requests. |
class |
TopicImpl
The TopicImpl class implements the MOM topic behaviour,
basically distributing the received messages to subscribers. |
Uses of DestinationImplMBean in org.objectweb.joram.mom.dest.jmsbridge |
---|
Classes in org.objectweb.joram.mom.dest.jmsbridge that implement DestinationImplMBean | |
---|---|
class |
JMSBridgeQueueImpl
The BridgeQueueImpl class implements a specific queue which
forwards the messages it receives to a foreign JMS destination, and
gets the messages it is requested to deliver from the same foreign
destination. |
class |
JMSBridgeTopicImpl
The BridgeTopicImpl class implements a specific topic which
forwards the messages it receives to a foreign JMS destination, and
gets the messages it is requested to deliver from the same foreign
destination. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |