Class ReliableMessagingFeature
java.lang.Object
jakarta.xml.ws.WebServiceFeature
com.oracle.webservices.oracle_internal_api.rm.ReliableMessagingFeature
Configure WS-ReliableMessaging.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classConfigure WS-ReliableMessaging. -
Field Summary
FieldsFields inherited from class jakarta.xml.ws.WebServiceFeature
enabled -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleangetID()intSpecifies 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 StringlongSpecifies the period (in milliseconds) of a sequence manager maintenance task execution.intWhen an XA TX is used to link the RMD with the user's ProviderRequest, this specifies the timeout value in seconds.inthashCode()toString()Methods inherited from class jakarta.xml.ws.WebServiceFeature
isEnabled
-
Field Details
-
ID
- See Also:
-
serialVersionUID
protected static final long serialVersionUID- See Also:
-
-
Method Details
-
getSequenceManagerMaintenancePeriod
public long getSequenceManagerMaintenancePeriod()Specifies the period (in milliseconds) of a sequence manager maintenance task execution. Default value: 60000 -
getMaxConcurrentSession
public 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. Default value: 100 -
getUserTransactionTimeout
public int getUserTransactionTimeout()When an XA TX is used to link the RMD with the user's ProviderRequest, this specifies the timeout value in seconds. The default value of 0 says to use the system default. -
getID
- Specified by:
getIDin classWebServiceFeature
-
getSeedPolicyName
-
builder
-
toString
-
equals
-
hashCode
public int hashCode()
-