|
Joram 5.3.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.agent.Notification
org.objectweb.joram.mom.notifications.AbstractNotification
org.objectweb.joram.mom.notifications.AdminRequest
org.objectweb.joram.mom.notifications.SetThreshRequest
public class SetThreshRequest
A SetThreshRequest
instance is used by a client agent
for notifying a queue of its threshold value.
Field Summary |
---|
Fields inherited from class fr.dyade.aaa.agent.Notification |
---|
detachable, detached, persistent |
Constructor Summary | |
---|---|
SetThreshRequest(java.lang.String id,
java.lang.Integer threshold)
Constructs a SetThresholdRequest instance. |
Method Summary | |
---|---|
java.lang.Integer |
getThreshold()
Returns the threshold value, negative or zero for no threshold, null for unsetting the previous value. |
Methods inherited from class org.objectweb.joram.mom.notifications.AdminRequest |
---|
getId |
Methods inherited from class org.objectweb.joram.mom.notifications.AbstractNotification |
---|
getClientContext, setPersistent, toString |
Methods inherited from class fr.dyade.aaa.agent.Notification |
---|
clone, getContext, getDeadNotificationAgentId, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SetThreshRequest(java.lang.String id, java.lang.Integer threshold)
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.Method Detail |
---|
public java.lang.Integer getThreshold()
null
for unsetting the previous value.
|
Joram 5.3.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |