org.objectweb.joram.shared.admin
Class Monitor_GetDestinations

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

public class Monitor_GetDestinations
extends Monitor_Request

A Monitor_GetDestinations instance requests the list of the destinations of a given server.

See Also:
Serialized Form

Constructor Summary
Monitor_GetDestinations(int serverId)
          Constructs a Monitor_GetDestinations 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_GetDestinations

public Monitor_GetDestinations(int serverId)
Constructs a Monitor_GetDestinations 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