|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.hq.transport.util.MessageDeliveryOptions
public class MessageDeliveryOptions
Passes the message delivery options specified when creating a service proxy down to the client invoker.
Method Summary | |
---|---|
boolean |
isAsynchronous()
Check if the message delivery is asynchronous meaning that the client invoker will not block on the remote invocation. |
boolean |
isGuaranteed()
If the message delivery is asynchronous, will the client invoker guarantee message delivery? Guaranteed delivery does not apply for synchronous delivery. |
static MessageDeliveryOptions |
newAsynchronousInstance(boolean guaranteed)
Create an instance specifying asynchronous delivery. |
static MessageDeliveryOptions |
newSynchronousInstance()
Create an instance specifying synchronous delivery. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static MessageDeliveryOptions newSynchronousInstance()
public static MessageDeliveryOptions newAsynchronousInstance(boolean guaranteed)
guaranteed
- true
if message delivery is guaranteed.
public boolean isAsynchronous()
true
if the invocation is asynchronous.public boolean isGuaranteed()
true
if message delivery is guaranteed.
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |