org.objectweb.joram.shared.admin

Class SetUserThreshold

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(String userProxId, int threshold)
Constructs a SetUserThreshold instance.

Method Summary

int
getThreshold()
Returns the threshold value.
String
getUserProxId()
Returns the identifier of the user's proxy the threshold is set for.

Constructor Details

SetUserThreshold

public SetUserThreshold(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 Details

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