org.objectweb.joram.shared.admin

Class UnsetCluster

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(String id)
Constructs an UnsetCluster instance.

Method Summary

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

Constructor Details

UnsetCluster

public UnsetCluster(String id)
Constructs an UnsetCluster instance.

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

Method Details

getTopId

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


Copyright B) 2004 Scalagent - All rights reserved