Uses of Interface
org.objectweb.joram.mom.dest.DistributionHandler
-
Packages that use DistributionHandler Package Description com.scalagent.joram.mom.dest.mail com.scalagent.joram.mom.dest.rest 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.org.objectweb.joram.mom.dest.amqp org.objectweb.joram.mom.dest.jms Theorg.objectweb.joram.mom.dest.jmspackage provides implementation classes for JMS bridge facility. -
-
Uses of DistributionHandler in com.scalagent.joram.mom.dest.mail
Classes in com.scalagent.joram.mom.dest.mail that implement DistributionHandler Modifier and Type Class Description classMailDistribution -
Uses of DistributionHandler in com.scalagent.joram.mom.dest.rest
Classes in com.scalagent.joram.mom.dest.rest that implement DistributionHandler Modifier and Type Class Description classRESTDistributionDistribution handler for the REST distribution bridge. -
Uses of DistributionHandler in org.objectweb.joram.mom.dest
Classes in org.objectweb.joram.mom.dest that implement DistributionHandler Modifier and Type Class Description classNotificationDistributionHandlerA distribution handler that distributed message to a given destination using an A3 acquisition notification.Fields in org.objectweb.joram.mom.dest declared as DistributionHandler Modifier and Type Field Description private DistributionHandlerDistributionDaemon. distributionHandlerHolds the distribution logic.private DistributionHandlerDistributionModule. distributionHandlerHolds the distribution logic.Methods in org.objectweb.joram.mom.dest that return DistributionHandler Modifier and Type Method Description DistributionHandlerDistributionModule. getDistributionHandler()Constructors in org.objectweb.joram.mom.dest with parameters of type DistributionHandler Constructor Description DistributionDaemon(DistributionHandler distributionHandler, String destinationId, String destinationName, Destination dest) -
Uses of DistributionHandler in org.objectweb.joram.mom.dest.amqp
Classes in org.objectweb.joram.mom.dest.amqp that implement DistributionHandler Modifier and Type Class Description classAmqpDistributionDistribution handler for the AMQP distribution bridge. -
Uses of DistributionHandler in org.objectweb.joram.mom.dest.jms
Classes in org.objectweb.joram.mom.dest.jms that implement DistributionHandler Modifier and Type Class Description classJMSDistributionDistribution handler for the JMS distribution bridge.
-