org.objectweb.joram.shared.admin
Class Monitor_GetUsersRep
java.lang.Object
org.objectweb.joram.shared.admin.AdminReply
org.objectweb.joram.shared.admin.Monitor_Reply
org.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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Monitor_GetUsersRep
public Monitor_GetUsersRep()
- Constructs a
Monitor_GetUsersRep
instance.
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