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


Public Member Functions | |
| AddServiceRequest (int serverId, String className, String args) | |
| AddServiceRequest () | |
| final int | getServerId () |
| final String | getClassName () |
| final String | getArgs () |
| void | readFrom (InputStream is) throws IOException |
| void | writeTo (OutputStream os) throws IOException |
Protected Member Functions | |
| int | getClassId () |
Definition at line 32 of file AddServiceRequest.java.
| void org.objectweb.joram.shared.admin.AddServiceRequest.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 65 of file AddServiceRequest.java.
| void org.objectweb.joram.shared.admin.AddServiceRequest.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 71 of file AddServiceRequest.java.
1.5.0