| java.lang.Object org.jboss.resource.adapter.jms.JmsMessage
All known Subclasses: org.jboss.resource.adapter.jms.JmsBytesMessage, org.jboss.resource.adapter.jms.JmsMapMessage, org.jboss.resource.adapter.jms.JmsObjectMessage, org.jboss.resource.adapter.jms.JmsStreamMessage, org.jboss.resource.adapter.jms.JmsTextMessage,
JmsMessage | public class JmsMessage implements Message(Code) | | A wrapper for a message
author: Adrian Brock version: $Revision: 57189 $ |
message | Message message(Code) | | The message
|
JmsMessage | public JmsMessage(Message message, JmsSession session)(Code) | | Create a new wrapper
Parameters: message - the message Parameters: session - the session |
acknowledge | public void acknowledge() throws JMSException(Code) | | |
clearBody | public void clearBody() throws JMSException(Code) | | |
clearProperties | public void clearProperties() throws JMSException(Code) | | |
getBooleanProperty | public boolean getBooleanProperty(String name) throws JMSException(Code) | | |
getByteProperty | public byte getByteProperty(String name) throws JMSException(Code) | | |
getDoubleProperty | public double getDoubleProperty(String name) throws JMSException(Code) | | |
getFloatProperty | public float getFloatProperty(String name) throws JMSException(Code) | | |
getIntProperty | public int getIntProperty(String name) throws JMSException(Code) | | |
getJMSCorrelationID | public String getJMSCorrelationID() throws JMSException(Code) | | |
getJMSCorrelationIDAsBytes | public byte[] getJMSCorrelationIDAsBytes() throws JMSException(Code) | | |
getJMSDeliveryMode | public int getJMSDeliveryMode() throws JMSException(Code) | | |
getJMSDestination | public Destination getJMSDestination() throws JMSException(Code) | | |
getJMSExpiration | public long getJMSExpiration() throws JMSException(Code) | | |
getJMSMessageID | public String getJMSMessageID() throws JMSException(Code) | | |
getJMSPriority | public int getJMSPriority() throws JMSException(Code) | | |
getJMSRedelivered | public boolean getJMSRedelivered() throws JMSException(Code) | | |
getJMSReplyTo | public Destination getJMSReplyTo() throws JMSException(Code) | | |
getJMSTimestamp | public long getJMSTimestamp() throws JMSException(Code) | | |
getJMSType | public String getJMSType() throws JMSException(Code) | | |
getLongProperty | public long getLongProperty(String name) throws JMSException(Code) | | |
getShortProperty | public short getShortProperty(String name) throws JMSException(Code) | | |
hashCode | public int hashCode()(Code) | | |
propertyExists | public boolean propertyExists(String name) throws JMSException(Code) | | |
setBooleanProperty | public void setBooleanProperty(String name, boolean value) throws JMSException(Code) | | |
setByteProperty | public void setByteProperty(String name, byte value) throws JMSException(Code) | | |
setDoubleProperty | public void setDoubleProperty(String name, double value) throws JMSException(Code) | | |
setFloatProperty | public void setFloatProperty(String name, float value) throws JMSException(Code) | | |
setIntProperty | public void setIntProperty(String name, int value) throws JMSException(Code) | | |
setJMSCorrelationID | public void setJMSCorrelationID(String correlationID) throws JMSException(Code) | | |
setJMSCorrelationIDAsBytes | public void setJMSCorrelationIDAsBytes(byte[] correlationID) throws JMSException(Code) | | |
setJMSDeliveryMode | public void setJMSDeliveryMode(int deliveryMode) throws JMSException(Code) | | |
setJMSDestination | public void setJMSDestination(Destination destination) throws JMSException(Code) | | |
setJMSExpiration | public void setJMSExpiration(long expiration) throws JMSException(Code) | | |
setJMSMessageID | public void setJMSMessageID(String id) throws JMSException(Code) | | |
setJMSPriority | public void setJMSPriority(int priority) throws JMSException(Code) | | |
setJMSRedelivered | public void setJMSRedelivered(boolean redelivered) throws JMSException(Code) | | |
setJMSReplyTo | public void setJMSReplyTo(Destination replyTo) throws JMSException(Code) | | |
setJMSTimestamp | public void setJMSTimestamp(long timestamp) throws JMSException(Code) | | |
setJMSType | public void setJMSType(String type) throws JMSException(Code) | | |
setLongProperty | public void setLongProperty(String name, long value) throws JMSException(Code) | | |
setObjectProperty | public void setObjectProperty(String name, Object value) throws JMSException(Code) | | |
setShortProperty | public void setShortProperty(String name, short value) throws JMSException(Code) | | |
setStringProperty | public void setStringProperty(String name, String value) throws JMSException(Code) | | |
|
|