Uses of Class
org.objectweb.joram.mom.notifications.AdminReplyNot
-
Packages that use AdminReplyNot 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.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 AdminReplyNot in org.objectweb.joram.mom.dest
Methods in org.objectweb.joram.mom.dest with parameters of type AdminReplyNot Modifier and Type Method Description private voidAdminTopic. handleAdminReply(AdminReplyNot not)Method implementing the reaction to aorg.objectweb.joram.mom.notifications.AdminReplynotification replying to an administration request. -
Uses of AdminReplyNot in org.objectweb.joram.mom.notifications
Subclasses of AdminReplyNot in org.objectweb.joram.mom.notifications Modifier and Type Class Description classGetRightsReplyNotThis notification is used by a destination for sending the identifiers of its readers and writers in response to a GetRightsRequest. -
Uses of AdminReplyNot in org.objectweb.joram.mom.proxies
Methods in org.objectweb.joram.mom.proxies with parameters of type AdminReplyNot Modifier and Type Method Description private voidUserAgent. doReact(AdminReplyNot reply)AnAdminReplyacknowledges the setting of a temporary destination; nothing needs to be done.
-