Uses of Class
org.objectweb.joram.mom.notifications.BrowseRequest
-
Packages that use BrowseRequest 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 BrowseRequest in org.objectweb.joram.mom.dest
Methods in org.objectweb.joram.mom.dest with parameters of type BrowseRequest Modifier and Type Method Description protected voidQueue. browseRequest(AgentId from, BrowseRequest not)Method implementing the queue reaction to aBrowseRequestinstance, requesting an enumeration of the messages on the queue. -
Uses of BrowseRequest in org.objectweb.joram.mom.notifications
Constructors in org.objectweb.joram.mom.notifications with parameters of type BrowseRequest Constructor Description BrowseReply(BrowseRequest req)Builds aBrowseReplyinstance.
-