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


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