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


Public Member Functions | |
| AddServerRequest (int serverId, String hostName, String domainName, int port, String serverName, String[] serviceNames, String[] serviceArgs) | |
| AddServerRequest () | |
| final String | getServerName () |
| final String | getHostName () |
| final int | getServerId () |
| final String | getDomainName () |
| final int | getPort () |
| final String[] | getServiceNames () |
| final String[] | getServiceArgs () |
| void | readFrom (InputStream is) throws IOException |
| void | writeTo (OutputStream os) throws IOException |
Protected Member Functions | |
| int | getClassId () |
Definition at line 32 of file AddServerRequest.java.
| void org.objectweb.joram.shared.admin.AddServerRequest.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 94 of file AddServerRequest.java.
| void org.objectweb.joram.shared.admin.AddServerRequest.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 104 of file AddServerRequest.java.
1.5.0