org.objectweb.joram.shared.admin

Class Monitor_GetServersIdsRep

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(Vector ids)
Constructs a Monitor_GetServersRep instance.

Method Summary

Vector
getIds()
Returns the servers' identifiers.

Methods inherited from class org.objectweb.joram.shared.admin.AdminReply

getInfo, getReplyObject, succeeded

Constructor Details

Monitor_GetServersIdsRep

public Monitor_GetServersIdsRep(Vector ids)
Constructs a Monitor_GetServersRep instance.

Parameters:
ids - Vector of servers' identifiers.

Method Details

getIds

public Vector getIds()
Returns the servers' identifiers.


Copyright B) 2004 Scalagent - All rights reserved