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


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 () |
Definition at line 33 of file AddQueueCluster.java.
| org.objectweb.joram.shared.admin.AddQueueCluster.AddQueueCluster | ( | String | clusterQueue, | |
| String | joiningQueue | |||
| ) |
Adds a queue to a cluster.
| clusterQueue | Queue part of the cluster. | |
| joiningQueue | Queue joining the cluster. |
Definition at line 46 of file AddQueueCluster.java.
| 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.
| 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.
| 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.
1.5.0