org.objectweb.joram.shared.admin.UnsetQueueThreshold Class Reference

Inherits org.objectweb.joram.shared.admin.AdminRequest.

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

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.joram.shared.admin.UnsetQueueThreshold:

Collaboration graph
[legend]
List of all members.

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 ()

Detailed Description

An UnsetQueueThreshold instance requests to unset the threshold value of a given queue.

Definition at line 36 of file UnsetQueueThreshold.java.


Constructor & Destructor Documentation

org.objectweb.joram.shared.admin.UnsetQueueThreshold.UnsetQueueThreshold ( String  queueId  ) 

Constructs an UnsetQueueThreshold instance.

Parameters:
queueId Identifier of the queue which threshold is unset.

Definition at line 47 of file UnsetQueueThreshold.java.


Member Function Documentation

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.

Parameters:
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.

Parameters:
os the stream to write the object to

Implements org.objectweb.joram.shared.stream.Streamable.

Definition at line 66 of file UnsetQueueThreshold.java.


The documentation for this class was generated from the following file:
Generated on Tue Sep 16 16:20:52 2008 for joram by  doxygen 1.5.0