com.ibm.websphere.sibx.smobo
Interface JMSHeaderType
- public interface JMSHeaderType
The following features are supported:
-
JMS Destination
-
JMS Delivery Mode
-
JMS Message ID
-
JMS Timestamp
-
JMS Correlation ID
-
JMS Reply To
-
JMS Redelivered
-
JMS Type
-
JMS Expiration
-
JMS Priority
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getJMSCorrelationID()
Returns the value of the 'JMS Correlation ID' attribute.
|
getJMSDeliveryMode()
Returns the value of the 'JMS Delivery Mode' attribute.
|
|
|
getJMSDestination()
Returns the value of the 'JMS Destination' attribute.
|
|
getJMSExpiration()
Returns the value of the 'JMS Expiration' attribute.
|
|
getJMSMessageID()
Returns the value of the 'JMS Message ID' attribute.
|
|
getJMSPriority()
Returns the value of the 'JMS Priority' attribute.
|
|
getJMSReplyTo()
Returns the value of the 'JMS Reply To' attribute.
|
|
getJMSTimestamp()
Returns the value of the 'JMS Timestamp' attribute.
|
|
getJMSType()
Returns the value of the 'JMS Type' attribute.
|
|
isJMSRedelivered()
Returns the value of the 'JMS Redelivered' attribute.
|
|
isSetJMSDeliveryMode()
Returns whether the value of the '
JMS Delivery Mode ' attribute is set.
|
|
isSetJMSExpiration()
Returns whether the value of the '
JMS Expiration ' attribute is set.
|
|
isSetJMSRedelivered()
Returns whether the value of the '
JMS Redelivered ' attribute is set.
|
|
isSetJMSTimestamp()
Returns whether the value of the '
JMS Timestamp ' attribute is set.
|
|
setJMSCorrelationID(java.lang.String value)
Sets the value of the '
JMS Correlation ID ' attribute.
|
|
setJMSDeliveryMode(PersistenceType value)
Sets the value of the '
JMS Delivery Mode ' attribute.
|
|
setJMSDestination(java.lang.String value)
Sets the value of the '
JMS Destination ' attribute.
|
|
setJMSExpiration(long value)
Sets the value of the '
JMS Expiration ' attribute.
|
|
setJMSMessageID(java.lang.String value)
Sets the value of the '
JMS Message ID ' attribute.
|
|
setJMSPriority(java.math.BigInteger value)
Sets the value of the '
JMS Priority ' attribute.
|
|
setJMSRedelivered(boolean value)
Sets the value of the '
JMS Redelivered ' attribute.
|
|
setJMSReplyTo(java.lang.String value)
Sets the value of the '
JMS Reply To ' attribute.
|
|
setJMSTimestamp(long value)
Sets the value of the '
JMS Timestamp ' attribute.
|
|
setJMSType(java.lang.String value)
Sets the value of the '
JMS Type ' attribute.
|
|
unsetJMSDeliveryMode()
Unsets the value of the '
JMS Delivery Mode ' attribute.
|
|
unsetJMSExpiration()
Unsets the value of the '
JMS Expiration ' attribute.
|
|
unsetJMSRedelivered()
Unsets the value of the '
JMS Redelivered ' attribute.
|
|
unsetJMSTimestamp()
Unsets the value of the '
JMS Timestamp ' attribute.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
Method Detail
getJMSDestination
- java.lang.String getJMSDestination( )
Returns the value of the 'JMS Destination' attribute.
setJMSDestination
- void setJMSDestination(java.lang.String value)
Sets the value of the '
JMS Destination
' attribute.
getJMSDeliveryMode
- PersistenceType getJMSDeliveryMode( )
Returns the value of the 'JMS Delivery Mode' attribute.
The default value is
"NonPersistent"
.
The literals are from the enumeration PersistenceType
.
Returns:
the value of the 'JMS Delivery Mode' attribute.
See Also:
setJMSDeliveryMode
- void setJMSDeliveryMode(PersistenceType value)
Sets the value of the '
JMS Delivery Mode
' attribute.
Parameters:
value
- the new value of the 'JMS Delivery Mode' attribute. See Also:
unsetJMSDeliveryMode
- void unsetJMSDeliveryMode()
Unsets the value of the '
JMS Delivery Mode
' attribute.
isSetJMSDeliveryMode
- boolean isSetJMSDeliveryMode()
Returns whether the value of the '
JMS Delivery Mode
' attribute is set.
Returns:
whether the value of the 'JMS Delivery Mode' attribute is set.
See Also:
getJMSMessageID
- java.lang.String getJMSMessageID( )
Returns the value of the 'JMS Message ID' attribute.
setJMSMessageID
- void setJMSMessageID(java.lang.String value)
Sets the value of the '
JMS Message ID
' attribute.
getJMSTimestamp
- long getJMSTimestamp()
Returns the value of the 'JMS Timestamp' attribute.
Returns:
the value of the 'JMS Timestamp' attribute.
See Also:
setJMSTimestamp
- void setJMSTimestamp(long value)
Sets the value of the '
JMS Timestamp
' attribute.
Parameters:
value
- the new value of the 'JMS Timestamp' attribute. See Also:
unsetJMSTimestamp
- void unsetJMSTimestamp()
Unsets the value of the '
JMS Timestamp
' attribute.
isSetJMSTimestamp
- boolean isSetJMSTimestamp()
Returns whether the value of the '
JMS Timestamp
' attribute is set.
Returns:
whether the value of the 'JMS Timestamp' attribute is set.
See Also:
getJMSCorrelationID
- java.lang.String getJMSCorrelationID( )
Returns the value of the 'JMS Correlation ID' attribute.
setJMSCorrelationID
- void setJMSCorrelationID(java.lang.String value)
Sets the value of the '
JMS Correlation ID
' attribute.
Parameters:
value
- the new value of the 'JMS Correlation ID' attribute. See Also:
getJMSReplyTo
- java.lang.String getJMSReplyTo( )
Returns the value of the 'JMS Reply To' attribute.
setJMSReplyTo
- void setJMSReplyTo(java.lang.String value)
Sets the value of the '
JMS Reply To
' attribute.
isJMSRedelivered
- boolean isJMSRedelivered()
Returns the value of the 'JMS Redelivered' attribute.
Returns:
the value of the 'JMS Redelivered' attribute.
See Also:
setJMSRedelivered
- void setJMSRedelivered(boolean value)
Sets the value of the '
JMS Redelivered
' attribute.
Parameters:
value
- the new value of the 'JMS Redelivered' attribute. See Also:
unsetJMSRedelivered
- void unsetJMSRedelivered()
Unsets the value of the '
JMS Redelivered
' attribute.
isSetJMSRedelivered
- boolean isSetJMSRedelivered()
Returns whether the value of the '
JMS Redelivered
' attribute is set.
Returns:
whether the value of the 'JMS Redelivered' attribute is set.
See Also:
getJMSType
- java.lang.String getJMSType()
Returns the value of the 'JMS Type' attribute.
setJMSType
- void setJMSType(java.lang.String value)
Sets the value of the '
JMS Type
' attribute.
getJMSExpiration
- long getJMSExpiration()
Returns the value of the 'JMS Expiration' attribute.
Returns:
the value of the 'JMS Expiration' attribute.
See Also:
setJMSExpiration
- void setJMSExpiration(long value)
Sets the value of the '
JMS Expiration
' attribute.
Parameters:
value
- the new value of the 'JMS Expiration' attribute. See Also:
unsetJMSExpiration
- void unsetJMSExpiration()
Unsets the value of the '
JMS Expiration
' attribute.
isSetJMSExpiration
- boolean isSetJMSExpiration()
Returns whether the value of the '
JMS Expiration
' attribute is set.
Returns:
whether the value of the 'JMS Expiration' attribute is set.
See Also:
getJMSPriority
- java.math.BigInteger getJMSPriority( )
Returns the value of the 'JMS Priority' attribute.
setJMSPriority
- void setJMSPriority(java.math.BigInteger value)
Sets the value of the '
JMS Priority
' attribute.