acknowledge
public void acknowledge()
throws JMSException
API method.
clearBody
public void clearBody()
throws JMSException
API method.
clearProperties
public void clearProperties()
throws JMSException
API method.
getBooleanProperty
public boolean getBooleanProperty(String name)
throws JMSException
API method.
getByteProperty
public byte getByteProperty(String name)
throws JMSException
API method.
getDoubleProperty
public double getDoubleProperty(String name)
throws JMSException
API method.
getFloatProperty
public float getFloatProperty(String name)
throws JMSException
API method.
getIntProperty
public int getIntProperty(String name)
throws JMSException
API method.
getJMSCorrelationID
public String getJMSCorrelationID()
throws JMSException
API method.
getJMSCorrelationIDAsBytes
public byte[] getJMSCorrelationIDAsBytes()
throws JMSException
API method.
getJMSDeliveryMode
public int getJMSDeliveryMode()
throws JMSException
API method.
getJMSDestination
public javax.jms.Destination getJMSDestination()
throws JMSException
API method.
getJMSExpiration
public long getJMSExpiration()
throws JMSException
API method.
getJMSMessageID
public String getJMSMessageID()
throws JMSException
API method.
getJMSPriority
public int getJMSPriority()
throws JMSException
API method.
getJMSRedelivered
public boolean getJMSRedelivered()
throws JMSException
API method.
getJMSReplyTo
public javax.jms.Destination getJMSReplyTo()
throws JMSException
API method.
getJMSTimestamp
public long getJMSTimestamp()
throws JMSException
API method.
getJMSType
public String getJMSType()
throws JMSException
API method.
getLongProperty
public long getLongProperty(String name)
throws JMSException
API method.
getObjectProperty
public Object getObjectProperty(String name)
throws JMSException
API method.
getPropertyNames
public Enumeration getPropertyNames()
throws JMSException
API method.
getShortProperty
public short getShortProperty(String name)
throws JMSException
API method.
getStringProperty
public String getStringProperty(String name)
throws JMSException
API method.
prepare
protected void prepare()
throws Exception
Method preparing the message for sending; resets header values, and
serializes the body (done in subclasses).
propertyExists
public boolean propertyExists(String name)
throws JMSException
API method.
setBooleanProperty
public void setBooleanProperty(String name,
boolean value)
throws JMSException
API method.
setByteProperty
public void setByteProperty(String name,
byte value)
throws JMSException
API method.
setDoubleProperty
public void setDoubleProperty(String name,
double value)
throws JMSException
API method.
setFloatProperty
public void setFloatProperty(String name,
float value)
throws JMSException
API method.
setIntProperty
public void setIntProperty(String name,
int value)
throws JMSException
API method.
setJMSCorrelationID
public void setJMSCorrelationID(String correlationID)
throws JMSException
API method.
setJMSCorrelationIDAsBytes
public void setJMSCorrelationIDAsBytes(byte[] correlationID)
API method.
setJMSDeliveryMode
public void setJMSDeliveryMode(int deliveryMode)
throws JMSException
API method.
setJMSDestination
public void setJMSDestination(javax.jms.Destination dest)
throws JMSException
API method.
setJMSExpiration
public void setJMSExpiration(long expiration)
throws JMSException
API method.
setJMSMessageID
public void setJMSMessageID(String id)
throws JMSException
API method.
setJMSPriority
public void setJMSPriority(int priority)
throws JMSException
API method.
setJMSRedelivered
public void setJMSRedelivered(boolean redelivered)
throws JMSException
API method.
setJMSReplyTo
public void setJMSReplyTo(javax.jms.Destination replyTo)
throws JMSException
API method.
setJMSTimestamp
public void setJMSTimestamp(long timestamp)
throws JMSException
API method.
setJMSType
public void setJMSType(String type)
throws JMSException
API method.
setLongProperty
public void setLongProperty(String name,
long value)
throws JMSException
API method.
setObjectProperty
public void setObjectProperty(String name,
Object value)
throws JMSException
API method.
setShortProperty
public void setShortProperty(String name,
short value)
throws JMSException
API method.
setStringProperty
public void setStringProperty(String name,
String value)
throws JMSException
API method.