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


Public Member Functions | |
| UnsetDefaultDMQ (int serverId) | |
| UnsetDefaultDMQ () | |
| int | getServerId () |
| void | readFrom (InputStream is) throws IOException |
| void | writeTo (OutputStream os) throws IOException |
Protected Member Functions | |
| int | getClassId () |
UnsetDefaultDMQ instance requests to unset the default DMQ of a given server.
Definition at line 36 of file UnsetDefaultDMQ.java.
| org.objectweb.joram.shared.admin.UnsetDefaultDMQ.UnsetDefaultDMQ | ( | int | serverId | ) |
Constructs a UnsetDefaultDMQ instance.
| serverId | Identifier of the server which default DMQ is unset. |
Definition at line 47 of file UnsetDefaultDMQ.java.
| int org.objectweb.joram.shared.admin.UnsetDefaultDMQ.getServerId | ( | ) |
Returns the identifier of the server which default DMQ is unset.
Definition at line 54 of file UnsetDefaultDMQ.java.
| void org.objectweb.joram.shared.admin.UnsetDefaultDMQ.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 62 of file UnsetDefaultDMQ.java.
| void org.objectweb.joram.shared.admin.UnsetDefaultDMQ.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 66 of file UnsetDefaultDMQ.java.
1.5.0