Inherited by org.objectweb.joram.shared.admin.Monitor_GetCluster, org.objectweb.joram.shared.admin.Monitor_GetDestinations, org.objectweb.joram.shared.admin.Monitor_GetDMQSettings, org.objectweb.joram.shared.admin.Monitor_GetFather, org.objectweb.joram.shared.admin.Monitor_GetFreeAccess, org.objectweb.joram.shared.admin.Monitor_GetNbMaxMsg, org.objectweb.joram.shared.admin.Monitor_GetPendingMessages, org.objectweb.joram.shared.admin.Monitor_GetPendingRequests, org.objectweb.joram.shared.admin.Monitor_GetReaders, org.objectweb.joram.shared.admin.Monitor_GetServersIds, org.objectweb.joram.shared.admin.Monitor_GetStat, org.objectweb.joram.shared.admin.Monitor_GetSubscriptions, org.objectweb.joram.shared.admin.Monitor_GetUsers, and org.objectweb.joram.shared.admin.Monitor_GetWriters.
Inheritance diagram for org.objectweb.joram.shared.admin.Monitor_Request:


Public Member Functions | |
| void | readFrom (InputStream is) throws IOException |
| void | writeTo (OutputStream os) throws IOException |
Protected Member Functions | |
| int | getClassId () |
Monitor_Request request is sent by a monitorer inside a org.objectweb.joram.shared.messages.Message to an org.objectweb.joram.mom.dest.AdminTopic topic for requesting an monitoring operation.
Definition at line 35 of file Monitor_Request.java.
| void org.objectweb.joram.shared.admin.Monitor_Request.readFrom | ( | InputStream | is | ) | throws IOException |
The object implements the readFrom method to restore its contents from the input stream.
| is | the stream to read data from in order to restore the object |
Implements org.objectweb.joram.shared.stream.Streamable.
Reimplemented in org.objectweb.joram.shared.admin.Monitor_GetCluster, org.objectweb.joram.shared.admin.Monitor_GetDestinations, org.objectweb.joram.shared.admin.Monitor_GetDMQSettings, org.objectweb.joram.shared.admin.Monitor_GetFather, org.objectweb.joram.shared.admin.Monitor_GetFreeAccess, org.objectweb.joram.shared.admin.Monitor_GetNbMaxMsg, org.objectweb.joram.shared.admin.Monitor_GetPendingMessages, org.objectweb.joram.shared.admin.Monitor_GetPendingRequests, org.objectweb.joram.shared.admin.Monitor_GetReaders, org.objectweb.joram.shared.admin.Monitor_GetServersIds, org.objectweb.joram.shared.admin.Monitor_GetStat, org.objectweb.joram.shared.admin.Monitor_GetSubscriptions, org.objectweb.joram.shared.admin.Monitor_GetUsers, and org.objectweb.joram.shared.admin.Monitor_GetWriters.
Definition at line 41 of file Monitor_Request.java.
| void org.objectweb.joram.shared.admin.Monitor_Request.writeTo | ( | OutputStream | os | ) | throws IOException |
The object implements the writeTo method to write its contents to the output stream.
| os | the stream to write the object to |
Implements org.objectweb.joram.shared.stream.Streamable.
Reimplemented in org.objectweb.joram.shared.admin.Monitor_GetCluster, org.objectweb.joram.shared.admin.Monitor_GetDestinations, org.objectweb.joram.shared.admin.Monitor_GetDMQSettings, org.objectweb.joram.shared.admin.Monitor_GetFather, org.objectweb.joram.shared.admin.Monitor_GetFreeAccess, org.objectweb.joram.shared.admin.Monitor_GetNbMaxMsg, org.objectweb.joram.shared.admin.Monitor_GetPendingMessages, org.objectweb.joram.shared.admin.Monitor_GetPendingRequests, org.objectweb.joram.shared.admin.Monitor_GetReaders, org.objectweb.joram.shared.admin.Monitor_GetServersIds, org.objectweb.joram.shared.admin.Monitor_GetStat, org.objectweb.joram.shared.admin.Monitor_GetSubscriptions, org.objectweb.joram.shared.admin.Monitor_GetUsers, and org.objectweb.joram.shared.admin.Monitor_GetWriters.
Definition at line 44 of file Monitor_Request.java.
1.5.0