|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JMSHeaderType
A representation of the model object 'JMS Header Type'.
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 | |
---|---|
static java.lang.String |
$sccsid
|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
Method Detail |
---|
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.
isSetJMSDeliveryMode()
,
getJMSDeliveryMode()
,
setJMSDeliveryMode(PersistenceType)
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.
isSetJMSTimestamp()
,
getJMSTimestamp()
,
setJMSTimestamp(long)
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.
isSetJMSRedelivered()
,
isJMSRedelivered()
,
setJMSRedelivered(boolean)
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.
isSetJMSExpiration()
,
getJMSExpiration()
,
setJMSExpiration(long)
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()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |