Joram ${version}

org.objectweb.joram.shared.admin
Class UnsetCluster

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

public class UnsetCluster
extends AdminRequest

An UnsetCluster instance is used for notifying a topic to leave the cluster it is part of.

See Also:
Serialized Form

Constructor Summary
UnsetCluster(java.lang.String id)
          Constructs an UnsetCluster instance.
 
Method Summary
 java.lang.String getTopId()
          Returns the identifier of the topic leaving its cluster.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsetCluster

public UnsetCluster(java.lang.String id)
Constructs an UnsetCluster instance.

Parameters:
id - Identifier of the topic leaving its cluster.
Method Detail

getTopId

public java.lang.String getTopId()
Returns the identifier of the topic leaving its cluster.


Joram ${version}

Copyright © 2005 Scalagent - All rights reserved