public class NevadoMapMessage extends NevadoMessage implements javax.jms.MapMessage
RESERVED_PROPERTY_NAMES, WHITESPACE_CHARS| Modifier | Constructor and Description |
|---|---|
|
NevadoMapMessage() |
protected |
NevadoMapMessage(javax.jms.MapMessage message) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
boolean |
getBoolean(String key) |
byte |
getByte(String key) |
byte[] |
getBytes(String key) |
char |
getChar(String key) |
double |
getDouble(String key) |
float |
getFloat(String key) |
int |
getInt(String key) |
long |
getLong(String key) |
Enumeration |
getMapNames() |
Object |
getObject(String key) |
short |
getShort(String key) |
String |
getString(String key) |
int |
hashCode() |
void |
internalClearBody() |
boolean |
itemExists(String key) |
void |
setBoolean(String key,
boolean value) |
void |
setByte(String key,
byte value) |
void |
setBytes(String key,
byte[] value) |
void |
setBytes(String key,
byte[] value,
int offset,
int length) |
void |
setChar(String key,
char value) |
void |
setDouble(String key,
double value) |
void |
setFloat(String key,
float value) |
void |
setInt(String key,
int value) |
void |
setLong(String key,
long value) |
void |
setObject(String key,
Object value) |
void |
setShort(String key,
short value) |
void |
setString(String key,
String value) |
acknowledge, expire, getInstance, getJMSXProperty, getLocalDeliveryCount, getNevadoDestination, getNevadoProperty, getNevadoSession, incrementLocalDeliveryCount, isAcknowledged, isDisableMessageID, isDisableTimestamp, nevadoPropertyExists, setAcknowledged, setDisableMessageID, setDisableTimestamp, setJMSXProperty, setNevadoDestination, setNevadoProperty, setNevadoSession, setReadOnlycheckReadOnlyBody, checkWriteOnlyBody, clearBody, clearProperties, copyOf, getBooleanProperty, getByteProperty, getDoubleProperty, getFloatProperty, getIntProperty, getJMSCorrelationID, getJMSCorrelationIDAsBytes, getJMSDeliveryMode, getJMSDestination, getJMSExpiration, getJMSMessageID, getJMSPriority, getJMSRedelivered, getJMSReplyTo, getJMSTimestamp, getJMSType, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, internalSetObjectProperty, onSend, propertyExists, setBooleanProperty, setByteProperty, setDoubleProperty, setFloatProperty, setIntProperty, setJMSCorrelationID, setJMSCorrelationIDAsBytes, setJMSDeliveryMode, setJMSDestination, setJMSExpiration, setJMSMessageID, setJMSPriority, setJMSRedelivered, setJMSReplyTo, setJMSTimestamp, setJMSType, setLongProperty, setObjectProperty, setObjectPropertyIgnoreReadOnly, setShortProperty, setStringPropertyclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitacknowledge, clearBody, clearProperties, getBooleanProperty, getByteProperty, getDoubleProperty, getFloatProperty, getIntProperty, getJMSCorrelationID, getJMSCorrelationIDAsBytes, getJMSDeliveryMode, getJMSDestination, getJMSExpiration, getJMSMessageID, getJMSPriority, getJMSRedelivered, getJMSReplyTo, getJMSTimestamp, getJMSType, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, propertyExists, setBooleanProperty, setByteProperty, setDoubleProperty, setFloatProperty, setIntProperty, setJMSCorrelationID, setJMSCorrelationIDAsBytes, setJMSDeliveryMode, setJMSDestination, setJMSExpiration, setJMSMessageID, setJMSPriority, setJMSRedelivered, setJMSReplyTo, setJMSTimestamp, setJMSType, setLongProperty, setObjectProperty, setShortProperty, setStringPropertypublic NevadoMapMessage()
protected NevadoMapMessage(javax.jms.MapMessage message)
throws javax.jms.JMSException
javax.jms.JMSExceptionpublic void internalClearBody()
throws javax.jms.JMSException
internalClearBody in class AbstractMessage<NevadoMessage>javax.jms.JMSExceptionpublic boolean getBoolean(String key) throws javax.jms.JMSException
getBoolean in interface javax.jms.MapMessagejavax.jms.JMSExceptionpublic byte getByte(String key) throws javax.jms.JMSException
getByte in interface javax.jms.MapMessagejavax.jms.JMSExceptionpublic short getShort(String key) throws javax.jms.JMSException
getShort in interface javax.jms.MapMessagejavax.jms.JMSExceptionpublic char getChar(String key) throws javax.jms.JMSException
getChar in interface javax.jms.MapMessagejavax.jms.JMSExceptionpublic int getInt(String key) throws javax.jms.JMSException
getInt in interface javax.jms.MapMessagejavax.jms.JMSExceptionpublic long getLong(String key) throws javax.jms.JMSException
getLong in interface javax.jms.MapMessagejavax.jms.JMSExceptionpublic float getFloat(String key) throws javax.jms.JMSException
getFloat in interface javax.jms.MapMessagejavax.jms.JMSExceptionpublic double getDouble(String key) throws javax.jms.JMSException
getDouble in interface javax.jms.MapMessagejavax.jms.JMSExceptionpublic String getString(String key) throws javax.jms.JMSException
getString in interface javax.jms.MapMessagejavax.jms.JMSExceptionpublic byte[] getBytes(String key) throws javax.jms.JMSException
getBytes in interface javax.jms.MapMessagejavax.jms.JMSExceptionpublic Object getObject(String key) throws javax.jms.JMSException
getObject in interface javax.jms.MapMessagejavax.jms.JMSExceptionpublic Enumeration getMapNames() throws javax.jms.JMSException
getMapNames in interface javax.jms.MapMessagejavax.jms.JMSExceptionpublic void setBoolean(String key, boolean value) throws javax.jms.JMSException
setBoolean in interface javax.jms.MapMessagejavax.jms.JMSExceptionpublic void setByte(String key, byte value) throws javax.jms.JMSException
setByte in interface javax.jms.MapMessagejavax.jms.JMSExceptionpublic void setShort(String key, short value) throws javax.jms.JMSException
setShort in interface javax.jms.MapMessagejavax.jms.JMSExceptionpublic void setChar(String key, char value) throws javax.jms.JMSException
setChar in interface javax.jms.MapMessagejavax.jms.JMSExceptionpublic void setInt(String key, int value) throws javax.jms.JMSException
setInt in interface javax.jms.MapMessagejavax.jms.JMSExceptionpublic void setLong(String key, long value) throws javax.jms.JMSException
setLong in interface javax.jms.MapMessagejavax.jms.JMSExceptionpublic void setFloat(String key, float value) throws javax.jms.JMSException
setFloat in interface javax.jms.MapMessagejavax.jms.JMSExceptionpublic void setDouble(String key, double value) throws javax.jms.JMSException
setDouble in interface javax.jms.MapMessagejavax.jms.JMSExceptionpublic void setString(String key, String value) throws javax.jms.JMSException
setString in interface javax.jms.MapMessagejavax.jms.JMSExceptionpublic void setBytes(String key, byte[] value) throws javax.jms.JMSException
setBytes in interface javax.jms.MapMessagejavax.jms.JMSExceptionpublic void setBytes(String key, byte[] value, int offset, int length) throws javax.jms.JMSException
setBytes in interface javax.jms.MapMessagejavax.jms.JMSExceptionpublic void setObject(String key, Object value) throws javax.jms.JMSException
setObject in interface javax.jms.MapMessagejavax.jms.JMSExceptionpublic boolean itemExists(String key) throws javax.jms.JMSException
itemExists in interface javax.jms.MapMessagejavax.jms.JMSExceptionCopyright © 2014. All Rights Reserved.