|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface ControlMethodReliable
| Optional Element Summary | |
|---|---|
boolean |
enable
The enable attribute specifies whether this operation should use reliable messaging. |
String |
messageTimeToLive
Message TTL, specifies how long messages are maintained on the server, in order to detect duplicate messages. |
int |
retryCount
The number of times to re-try |
public abstract boolean enable
public abstract String messageTimeToLive
public abstract int retryCount
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||