| Package | Description |
|---|---|
| com.sun.xml.ws.rx.rm.api |
| Modifier and Type | Method and Description |
|---|---|
static ReliableMessagingFeature.BackoffAlgorithm |
ReliableMessagingFeature.BackoffAlgorithm.getDefault()
Provides a default back-off algorithm value.
|
ReliableMessagingFeature.BackoffAlgorithm |
ReliableMessagingFeature.getRetransmissionBackoffAlgorithm()
Specifies that the retransmission interval will be adjusted using a specific
backoff algorithm.
|
static ReliableMessagingFeature.BackoffAlgorithm |
ReliableMessagingFeature.BackoffAlgorithm.parse(String name) |
static ReliableMessagingFeature.BackoffAlgorithm |
ReliableMessagingFeature.BackoffAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReliableMessagingFeature.BackoffAlgorithm[] |
ReliableMessagingFeature.BackoffAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ReliableMessagingFeatureBuilder |
ReliableMessagingFeatureBuilder.retransmissionBackoffAlgorithm(ReliableMessagingFeature.BackoffAlgorithm value) |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.