|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.admin.AdminRequest
org.objectweb.joram.shared.admin.SetCluster
A SetCluster
instance is used for adding a given topic
to a cluster an other topic is part of, or for creating a new cluster.
Constructor Summary | |
SetCluster(java.lang.String initId,
java.lang.String topId)
Constructs a SetCluster instance. |
Method Summary | |
java.lang.String |
getInitId()
Returns the identifier of the topic already part of a cluster, or chosen as the initiator. |
java.lang.String |
getTopId()
Returns the identifier of the topic joining the cluster, or the initiator. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SetCluster(java.lang.String initId, java.lang.String topId)
SetCluster
instance.
Method Detail |
public java.lang.String getInitId()
public java.lang.String getTopId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |