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


Public Member Functions | |
| UnsetQueueThreshold (String queueId) | |
| UnsetQueueThreshold () | |
| String | getQueueId () |
| void | readFrom (InputStream is) throws IOException |
| void | writeTo (OutputStream os) throws IOException |
Protected Member Functions | |
| int | getClassId () |
UnsetQueueThreshold instance requests to unset the threshold value of a given queue.
Definition at line 36 of file UnsetQueueThreshold.java.
| org.objectweb.joram.shared.admin.UnsetQueueThreshold.UnsetQueueThreshold | ( | String | queueId | ) |
Constructs an UnsetQueueThreshold instance.
| queueId | Identifier of the queue which threshold is unset. |
Definition at line 47 of file UnsetQueueThreshold.java.
| String org.objectweb.joram.shared.admin.UnsetQueueThreshold.getQueueId | ( | ) |
Returns the identifier of the queue which threshold is unset.
Definition at line 54 of file UnsetQueueThreshold.java.
| void org.objectweb.joram.shared.admin.UnsetQueueThreshold.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 UnsetQueueThreshold.java.
| void org.objectweb.joram.shared.admin.UnsetQueueThreshold.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 UnsetQueueThreshold.java.
1.5.0