|
Joram 5.2.1 | ||||||||
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.RemoveQueueCluster
public class RemoveQueueCluster
Field Summary | |
---|---|
java.lang.String |
removeQueue
|
Constructor Summary | |
---|---|
RemoveQueueCluster()
|
|
RemoveQueueCluster(java.lang.String clusterQueue,
java.lang.String removeQueue)
Leave 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. |
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, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String removeQueue
Constructor Detail |
---|
public RemoveQueueCluster(java.lang.String clusterQueue, java.lang.String removeQueue)
clusterQueue
- Queue part of the cluster.removeQueue
- Queue to be removed from the cluster.public RemoveQueueCluster()
Method Detail |
---|
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.2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |