public class ReliableMessagingFeature extends WebServiceFeature
| Modifier and Type | Class and Description |
|---|---|
static class |
ReliableMessagingFeature.Builder
Configure WS-ReliableMessaging.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ID |
protected static long |
serialVersionUID |
enabled| Modifier and Type | Method and Description |
|---|---|
static ReliableMessagingFeature.Builder |
builder() |
boolean |
equals(Object o) |
String |
getID() |
int |
getMaxConcurrentSession()
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.
|
static String |
getSeedPolicyName() |
long |
getSequenceManagerMaintenancePeriod()
Specifies the period (in milliseconds) of a sequence manager maintenance task execution.
|
int |
getUserTransactionTimeout()
When an XA TX is used to link the RMD with the user's ProviderRequest, this specifies the timeout value in seconds.
|
int |
hashCode() |
String |
toString() |
isEnabledpublic static final String ID
protected static final long serialVersionUID
public long getSequenceManagerMaintenancePeriod()
public int getMaxConcurrentSession()
public int getUserTransactionTimeout()
public String getID()
getID in class WebServiceFeaturepublic static String getSeedPolicyName()
public static ReliableMessagingFeature.Builder builder()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.