org.objectweb.joram.shared.admin
Class Monitor_GetServersIdsRep

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_GetServersIdsRep
All Implemented Interfaces:
java.io.Serializable

public class Monitor_GetServersIdsRep
extends Monitor_Reply

A Monitor_GetServersIdsRep instance holds the list of the platform's servers' identifiers.

See Also:
Serialized Form

Constructor Summary
Monitor_GetServersIdsRep(java.util.Vector ids)
          Constructs a Monitor_GetServersRep instance.
 
Method Summary
 java.util.Vector getIds()
          Returns the servers' identifiers.
 
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_GetServersIdsRep

public Monitor_GetServersIdsRep(java.util.Vector ids)
Constructs a Monitor_GetServersRep instance.

Parameters:
ids - Vector of servers' identifiers.
Method Detail

getIds

public java.util.Vector getIds()
Returns the servers' identifiers.



Copyright ? 2004 Scalagent - All rights reserved