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