Uses of Class
org.objectweb.joram.mom.notifications.AdminRequestNot
-
Packages that use AdminRequestNot Package Description org.objectweb.joram.mom.notifications Theorg.objectweb.joram.mom.notificationspackage holds the notifications used for interacting with the MOM destination agents. -
-
Uses of AdminRequestNot in org.objectweb.joram.mom.notifications
Subclasses of AdminRequestNot in org.objectweb.joram.mom.notifications Modifier and Type Class Description classGetRightsRequestNotThis request is used for requesting the rights about a destination.Constructors in org.objectweb.joram.mom.notifications with parameters of type AdminRequestNot Constructor Description AdminReplyNot(AdminRequestNot request, boolean success, String info)Constructs anAdminReply.GetRightsReplyNot(AdminRequestNot request, boolean isFreeReading, boolean isFreeWriting, Vector<AgentId> readers, Vector<AgentId> writers)Constructs aGetRightsReplyinstance.
-