|
||||||||||
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.DestinationAdminRequest
org.objectweb.joram.shared.admin.ClusterAdd
public class ClusterAdd
Field Summary |
---|
Constructor Summary | |
---|---|
ClusterAdd()
|
|
ClusterAdd(java.lang.String clusteredDest,
java.lang.String addedDest)
Adds a destination to a cluster. |
Method Summary | |
---|---|
java.lang.String |
getAddedDest()
|
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.DestinationAdminRequest |
---|
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 |
Constructor Detail |
---|
public ClusterAdd(java.lang.String clusteredDest, java.lang.String addedDest)
clusteredDest
- Destination part of the cluster.addedDest
- Destination joining the cluster.public ClusterAdd()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
protected int getClassId()
getClassId
in class AbstractAdminMessage
public java.lang.String getAddedDest()
public void readFrom(java.io.InputStream is) throws java.io.IOException
Streamable
readFrom
in interface Streamable
readFrom
in class DestinationAdminRequest
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 DestinationAdminRequest
os
- the stream to write the object to
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |