org.objectweb.joram.shared.admin
Class SetUserThreshold

java.lang.Object
  extended byorg.objectweb.joram.shared.admin.AdminRequest
      extended byorg.objectweb.joram.shared.admin.SetUserThreshold
All Implemented Interfaces:
java.io.Serializable

public class SetUserThreshold
extends AdminRequest

A SetUserThreshold instance requests to set a given threshold value as the threshold for a given user.

See Also:
Serialized Form

Constructor Summary
SetUserThreshold(java.lang.String userProxId, int threshold)
          Constructs a SetUserThreshold instance.
 
Method Summary
 int getThreshold()
          Returns the threshold value.
 java.lang.String getUserProxId()
          Returns the identifier of the user's proxy the threshold is set for.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetUserThreshold

public SetUserThreshold(java.lang.String userProxId,
                        int threshold)
Constructs a SetUserThreshold instance.

Parameters:
userProxId - Identifier of the user's proxy the threshold is set for.
threshold - Threshold value.
Method Detail

getUserProxId

public java.lang.String getUserProxId()
Returns the identifier of the user's proxy the threshold is set for.


getThreshold

public int getThreshold()
Returns the threshold value.



Copyright ? 2004 Scalagent - All rights reserved