Joram ${version}

org.objectweb.joram.shared.admin
Class Monitor_GetUsers

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

public class Monitor_GetUsers
extends Monitor_Request

A Monitor_GetUsers instance requests the list of the users of a given server.

See Also:
Serialized Form

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

public Monitor_GetUsers(int serverId)
Constructs a Monitor_GetUsers instance.

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

getServerId

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


Joram ${version}

Copyright © 2005 Scalagent - All rights reserved