Uses of Class
org.objectweb.joram.mom.dest.QueueImpl

Packages that use QueueImpl
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 QueueImpl in com.scalagent.joram.mom.dest.ftp
 

Subclasses of QueueImpl in com.scalagent.joram.mom.dest.ftp
 class FtpQueueImpl
          The FtpQueueImpl class implements the MOM queue behaviour, basically storing messages and delivering them upon clients requests.
 

Uses of QueueImpl in com.scalagent.joram.mom.dest.scheduler
 

Subclasses of QueueImpl in com.scalagent.joram.mom.dest.scheduler
 class SchedulerQueueImpl
          This class overrides the default QueueImpl behavior in order to allow timed deliveries.
 

Uses of QueueImpl in org.objectweb.joram.mom.dest
 

Subclasses of QueueImpl in org.objectweb.joram.mom.dest
 class AcquisitionQueueImpl
          The AcquisitionQueueImpl class implements the MOM acquisition queue behavior, basically acquiring messages periodically or on client request, using an AcquisitionModule.
 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 DistributionQueueImpl
          The DistributionQueueImpl class implements the MOM distribution queue behavior, delivering messages via the DistributionModule.
 

Uses of QueueImpl in org.objectweb.joram.mom.dest.jmsbridge
 

Subclasses of QueueImpl in org.objectweb.joram.mom.dest.jmsbridge
 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.
 



Copyright © 2010 ScalAgent D.T.. All Rights Reserved.