Inheritance diagram for org.objectweb.joram.mom.notifications.SetThreshRequest:


Public Member Functions | |
| SetThreshRequest (String id, Integer threshold) | |
| Integer | getThreshold () |
SetThreshRequest instance is used by a client agent for notifying a queue of its threshold value.
Definition at line 31 of file SetThreshRequest.java.
| org.objectweb.joram.mom.notifications.SetThreshRequest.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. |
Definition at line 51 of file SetThreshRequest.java.
| Integer org.objectweb.joram.mom.notifications.SetThreshRequest.getThreshold | ( | ) |
Returns the threshold value, negative or zero for no threshold, null for unsetting the previous value.
Definition at line 63 of file SetThreshRequest.java.
1.5.0