org.objectweb.joram.shared.admin
Class Monitor_GetClusterRep

java.lang.Object
  extended byorg.objectweb.joram.shared.admin.AdminReply
      extended byorg.objectweb.joram.shared.admin.Monitor_Reply
          extended byorg.objectweb.joram.shared.admin.Monitor_GetClusterRep
All Implemented Interfaces:
java.io.Serializable

public class Monitor_GetClusterRep
extends Monitor_Reply

A Monitor_GetClusterRep instance holds the identifiers of a cluster's topics.

See Also:
Serialized Form

Constructor Summary
Monitor_GetClusterRep(java.util.Vector topics)
          Constructs a Monitor_GetClusterRep instance.
 
Method Summary
 java.util.Vector getTopics()
          Returns the identifiers of the cluster's topics.
 
Methods inherited from class org.objectweb.joram.shared.admin.AdminReply
getInfo, getReplyObject, succeeded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Monitor_GetClusterRep

public Monitor_GetClusterRep(java.util.Vector topics)
Constructs a Monitor_GetClusterRep instance.

Method Detail

getTopics

public java.util.Vector getTopics()
Returns the identifiers of the cluster's topics.



Copyright ? 2004 Scalagent - All rights reserved