Uses of Class
org.objectweb.joram.mom.notifications.TopicForwardNot
-
Packages that use TopicForwardNot 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. -
-
Uses of TopicForwardNot in org.objectweb.joram.mom.dest
Methods in org.objectweb.joram.mom.dest that return TopicForwardNot Modifier and Type Method Description protected TopicForwardNotTopic. createTopicForward(AgentId destId, ClientMessages messages, boolean fromCluster)Methods in org.objectweb.joram.mom.dest with parameters of type TopicForwardNot Modifier and Type Method Description protected voidAdminTopic. topicForwardNot(AgentId from, TopicForwardNot not)Overrides thisTopicmethod; the forwarded messages contain admin requests and will be processed.protected voidTopic. topicForwardNot(AgentId from, TopicForwardNot not)Method implementing the reaction to aTopicForwardNotinstance, carrying messages forwarded by a cluster fellow or a hierarchical son.
-