|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@WebServiceFeatureAnnotation(id="com.oracle.webservices.oracle_internal_api.rm.ReliableMessagingFeature",
bean=ReliableMessagingFeature.class)
public @interface ReliableMessagingConfigure WS-ReliableMessaging.
| Optional Element Summary | |
|---|---|
boolean |
enabled
Enable this feature. |
int |
maxConcurrentSession
Specifies how many concurrently active RM sessions (measured based on inbound RM sequences) the sequence manager dedicated to the WS Endpoint accepts before starting to refuse new requests for sequence creation. |
long |
sequenceManagerMaintenancePeriod
Specifies the period (in milliseconds) of a sequence manager maintenance task execution. |
int |
userTransactionTimeout
When an XA TX is used to link the RMD with the user's ProviderRequest, this specifies the timeout value in seconds. |
public abstract boolean enabled
public abstract long sequenceManagerMaintenancePeriod
public abstract int maxConcurrentSession
public abstract int userTransactionTimeout
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||