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


Public Member Functions | |
| AddDomainRequest (String domainName, String network, int serverId, int port) | |
| AddDomainRequest (String domainName, int serverId, int port) | |
| AddDomainRequest () | |
| final String | getDomainName () |
| final String | getNetwork () |
| final int | getServerId () |
| final int | getPort () |
| void | readFrom (InputStream is) throws IOException |
| void | writeTo (OutputStream os) throws IOException |
Protected Member Functions | |
| int | getClassId () |
Definition at line 32 of file AddDomainRequest.java.
| void org.objectweb.joram.shared.admin.AddDomainRequest.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 82 of file AddDomainRequest.java.
| void org.objectweb.joram.shared.admin.AddDomainRequest.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 89 of file AddDomainRequest.java.
1.5.0