Inherited by org.objectweb.joram.mom.notifications.Monit_FreeAccessRep, org.objectweb.joram.mom.notifications.Monit_GetClusterRep, org.objectweb.joram.mom.notifications.Monit_GetDMQSettingsRep, org.objectweb.joram.mom.notifications.Monit_GetFatherRep, org.objectweb.joram.mom.notifications.Monit_GetNbMaxMsgRep, org.objectweb.joram.mom.notifications.Monit_GetNumberRep, org.objectweb.joram.mom.notifications.Monit_GetStatRep, and org.objectweb.joram.mom.notifications.Monit_GetUsersRep.
Inheritance diagram for org.objectweb.joram.mom.notifications.AdminReply:


Public Member Functions | |
| AdminReply (AdminRequest request, boolean success, String info) | |
| AdminReply (AdminRequest request, boolean success, String info, Object replyObj) | |
| String | getRequestId () |
| boolean | getSuccess () |
| String | getInfo () |
| Object | getReplyObject () |
AdminReply is used by a destination agent for replying to a client administration request.
Definition at line 30 of file AdminReply.java.
| org.objectweb.joram.mom.notifications.AdminReply.AdminReply | ( | AdminRequest | request, | |
| boolean | success, | |||
| String | info | |||
| ) |
Constructs an AdminReply.
Definition at line 48 of file AdminReply.java.
| org.objectweb.joram.mom.notifications.AdminReply.AdminReply | ( | AdminRequest | request, | |
| boolean | success, | |||
| String | info, | |||
| Object | replyObj | |||
| ) |
Constructs an AdminReply.
Definition at line 57 of file AdminReply.java.
References org.objectweb.joram.mom.notifications.AdminRequest.getId().
Here is the call graph for this function:

| String org.objectweb.joram.mom.notifications.AdminReply.getRequestId | ( | ) |
Returns the request identifier.
Definition at line 70 of file AdminReply.java.
| boolean org.objectweb.joram.mom.notifications.AdminReply.getSuccess | ( | ) |
Returns true if the request was successful.
Definition at line 76 of file AdminReply.java.
Referenced by org.objectweb.joram.mom.dest.AdminTopicImpl.AdminReply().
| String org.objectweb.joram.mom.notifications.AdminReply.getInfo | ( | ) |
Returns the info related to the processing of the request.
Definition at line 82 of file AdminReply.java.
Referenced by org.objectweb.joram.mom.dest.AdminTopicImpl.AdminReply().
| Object org.objectweb.joram.mom.notifications.AdminReply.getReplyObject | ( | ) |
Returns an object related to the processing of the request.
Definition at line 88 of file AdminReply.java.
Referenced by org.objectweb.joram.mom.dest.AdminTopicImpl.AdminReply().
1.5.0