org.objectweb.joram.shared.admin
Class SetDefaultThreshold
- java.io.Serializable
public class SetDefaultThreshold
A SetDefaultThreshold
instance requests to set a given
threshold value as the default threshold for a given server.
- Serialized Form
int | getServerId() - Returns the identifier of the server the threshold is set for.
|
int | getThreshold() - Returns the threshold value.
|
SetDefaultThreshold
public SetDefaultThreshold(int serverId,
int threshold)
Constructs a SetDefaultThreshold
instance.
serverId
- Identifier of the server the threshold is set for.threshold
- Threshold value.
getServerId
public int getServerId()
Returns the identifier of the server the threshold is set for.
getThreshold
public int getThreshold()
Returns the threshold value.
Copyright B) 2004 Scalagent - All rights reserved