org.objectweb.joram.shared.admin
Class SetCluster
- java.io.Serializable
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.
- Serialized Form
SetCluster(String initId, String topId) - Constructs a
SetCluster instance.
|
String | getInitId() - Returns the identifier of the topic already part of a cluster, or chosen
as the initiator.
|
String | getTopId() - Returns the identifier of the topic joining the cluster, or the
initiator.
|
SetCluster
public SetCluster(String initId,
String topId)
Constructs a SetCluster
instance.
getInitId
public String getInitId()
Returns the identifier of the topic already part of a cluster, or chosen
as the initiator.
getTopId
public String getTopId()
Returns the identifier of the topic joining the cluster, or the
initiator.
Copyright B) 2004 Scalagent - All rights reserved