org.objectweb.joram.shared.admin
Class Monitor_GetUsersRep

java.lang.Object
  extended byorg.objectweb.joram.shared.admin.AdminReply
      extended byorg.objectweb.joram.shared.admin.Monitor_Reply
          extended byorg.objectweb.joram.shared.admin.Monitor_GetUsersRep
All Implemented Interfaces:
java.io.Serializable

public class Monitor_GetUsersRep
extends Monitor_Reply

A Monitor_GetUsersRep instance replies to a get users, readers or writers monitoring request.

See Also:
Serialized Form

Constructor Summary
Monitor_GetUsersRep()
          Constructs a Monitor_GetUsersRep instance.
 
Method Summary
 void addUser(java.lang.String name, java.lang.String proxyId)
          Adds a user to the table.
 java.util.Hashtable getUsers()
          Returns the users table.
 
Methods inherited from class org.objectweb.joram.shared.admin.AdminReply
getInfo, getReplyObject, succeeded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Monitor_GetUsersRep

public Monitor_GetUsersRep()
Constructs a Monitor_GetUsersRep instance.

Method Detail

addUser

public void addUser(java.lang.String name,
                    java.lang.String proxyId)
Adds a user to the table.


getUsers

public java.util.Hashtable getUsers()
Returns the users table.



Copyright ? 2004 Scalagent - All rights reserved