Inherited by org.objectweb.joram.mom.notifications.ClusterRequest, org.objectweb.joram.mom.notifications.Monit_FreeAccess, org.objectweb.joram.mom.notifications.Monit_GetCluster, org.objectweb.joram.mom.notifications.Monit_GetDMQSettings, org.objectweb.joram.mom.notifications.Monit_GetFather, org.objectweb.joram.mom.notifications.Monit_GetNbMaxMsg, org.objectweb.joram.mom.notifications.Monit_GetPendingMessages, org.objectweb.joram.mom.notifications.Monit_GetPendingRequests, org.objectweb.joram.mom.notifications.Monit_GetReaders, org.objectweb.joram.mom.notifications.Monit_GetStat, org.objectweb.joram.mom.notifications.Monit_GetSubscriptions, org.objectweb.joram.mom.notifications.Monit_GetWriters, org.objectweb.joram.mom.notifications.SetDMQRequest, org.objectweb.joram.mom.notifications.SetFatherRequest, org.objectweb.joram.mom.notifications.SetNbMaxMsgRequest, org.objectweb.joram.mom.notifications.SetRightRequest, org.objectweb.joram.mom.notifications.SetThreshRequest, org.objectweb.joram.mom.notifications.SpecialAdminRequest, org.objectweb.joram.mom.notifications.UnclusterRequest, and org.objectweb.joram.mom.notifications.UnsetFatherRequest.
Inheritance diagram for org.objectweb.joram.mom.notifications.AdminRequest:


Public Member Functions | |
| AdminRequest (String id) | |
| String | getId () |
AdminRequest is used by a client agent for sending an administration request to a destination agent.
Definition at line 29 of file AdminRequest.java.
| org.objectweb.joram.mom.notifications.AdminRequest.AdminRequest | ( | String | id | ) |
Constructs an AdminRequest.
| id | Identifier of the request, may be null. |
Definition at line 40 of file AdminRequest.java.
| String org.objectweb.joram.mom.notifications.AdminRequest.getId | ( | ) |
Returns the request identifier, null if not used.
Definition at line 47 of file AdminRequest.java.
Referenced by org.objectweb.joram.mom.notifications.AdminReply.AdminReply().
1.5.0