Uses of Class
org.objectweb.joram.mom.dest.Destination
-
Packages that use Destination Package Description com.scalagent.joram.mom.dest.ftp com.scalagent.joram.mom.dest.scheduler org.objectweb.joram.mom.dest Theorg.objectweb.joram.mom.destpackage holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM. -
-
Uses of Destination in com.scalagent.joram.mom.dest.ftp
Subclasses of Destination in com.scalagent.joram.mom.dest.ftp Modifier and Type Class Description classFtpQueueTheFtpQueueclass implements the MOM queue behaviour, basically storing messages and delivering them upon clients requests. -
Uses of Destination in com.scalagent.joram.mom.dest.scheduler
Subclasses of Destination in com.scalagent.joram.mom.dest.scheduler Modifier and Type Class Description classSchedulerQueueThis class overrides the default Queue behavior in order to allow timed deliveries. -
Uses of Destination in org.objectweb.joram.mom.dest
Subclasses of Destination in org.objectweb.joram.mom.dest Modifier and Type Class Description classAcquisitionQueueTheAcquisitionQueueclass implements the MOM acquisition queue behavior, basically acquiring messages periodically or on client request, using anAcquisitionModule.classAcquisitionTopicTheAcquisitionTopicclass implements the MOM acquisition topic behavior, basically acquiring messages periodically or on client request, using anAcquisitionModule.classAdminTopicTheAdminTopicclass implements the administration topic behavior, basically processing administration requests.classAliasInQueueTheAliasInQueueclass forwards messages to a destination in an other Joram server using the destination ID.classAliasQueueTheAliasQueueclass forwards messages to a destination in an other Joram server using the destination ID.classClusterQueueTheClusterQueueclass implements the cluster queue behavior.classDistributionQueueTheDistributionQueueclass implements the MOM distribution queue behavior, delivering messages via theDistributionModule.classDistributionTopicTheDistributionQueueclass implements the MOM distribution topic behavior, delivering messages via theDistributionModule.classElasticTopicClass describing a node of a scalable topic tree.classQueueTheQueueclass implements the MOM queue behavior, basically storing messages and delivering them upon clients requests.classTopicTheTopicclass implements the MOM topic behavior, basically distributing the received messages to subscribers.Fields in org.objectweb.joram.mom.dest declared as Destination Modifier and Type Field Description private DestinationDistributionDaemon. destprivate DestinationAcquisitionModule. destinationThe acquisition queue or topic using this module.Constructors in org.objectweb.joram.mom.dest with parameters of type Destination Constructor Description AcquisitionModule(Destination destination, String className, Properties properties)DistributionDaemon(DistributionHandler distributionHandler, String destinationId, String destinationName, Destination dest)
-