org.objectweb.joram.mom.notifications
Class SetThreshRequest
- Cloneable, Serializable
public class SetThreshRequest
A SetThreshRequest
instance is used by a client agent
for notifying a queue of its threshold value.
SetThreshRequest(String id, Integer threshold) - Constructs a
SetThresholdRequest instance.
|
Integer | getThreshold() - Returns the threshold value, negative or zero for no threshold,
null for unsetting the previous value.
|
SetThreshRequest
public SetThreshRequest(String id,
Integer threshold)
Constructs a SetThresholdRequest
instance.
id
- Identifier of the request, may be null.threshold
- Threshold value, negative or zero for no threshold,
null
for unsetting the previous value.
getThreshold
public Integer getThreshold()
Returns the threshold value, negative or zero for no threshold,
null
for unsetting the previous value.
Copyright B) 2004 Scalagent - All rights reserved