|
||||||||||
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.SetQueueThreshold
A SetQueueThreshold
instance requests to set a given
threshold value as the threshold for a given queue.
Constructor Summary | |
SetQueueThreshold(java.lang.String queueId,
int threshold)
Constructs a SetQueueThreshold instance. |
Method Summary | |
java.lang.String |
getQueueId()
Returns the identifier of the queue the threshold is set for. |
int |
getThreshold()
Returns the threshold value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SetQueueThreshold(java.lang.String queueId, int threshold)
SetQueueThreshold
instance.
queueId
- Identifier of the queue the threshold is set for.threshold
- Threshold value.Method Detail |
public java.lang.String getQueueId()
public int getThreshold()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |