public interface JMSHeaderType
The following features are supported:
The reader should refer to the JMS specification and JMS provider documentation for details of the usage of each of these JMS Header fields.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getJMSCorrelationID()
Returns the value of the 'JMS Correlation ID' attribute.
|
PersistenceType |
getJMSDeliveryMode()
Returns the value of the 'JMS Delivery Mode' attribute.
|
java.lang.String |
getJMSDestination()
Returns the value of the 'JMS Destination' attribute.
|
long |
getJMSExpiration()
Returns the value of the 'JMS Expiration' attribute.
|
java.lang.String |
getJMSMessageID()
Returns the value of the 'JMS Message ID' attribute.
|
java.math.BigInteger |
getJMSPriority()
Returns the value of the 'JMS Priority' attribute.
|
java.lang.String |
getJMSReplyTo()
Returns the value of the 'JMS Reply To' attribute.
|
long |
getJMSTimestamp()
Returns the value of the 'JMS Timestamp' attribute.
|
java.lang.String |
getJMSType()
Returns the value of the 'JMS Type' attribute.
|
boolean |
isJMSRedelivered()
Returns the value of the 'JMS Redelivered' attribute.
|
boolean |
isSetJMSDeliveryMode()
Returns whether the value of the '
JMS Delivery Mode ' attribute is set. |
boolean |
isSetJMSExpiration()
Returns whether the value of the '
JMS Expiration ' attribute is set. |
boolean |
isSetJMSRedelivered()
Returns whether the value of the '
JMS Redelivered ' attribute is set. |
boolean |
isSetJMSTimestamp()
Returns whether the value of the '
JMS Timestamp ' attribute is set. |
void |
setJMSCorrelationID(java.lang.String value)
Sets the value of the '
JMS Correlation ID ' attribute. |
void |
setJMSDeliveryMode(PersistenceType value)
Sets the value of the '
JMS Delivery Mode ' attribute. |
void |
setJMSDestination(java.lang.String value)
Sets the value of the '
JMS Destination ' attribute. |
void |
setJMSExpiration(long value)
Sets the value of the '
JMS Expiration ' attribute. |
void |
setJMSMessageID(java.lang.String value)
Sets the value of the '
JMS Message ID ' attribute. |
void |
setJMSPriority(java.math.BigInteger value)
Sets the value of the '
JMS Priority ' attribute. |
void |
setJMSRedelivered(boolean value)
Sets the value of the '
JMS Redelivered ' attribute. |
void |
setJMSReplyTo(java.lang.String value)
Sets the value of the '
JMS Reply To ' attribute. |
void |
setJMSTimestamp(long value)
Sets the value of the '
JMS Timestamp ' attribute. |
void |
setJMSType(java.lang.String value)
Sets the value of the '
JMS Type ' attribute. |
void |
unsetJMSDeliveryMode()
Unsets the value of the '
JMS Delivery Mode ' attribute. |
void |
unsetJMSExpiration()
Unsets the value of the '
JMS Expiration ' attribute. |
void |
unsetJMSRedelivered()
Unsets the value of the '
JMS Redelivered ' attribute. |
void |
unsetJMSTimestamp()
Unsets the value of the '
JMS Timestamp ' attribute. |
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
java.lang.String getJMSDestination()
setJMSDestination(String)
void setJMSDestination(java.lang.String value)
JMS Destination
' attribute.value
- the new value of the 'JMS Destination' attribute.getJMSDestination()
PersistenceType getJMSDeliveryMode()
"NonPersistent"
.
The literals are from the enumeration PersistenceType
.PersistenceType
,
isSetJMSDeliveryMode()
,
unsetJMSDeliveryMode()
,
setJMSDeliveryMode(PersistenceType)
void setJMSDeliveryMode(PersistenceType value)
JMS Delivery Mode
' attribute.value
- the new value of the 'JMS Delivery Mode' attribute.PersistenceType
,
isSetJMSDeliveryMode()
,
unsetJMSDeliveryMode()
,
getJMSDeliveryMode()
void unsetJMSDeliveryMode()
JMS Delivery Mode
' attribute.boolean isSetJMSDeliveryMode()
JMS Delivery Mode
' attribute is set.unsetJMSDeliveryMode()
,
getJMSDeliveryMode()
,
setJMSDeliveryMode(PersistenceType)
java.lang.String getJMSMessageID()
setJMSMessageID(String)
void setJMSMessageID(java.lang.String value)
JMS Message ID
' attribute.value
- the new value of the 'JMS Message ID' attribute.getJMSMessageID()
long getJMSTimestamp()
isSetJMSTimestamp()
,
unsetJMSTimestamp()
,
setJMSTimestamp(long)
void setJMSTimestamp(long value)
JMS Timestamp
' attribute.value
- the new value of the 'JMS Timestamp' attribute.isSetJMSTimestamp()
,
unsetJMSTimestamp()
,
getJMSTimestamp()
void unsetJMSTimestamp()
JMS Timestamp
' attribute.boolean isSetJMSTimestamp()
JMS Timestamp
' attribute is set.unsetJMSTimestamp()
,
getJMSTimestamp()
,
setJMSTimestamp(long)
java.lang.String getJMSCorrelationID()
setJMSCorrelationID(String)
void setJMSCorrelationID(java.lang.String value)
JMS Correlation ID
' attribute.value
- the new value of the 'JMS Correlation ID' attribute.getJMSCorrelationID()
java.lang.String getJMSReplyTo()
setJMSReplyTo(String)
void setJMSReplyTo(java.lang.String value)
JMS Reply To
' attribute.value
- the new value of the 'JMS Reply To' attribute.getJMSReplyTo()
boolean isJMSRedelivered()
isSetJMSRedelivered()
,
unsetJMSRedelivered()
,
setJMSRedelivered(boolean)
void setJMSRedelivered(boolean value)
JMS Redelivered
' attribute.value
- the new value of the 'JMS Redelivered' attribute.isSetJMSRedelivered()
,
unsetJMSRedelivered()
,
isJMSRedelivered()
void unsetJMSRedelivered()
JMS Redelivered
' attribute.boolean isSetJMSRedelivered()
JMS Redelivered
' attribute is set.unsetJMSRedelivered()
,
isJMSRedelivered()
,
setJMSRedelivered(boolean)
java.lang.String getJMSType()
setJMSType(String)
void setJMSType(java.lang.String value)
JMS Type
' attribute.value
- the new value of the 'JMS Type' attribute.getJMSType()
long getJMSExpiration()
isSetJMSExpiration()
,
unsetJMSExpiration()
,
setJMSExpiration(long)
void setJMSExpiration(long value)
JMS Expiration
' attribute.value
- the new value of the 'JMS Expiration' attribute.isSetJMSExpiration()
,
unsetJMSExpiration()
,
getJMSExpiration()
void unsetJMSExpiration()
JMS Expiration
' attribute.boolean isSetJMSExpiration()
JMS Expiration
' attribute is set.unsetJMSExpiration()
,
getJMSExpiration()
,
setJMSExpiration(long)
java.math.BigInteger getJMSPriority()
setJMSPriority(BigInteger)
void setJMSPriority(java.math.BigInteger value)
JMS Priority
' attribute.value
- the new value of the 'JMS Priority' attribute.getJMSPriority()