public class WsrmConstants
extends java.lang.Object
| Modifier and Type | Class | Description | 
|---|---|---|
static class  | 
WsrmConstants.DeliveryQOS | 
 Deprecated.  
 | 
static class  | 
WsrmConstants.FaultCode | 
 Deprecated.  
 | 
static class  | 
WsrmConstants.FaultGeneratedBy | 
 Deprecated.  
 | 
static class  | 
WsrmConstants.HeaderElement | 
 Deprecated.  
 | 
static class  | 
WsrmConstants.RMVersion | 
 Deprecated.  
 | 
static class  | 
WsrmConstants.SOAPVersion | 
 Deprecated.  
 | 
| Modifier and Type | Field | Description | 
|---|---|---|
static java.lang.String | 
ACKNOWLEDGEMENT_INTERVAL | 
 Stub property name for ReliabilityAcknowledgementInterval. 
 | 
static java.lang.String | 
BASE_RETRANSMISSION_INTERVAL | 
 Stub property name for ReliabilityBaseRetransmissionInterval. 
 | 
static java.lang.String | 
BUFFER_QUEUE_JNDI_NAME | 
 A String JNDI name at which the queue to be used for message buffering is
 located. 
 | 
static java.lang.String | 
BUFFER_QUEUE_MDB_RUNAS_PRINCIPAL_NAME | 
 A string principal name which will be used as the run-as principal for
 the MDB that consumes buffered messages off the buffer queue given by
 BUFFER_QUEUE_JNDI_NAME. 
 | 
static java.lang.String | 
FORCE_WSRM_1_0_CLIENT | 
 String property, that if present (regardless of its value) in the request
 message context will cause the client to send all RM messages using the
 WS-RM 1.0 protocol. 
 | 
static java.lang.String | 
INACTIVITY_TIMEOUT | 
 Stub property name for ReliabilityInactivityTimeout. 
 | 
static java.lang.String | 
NON_BUFFERED_DESTINATION | 
 A boolean flag indicating that non-persistent receipt of messages is
 requested. 
 | 
static java.lang.String | 
NON_BUFFERED_SOURCE | 
 A boolean flag indicating that non-persistent delivery is requested. 
 | 
static java.lang.String | 
ORACLE_RM_PREFIX | 
|
static java.lang.String[] | 
PROP_NAMES_FOR_RM_DESTINATION | 
 Represents the properties that would apply to an RM destination 
 | 
static java.lang.String[] | 
PROP_NAMES_FOR_RM_DESTINATION_ONLY | 
 Represents the properties that would apply to an RM source 
 | 
static java.lang.String[] | 
PROP_NAMES_FOR_RM_SOURCE | 
 Represents the properties that would apply to an RM source 
 | 
static java.lang.String[] | 
PROP_NAMES_FOR_RM_SOURCE_ONLY | 
 Represents the properties that would apply to an RM source 
 | 
static java.lang.String[] | 
PROP_NAMES_FOR_RM_SOURCE_OR_DESTINATION | 
 Represents the properties that would apply to an RM source 
 | 
static java.lang.String | 
RETRANSMISSION_EXPONENTIAL_BACKOFF | 
 Stub property name for ReliabilityRetransmissionExponentialBackoff. 
 | 
static java.lang.String | 
RETRY_COUNT | 
 String (integer value only) property representing the number of times JMS
 should retry a failed message on the reliability queue. 
 | 
static java.lang.String | 
RETRY_DELAY | 
 String duration property representing the amount of time JMS should wait
 before retrying a failed message on the reliability queue. 
 | 
static java.lang.String | 
RM_VERSION | 
 Holds the effective version of RM (RMVersion object) for the current
 message 
 | 
static java.lang.String | 
SEQUENCE_EXPIRATION | 
 Stub property name for ReliabilitySequenceExpiration. 
 | 
static java.lang.String | 
SEQUENCE_STR | 
 String('true', 'false') property indicating whether we should use a
 security token reference to secure a reliable sequence. 
 | 
static java.lang.String | 
SEQUENCE_TRANSPORT_SECURITY | 
 String('true', 'false') property indicating whether we should use
 transport security to secure a reliable sequence. 
 | 
static java.lang.String | 
USE_SESSION_MANAGER_PROP | 
public static final java.lang.String USE_SESSION_MANAGER_PROP
public static final java.lang.String BASE_RETRANSMISSION_INTERVAL
public static final java.lang.String RETRANSMISSION_EXPONENTIAL_BACKOFF
public static final java.lang.String NON_BUFFERED_SOURCE
public static final java.lang.String RETRY_COUNT
public static final java.lang.String RETRY_DELAY
Duration.setFromDescription(String), 
Constant Field Valuespublic static final java.lang.String ACKNOWLEDGEMENT_INTERVAL
public static final java.lang.String NON_BUFFERED_DESTINATION
public static final java.lang.String BUFFER_QUEUE_JNDI_NAME
public static final java.lang.String BUFFER_QUEUE_MDB_RUNAS_PRINCIPAL_NAME
public static final java.lang.String INACTIVITY_TIMEOUT
public static final java.lang.String SEQUENCE_EXPIRATION
public static final java.lang.String[] PROP_NAMES_FOR_RM_SOURCE_ONLY
public static final java.lang.String[] PROP_NAMES_FOR_RM_DESTINATION_ONLY
public static final java.lang.String[] PROP_NAMES_FOR_RM_SOURCE_OR_DESTINATION
public static final java.lang.String[] PROP_NAMES_FOR_RM_SOURCE
public static final java.lang.String[] PROP_NAMES_FOR_RM_DESTINATION
public static final java.lang.String RM_VERSION
public static final java.lang.String FORCE_WSRM_1_0_CLIENT
public static final java.lang.String SEQUENCE_STR
public static final java.lang.String SEQUENCE_TRANSPORT_SECURITY
public static final java.lang.String ORACLE_RM_PREFIX