Joram ${version}

org.objectweb.joram.shared.admin
Class Monitor_GetCluster

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

public class Monitor_GetCluster
extends Monitor_Request

A Monitor_GetCluster instance requests the list of the topics part of a cluster.

See Also:
Serialized Form

Constructor Summary
Monitor_GetCluster(java.lang.String topic)
          Constructs a Monitor_GetCluster instance.
 
Method Summary
 java.lang.String getTopic()
          Returns the identifier of a topic part of the target cluster.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Monitor_GetCluster

public Monitor_GetCluster(java.lang.String topic)
Constructs a Monitor_GetCluster instance.

Parameters:
topic - Identifier of a topic part of the target cluster.
Method Detail

getTopic

public java.lang.String getTopic()
Returns the identifier of a topic part of the target cluster.


Joram ${version}

Copyright © 2005 Scalagent - All rights reserved