Uses of Class
org.objectweb.joram.mom.notifications.TopicMsgsReply
-
Packages that use TopicMsgsReply Package Description 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.proxies Theorg.objectweb.joram.mom.proxiespackage holds the classes implementing the MOM proxy, basically linking external client applications to destination agents. -
-
Uses of TopicMsgsReply in org.objectweb.joram.mom.dest
Methods in org.objectweb.joram.mom.dest with parameters of type TopicMsgsReply Modifier and Type Method Description private voidTopic. setDmq(TopicMsgsReply not) -
Uses of TopicMsgsReply in org.objectweb.joram.mom.proxies
Methods in org.objectweb.joram.mom.proxies with parameters of type TopicMsgsReply Modifier and Type Method Description private voidUserAgent. doFwd(AgentId from, TopicMsgsReply rep)Method implementing the proxy reaction to aTopicMsgsReply.
-