|
Joram 5.1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.admin.AbstractAdminMessage
org.objectweb.joram.shared.admin.AdminRequest
org.objectweb.joram.shared.admin.SpecialAdmin
org.objectweb.joram.shared.admin.AddQueueCluster
public class AddQueueCluster
Field Summary | |
---|---|
java.lang.String |
joiningQueue
|
Constructor Summary | |
---|---|
AddQueueCluster()
|
|
AddQueueCluster(java.lang.String clusterQueue,
java.lang.String joiningQueue)
Adds a queue to a cluster. |
Method Summary | |
---|---|
protected int |
getClassId()
|
void |
readFrom(java.io.InputStream is)
The object implements the readFrom method to restore its contents from the input stream. |
java.lang.String |
toString()
|
void |
writeTo(java.io.OutputStream os)
The object implements the writeTo method to write its contents to the output stream. |
Methods inherited from class org.objectweb.joram.shared.admin.SpecialAdmin |
---|
getDestId |
Methods inherited from class org.objectweb.joram.shared.admin.AbstractAdminMessage |
---|
read, readExternal, soapCode, soapDecode, write, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String joiningQueue
Constructor Detail |
---|
public AddQueueCluster(java.lang.String clusterQueue, java.lang.String joiningQueue)
clusterQueue
- Queue part of the cluster.joiningQueue
- Queue joining the cluster.public AddQueueCluster()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
protected int getClassId()
getClassId
in class SpecialAdmin
public void readFrom(java.io.InputStream is) throws java.io.IOException
Streamable
readFrom
in interface Streamable
readFrom
in class SpecialAdmin
is
- the stream to read data from in order to restore the object
java.io.IOException
public void writeTo(java.io.OutputStream os) throws java.io.IOException
Streamable
writeTo
in interface Streamable
writeTo
in class SpecialAdmin
os
- the stream to write the object to
java.io.IOException
|
Joram 5.1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |