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

Inherits org.objectweb.joram.shared.admin.SpecialAdmin.

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

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 AddQueueCluster (String clusterQueue, String joiningQueue)
 AddQueueCluster ()
String toString ()
void readFrom (InputStream is) throws IOException
void writeTo (OutputStream os) throws IOException

Public Attributes

String joiningQueue

Protected Member Functions

int getClassId ()

Detailed Description

Definition at line 33 of file AddQueueCluster.java.


Constructor & Destructor Documentation

org.objectweb.joram.shared.admin.AddQueueCluster.AddQueueCluster ( String  clusterQueue,
String  joiningQueue 
)

Adds a queue to a cluster.

Parameters:
clusterQueue Queue part of the cluster.
joiningQueue Queue joining the cluster.

Definition at line 46 of file AddQueueCluster.java.


Member Function Documentation

void org.objectweb.joram.shared.admin.AddQueueCluster.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

Reimplemented from org.objectweb.joram.shared.admin.SpecialAdmin.

Definition at line 68 of file AddQueueCluster.java.

References org.objectweb.joram.shared.admin.AddQueueCluster.joiningQueue.

void org.objectweb.joram.shared.admin.AddQueueCluster.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

Reimplemented from org.objectweb.joram.shared.admin.SpecialAdmin.

Definition at line 73 of file AddQueueCluster.java.

References org.objectweb.joram.shared.admin.AddQueueCluster.joiningQueue.


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