com.ibm.websphere.sibx.smobo

Interface JMSHeaderType


  1. public interface JMSHeaderType
A representation of the model object 'JMS Header Type'.

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.


Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
$sccsid
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getJMSCorrelationID()
Returns the value of the 'JMS Correlation ID' attribute.
  1. PersistenceType
getJMSDeliveryMode()
Returns the value of the 'JMS Delivery Mode' attribute.
  1. java.lang.String
getJMSDestination()
Returns the value of the 'JMS Destination' attribute.
  1. long
getJMSExpiration()
Returns the value of the 'JMS Expiration' attribute.
  1. java.lang.String
getJMSMessageID()
Returns the value of the 'JMS Message ID' attribute.
  1. java.math.BigInteger
getJMSPriority()
Returns the value of the 'JMS Priority' attribute.
  1. java.lang.String
getJMSReplyTo()
Returns the value of the 'JMS Reply To' attribute.
  1. long
getJMSTimestamp()
Returns the value of the 'JMS Timestamp' attribute.
  1. java.lang.String
getJMSType()
Returns the value of the 'JMS Type' attribute.
  1. boolean
isJMSRedelivered()
Returns the value of the 'JMS Redelivered' attribute.
  1. boolean
isSetJMSDeliveryMode()
Returns whether the value of the ' JMS Delivery Mode' attribute is set.
  1. boolean
isSetJMSExpiration()
Returns whether the value of the ' JMS Expiration' attribute is set.
  1. boolean
isSetJMSRedelivered()
Returns whether the value of the ' JMS Redelivered' attribute is set.
  1. boolean
isSetJMSTimestamp()
Returns whether the value of the ' JMS Timestamp' attribute is set.
  1. void
setJMSCorrelationID(java.lang.String value)
Sets the value of the ' JMS Correlation ID' attribute.
  1. void
setJMSDeliveryMode(PersistenceType value)
Sets the value of the ' JMS Delivery Mode' attribute.
  1. void
setJMSDestination(java.lang.String value)
Sets the value of the ' JMS Destination' attribute.
  1. void
setJMSExpiration(long value)
Sets the value of the ' JMS Expiration' attribute.
  1. void
setJMSMessageID(java.lang.String value)
Sets the value of the ' JMS Message ID' attribute.
  1. void
setJMSPriority(java.math.BigInteger value)
Sets the value of the ' JMS Priority' attribute.
  1. void
setJMSRedelivered(boolean value)
Sets the value of the ' JMS Redelivered' attribute.
  1. void
setJMSReplyTo(java.lang.String value)
Sets the value of the ' JMS Reply To' attribute.
  1. void
setJMSTimestamp(long value)
Sets the value of the ' JMS Timestamp' attribute.
  1. void
setJMSType(java.lang.String value)
Sets the value of the ' JMS Type' attribute.
  1. void
unsetJMSDeliveryMode()
Unsets the value of the ' JMS Delivery Mode' attribute.
  1. void
unsetJMSExpiration()
Unsets the value of the ' JMS Expiration' attribute.
  1. void
unsetJMSRedelivered()
Unsets the value of the ' JMS Redelivered' attribute.
  1. void
unsetJMSTimestamp()
Unsets the value of the ' JMS Timestamp' attribute.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

$sccsid

  1. static final java.lang.String $sccsid
See Also:

Method Detail

getJMSDestination

  1. java.lang.String getJMSDestination( )
Returns the value of the 'JMS Destination' attribute.
Returns:
the value of the 'JMS Destination' attribute.
See Also:

setJMSDestination

  1. void setJMSDestination(java.lang.String value)
Sets the value of the ' JMS Destination' attribute.
Parameters:
value - the new value of the 'JMS Destination' attribute.
See Also:

getJMSDeliveryMode

  1. 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

  1. 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

  1. void unsetJMSDeliveryMode()
Unsets the value of the ' JMS Delivery Mode' attribute.
See Also:

isSetJMSDeliveryMode

  1. 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

  1. java.lang.String getJMSMessageID( )
Returns the value of the 'JMS Message ID' attribute.
Returns:
the value of the 'JMS Message ID' attribute.
See Also:

setJMSMessageID

  1. void setJMSMessageID(java.lang.String value)
Sets the value of the ' JMS Message ID' attribute.
Parameters:
value - the new value of the 'JMS Message ID' attribute.
See Also:

getJMSTimestamp

  1. long getJMSTimestamp()
Returns the value of the 'JMS Timestamp' attribute.
Returns:
the value of the 'JMS Timestamp' attribute.
See Also:

setJMSTimestamp

  1. 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

  1. void unsetJMSTimestamp()
Unsets the value of the ' JMS Timestamp' attribute.
See Also:

isSetJMSTimestamp

  1. 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

  1. java.lang.String getJMSCorrelationID( )
Returns the value of the 'JMS Correlation ID' attribute.
Returns:
the value of the 'JMS Correlation ID' attribute.
See Also:

setJMSCorrelationID

  1. 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

  1. java.lang.String getJMSReplyTo( )
Returns the value of the 'JMS Reply To' attribute.
Returns:
the value of the 'JMS Reply To' attribute.
See Also:

setJMSReplyTo

  1. void setJMSReplyTo(java.lang.String value)
Sets the value of the ' JMS Reply To' attribute.
Parameters:
value - the new value of the 'JMS Reply To' attribute.
See Also:

isJMSRedelivered

  1. boolean isJMSRedelivered()
Returns the value of the 'JMS Redelivered' attribute.
Returns:
the value of the 'JMS Redelivered' attribute.
See Also:

setJMSRedelivered

  1. 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

  1. void unsetJMSRedelivered()
Unsets the value of the ' JMS Redelivered' attribute.
See Also:

isSetJMSRedelivered

  1. 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

  1. java.lang.String getJMSType()
Returns the value of the 'JMS Type' attribute.
Returns:
the value of the 'JMS Type' attribute.
See Also:

setJMSType

  1. void setJMSType(java.lang.String value)
Sets the value of the ' JMS Type' attribute.
Parameters:
value - the new value of the 'JMS Type' attribute.
See Also:

getJMSExpiration

  1. long getJMSExpiration()
Returns the value of the 'JMS Expiration' attribute.
Returns:
the value of the 'JMS Expiration' attribute.
See Also:

setJMSExpiration

  1. 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

  1. void unsetJMSExpiration()
Unsets the value of the ' JMS Expiration' attribute.
See Also:

isSetJMSExpiration

  1. 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

  1. java.math.BigInteger getJMSPriority( )
Returns the value of the 'JMS Priority' attribute.
Returns:
the value of the 'JMS Priority' attribute.
See Also:

setJMSPriority

  1. void setJMSPriority(java.math.BigInteger value)
Sets the value of the ' JMS Priority' attribute.
Parameters:
value - the new value of the 'JMS Priority' attribute.
See Also: