Joram ${version}

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.
Monitor_GetServersIds(int serverId, java.lang.String domainName)
          Constructs a Monitor_GetServersIds instance.
 
Method Summary
 java.lang.String getDomainName()
           
 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.

Monitor_GetServersIds

public Monitor_GetServersIds(int serverId,
                             java.lang.String domainName)
Constructs a Monitor_GetServersIds instance.

Parameters:
serverId - Identifier of the target server.
domainName - Name of the domain that contains the servers.
Method Detail

getServerId

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


getDomainName

public final java.lang.String getDomainName()

Joram ${version}

Copyright © 2005 Scalagent - All rights reserved