org.objectweb.joram.shared.admin
Class SetUserThreshold
- java.io.Serializable
public class SetUserThreshold
A SetUserThreshold
instance requests to set a given
threshold value as the threshold for a given user.
- Serialized Form
SetUserThreshold(String userProxId, int threshold) - Constructs a
SetUserThreshold instance.
|
int | getThreshold() - Returns the threshold value.
|
String | getUserProxId() - Returns the identifier of the user's proxy the threshold is set for.
|
SetUserThreshold
public SetUserThreshold(String userProxId,
int threshold)
Constructs a SetUserThreshold
instance.
userProxId
- Identifier of the user's proxy the threshold is set
for.threshold
- Threshold value.
getThreshold
public int getThreshold()
Returns the threshold value.
getUserProxId
public String getUserProxId()
Returns the identifier of the user's proxy the threshold is set for.
Copyright B) 2004 Scalagent - All rights reserved