Joram ${version}

org.objectweb.joram.shared.admin
Class SetCluster

java.lang.Object
  extended byorg.objectweb.joram.shared.admin.AdminRequest
      extended byorg.objectweb.joram.shared.admin.SetCluster
All Implemented Interfaces:
java.io.Serializable

public class SetCluster
extends AdminRequest

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.

See Also:
Serialized Form

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

SetCluster

public SetCluster(java.lang.String initId,
                  java.lang.String topId)
Constructs a SetCluster instance.

Method Detail

getInitId

public java.lang.String getInitId()
Returns the identifier of the topic already part of a cluster, or chosen as the initiator.


getTopId

public java.lang.String getTopId()
Returns the identifier of the topic joining the cluster, or the initiator.


Joram ${version}

Copyright © 2005 Scalagent - All rights reserved