public interface Message
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_DELIVERY_MODE |
static int |
DEFAULT_PRIORITY |
static long |
DEFAULT_TIME_TO_LIVE |
static final int DEFAULT_DELIVERY_MODE
static final int DEFAULT_PRIORITY
static final long DEFAULT_TIME_TO_LIVE
String getJMSMessageID() throws JMSException
JMSException
void setJMSMessageID(String id) throws JMSException
JMSException
long getJMSTimestamp() throws JMSException
JMSException
void setJMSTimestamp(long timestamp) throws JMSException
JMSException
byte[] getJMSCorrelationIDAsBytes() throws JMSException
JMSException
void setJMSCorrelationIDAsBytes(byte[] correlationID) throws JMSException
JMSException
void setJMSCorrelationID(String correlationID) throws JMSException
JMSException
String getJMSCorrelationID() throws JMSException
JMSException
Destination getJMSReplyTo() throws JMSException
JMSException
void setJMSReplyTo(Destination replyTo) throws JMSException
JMSException
Destination getJMSDestination() throws JMSException
JMSException
void setJMSDestination(Destination destination) throws JMSException
JMSException
int getJMSDeliveryMode() throws JMSException
JMSException
void setJMSDeliveryMode(int deliveryMode) throws JMSException
JMSException
boolean getJMSRedelivered() throws JMSException
JMSException
void setJMSRedelivered(boolean redelivered) throws JMSException
JMSException
String getJMSType() throws JMSException
JMSException
void setJMSType(String type) throws JMSException
JMSException
long getJMSExpiration() throws JMSException
JMSException
void setJMSExpiration(long expiration) throws JMSException
JMSException
int getJMSPriority() throws JMSException
JMSException
void setJMSPriority(int priority) throws JMSException
JMSException
void clearProperties() throws JMSException
JMSException
boolean propertyExists(String name) throws JMSException
JMSException
boolean getBooleanProperty(String name) throws JMSException
JMSException
byte getByteProperty(String name) throws JMSException
JMSException
short getShortProperty(String name) throws JMSException
JMSException
int getIntProperty(String name) throws JMSException
JMSException
long getLongProperty(String name) throws JMSException
JMSException
float getFloatProperty(String name) throws JMSException
JMSException
double getDoubleProperty(String name) throws JMSException
JMSException
String getStringProperty(String name) throws JMSException
JMSException
Object getObjectProperty(String name) throws JMSException
JMSException
Enumeration getPropertyNames() throws JMSException
JMSException
void setBooleanProperty(String name, boolean value) throws JMSException
JMSException
void setByteProperty(String name, byte value) throws JMSException
JMSException
void setShortProperty(String name, short value) throws JMSException
JMSException
void setIntProperty(String name, int value) throws JMSException
JMSException
void setLongProperty(String name, long value) throws JMSException
JMSException
void setFloatProperty(String name, float value) throws JMSException
JMSException
void setDoubleProperty(String name, double value) throws JMSException
JMSException
void setStringProperty(String name, String value) throws JMSException
JMSException
void setObjectProperty(String name, Object value) throws JMSException
JMSException
void acknowledge() throws JMSException
JMSException
void clearBody() throws JMSException
JMSException
Copyright © 2015. All Rights Reserved.