Uses of Class
com.sun.xml.ws.rm.ReliableMessagingFeature.BackoffAlgorithm

Packages that use ReliableMessagingFeature.BackoffAlgorithm
com.sun.xml.ws.rm   
com.sun.xml.ws.rm.runtime   
 

Uses of ReliableMessagingFeature.BackoffAlgorithm in com.sun.xml.ws.rm
 

Methods in com.sun.xml.ws.rm that return ReliableMessagingFeature.BackoffAlgorithm
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.valueOf(java.lang.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're declared.
 

Methods in com.sun.xml.ws.rm with parameters of type ReliableMessagingFeature.BackoffAlgorithm
 ReliableMessagingFeatureBuilder ReliableMessagingFeatureBuilder.retransmissionBackoffAlgorithm(ReliableMessagingFeature.BackoffAlgorithm retransmissionBackoffAlgorithm)
           
 

Constructors in com.sun.xml.ws.rm with parameters of type ReliableMessagingFeature.BackoffAlgorithm
ReliableMessagingFeature(boolean enabled, RmVersion version, long inactivityTimeout, long bufferQuota, boolean orderedDelivery, ReliableMessagingFeature.DeliveryAssurance deliveryAssurance, ReliableMessagingFeature.SecurityBinding securityBinding, long messageRetransmissionInterval, ReliableMessagingFeature.BackoffAlgorithm retransmissionBackoffAlgorithm, long ackRequestInterval, long closeSequenceOperationTimeout)
           
 

Uses of ReliableMessagingFeature.BackoffAlgorithm in com.sun.xml.ws.rm.runtime
 

Methods in com.sun.xml.ws.rm.runtime that return ReliableMessagingFeature.BackoffAlgorithm
 ReliableMessagingFeature.BackoffAlgorithm RxConfiguration.getRetransmissionBackoffAlgorithm()