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


Public Member Functions | |
| Monitor_GetUsers (int serverId) | |
| Monitor_GetUsers () | |
| int | getServerId () |
| void | readFrom (InputStream is) throws IOException |
| void | writeTo (OutputStream os) throws IOException |
Protected Member Functions | |
| int | getClassId () |
Monitor_GetUsers instance requests the list of the users of a given server.
Definition at line 35 of file Monitor_GetUsers.java.
| org.objectweb.joram.shared.admin.Monitor_GetUsers.Monitor_GetUsers | ( | int | serverId | ) |
Constructs a Monitor_GetUsers instance.
| serverId | Identifier of the target server. |
Definition at line 46 of file Monitor_GetUsers.java.
| int org.objectweb.joram.shared.admin.Monitor_GetUsers.getServerId | ( | ) |
Returns the identifier of the target server.
Definition at line 53 of file Monitor_GetUsers.java.
| void org.objectweb.joram.shared.admin.Monitor_GetUsers.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 61 of file Monitor_GetUsers.java.
| void org.objectweb.joram.shared.admin.Monitor_GetUsers.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 66 of file Monitor_GetUsers.java.
1.5.0