clearProperties
public void clearProperties()
throws JMSException
getBooleanProperty
public boolean getBooleanProperty(String name)
throws JMSException
getByteProperty
public byte getByteProperty(String name)
throws JMSException
getDoubleProperty
public double getDoubleProperty(String name)
throws JMSException
getFloatProperty
public float getFloatProperty(String name)
throws JMSException
getIntProperty
public int getIntProperty(String name)
throws JMSException
getJMSCorrelationID
public String getJMSCorrelationID()
throws JMSException
getJMSCorrelationIDAsBytes
public byte[] getJMSCorrelationIDAsBytes()
throws JMSException
getJMSDeliveryMode
public int getJMSDeliveryMode()
throws JMSException
getJMSExpiration
public long getJMSExpiration()
throws JMSException
getJMSMessageID
public String getJMSMessageID()
throws JMSException
getJMSPriority
public int getJMSPriority()
throws JMSException
getJMSRedelivered
public boolean getJMSRedelivered()
throws JMSException
getJMSTimestamp
public long getJMSTimestamp()
throws JMSException
getLongProperty
public long getLongProperty(String name)
throws JMSException
getObjectProperty
public Object getObjectProperty(String name)
throws JMSException
getPropertyNames
public Enumeration getPropertyNames()
throws JMSException
getShortProperty
public short getShortProperty(String name)
throws JMSException
getStringProperty
public String getStringProperty(String name)
throws JMSException
propertyExists
public boolean propertyExists(String name)
throws JMSException
setBooleanProperty
public void setBooleanProperty(String name,
boolean value)
throws JMSException
setByteProperty
public void setByteProperty(String name,
byte value)
throws JMSException
setDoubleProperty
public void setDoubleProperty(String name,
double value)
throws JMSException
setFloatProperty
public void setFloatProperty(String name,
float value)
throws JMSException
setIntProperty
public void setIntProperty(String name,
int value)
throws JMSException
setJMSCorrelationID
public void setJMSCorrelationID(String correlationID)
throws JMSException
setJMSCorrelationIDAsBytes
public void setJMSCorrelationIDAsBytes(byte[] correlationID)
throws JMSException
setJMSDeliveryMode
public void setJMSDeliveryMode(int deliveryMode)
throws JMSException
setJMSExpiration
public void setJMSExpiration(long expiration)
throws JMSException
setJMSMessageID
public void setJMSMessageID(String id)
throws JMSException
setJMSPriority
public void setJMSPriority(int priority)
throws JMSException
setJMSRedelivered
public void setJMSRedelivered(boolean redelivered)
throws JMSException
setJMSTimestamp
public void setJMSTimestamp(long timestamp)
throws JMSException
setJMSType
public void setJMSType(String type)
throws JMSException
setLongProperty
public void setLongProperty(String name,
long value)
throws JMSException
setObjectProperty
public void setObjectProperty(String name,
Object value)
throws JMSException
setShortProperty
public void setShortProperty(String name,
short value)
throws JMSException
setStringProperty
public void setStringProperty(String name,
String value)
throws JMSException