org.objectweb.joram.shared.admin
Class Monitor_GetServersIds

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

public class Monitor_GetServersIds
extends Monitor_Request

A Monitor_GetServersIds instance requests the list of the platform's servers' identifiers.

See Also:
Serialized Form

Constructor Summary
Monitor_GetServersIds(int serverId)
          Constructs a Monitor_GetServersIds instance.
 
Method Summary
 int getServerId()
          Returns the identifier of the target server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Monitor_GetServersIds

public Monitor_GetServersIds(int serverId)
Constructs a Monitor_GetServersIds instance.

Parameters:
serverId - Identifier of the target server.
Method Detail

getServerId

public int getServerId()
Returns the identifier of the target server.



Copyright ? 2004 Scalagent - All rights reserved