com.bea.wli.common
Annotation Type ControlMethodReliable


@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
 

enable

public abstract boolean enable
The enable attribute specifies whether this operation should use reliable messaging.

Default:
false

messageTimeToLive

public abstract String messageTimeToLive
Message TTL, specifies how long messages are maintained on the server, in order to detect duplicate messages. Expressed as a WLW Duration. e.g. "90 seconds"

Default:
"60 seconds"

retryCount

public abstract int retryCount
The number of times to re-try

Default:
1