Inheritance diagram for org.objectweb.joram.shared.admin.Monitor_GetDMQSettings:


Public Member Functions | |
| Monitor_GetDMQSettings (int serverId) | |
| Monitor_GetDMQSettings (String target) | |
| Monitor_GetDMQSettings () | |
| int | getServerId () |
| String | getTarget () |
| void | readFrom (InputStream is) throws IOException |
| void | writeTo (OutputStream os) throws IOException |
Protected Member Functions | |
| int | getClassId () |
Monitor_GetDMQSettings instance requests the DMQ settings of a server, a user or a destination.
Definition at line 35 of file Monitor_GetDMQSettings.java.
| org.objectweb.joram.shared.admin.Monitor_GetDMQSettings.Monitor_GetDMQSettings | ( | int | serverId | ) |
Constructs a Monitor_GetDMQSettings instance.
| serverId | Identifier of the target server. |
Definition at line 48 of file Monitor_GetDMQSettings.java.
| org.objectweb.joram.shared.admin.Monitor_GetDMQSettings.Monitor_GetDMQSettings | ( | String | target | ) |
Constructs a Monitor_GetDMQSettings instance.
| target | Identifier of the target destination or user. |
Definition at line 57 of file Monitor_GetDMQSettings.java.
| int org.objectweb.joram.shared.admin.Monitor_GetDMQSettings.getServerId | ( | ) |
Returns the identifier of the target server.
Definition at line 64 of file Monitor_GetDMQSettings.java.
| String org.objectweb.joram.shared.admin.Monitor_GetDMQSettings.getTarget | ( | ) |
Returns the identifier of the target destination or user.
Definition at line 69 of file Monitor_GetDMQSettings.java.
| void org.objectweb.joram.shared.admin.Monitor_GetDMQSettings.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 |
Reimplemented from org.objectweb.joram.shared.admin.Monitor_Request.
Definition at line 77 of file Monitor_GetDMQSettings.java.
| void org.objectweb.joram.shared.admin.Monitor_GetDMQSettings.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 |
Reimplemented from org.objectweb.joram.shared.admin.Monitor_Request.
Definition at line 83 of file Monitor_GetDMQSettings.java.
1.5.0