Uses of Class
org.objectweb.joram.mom.notifications.SubscribeRequest
-
Packages that use SubscribeRequest 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.notifications Theorg.objectweb.joram.mom.notificationspackage holds the notifications used for interacting with the MOM destination agents. -
-
Uses of SubscribeRequest in org.objectweb.joram.mom.dest
Methods in org.objectweb.joram.mom.dest with parameters of type SubscribeRequest Modifier and Type Method Description protected voidTopic. subscribeRequest(AgentId from, SubscribeRequest not)Method implementing the reaction to aSubscribeRequestinstance. -
Uses of SubscribeRequest in org.objectweb.joram.mom.notifications
Constructors in org.objectweb.joram.mom.notifications with parameters of type SubscribeRequest Constructor Description SubscribeReply(SubscribeRequest request)Constructs aSubscribeReplyinstance.
-