|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.admin.AdminRequest
org.objectweb.joram.shared.admin.SetUserThreshold
A SetUserThreshold
instance requests to set a given
threshold value as the threshold for a given user.
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 |
public SetUserThreshold(java.lang.String userProxId, int threshold)
SetUserThreshold
instance.
userProxId
- Identifier of the user's proxy the threshold is set
for.threshold
- Threshold value.Method Detail |
public java.lang.String getUserProxId()
public int getThreshold()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |