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, setReadOnly
checkReadOnlyBody, 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, setStringProperty
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
acknowledge, 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, setStringProperty
public NevadoMapMessage()
protected NevadoMapMessage(javax.jms.MapMessage message) throws javax.jms.JMSException
javax.jms.JMSException
public void internalClearBody() throws javax.jms.JMSException
internalClearBody
in class AbstractMessage<NevadoMessage>
javax.jms.JMSException
public boolean getBoolean(String key) throws javax.jms.JMSException
getBoolean
in interface javax.jms.MapMessage
javax.jms.JMSException
public byte getByte(String key) throws javax.jms.JMSException
getByte
in interface javax.jms.MapMessage
javax.jms.JMSException
public short getShort(String key) throws javax.jms.JMSException
getShort
in interface javax.jms.MapMessage
javax.jms.JMSException
public char getChar(String key) throws javax.jms.JMSException
getChar
in interface javax.jms.MapMessage
javax.jms.JMSException
public int getInt(String key) throws javax.jms.JMSException
getInt
in interface javax.jms.MapMessage
javax.jms.JMSException
public long getLong(String key) throws javax.jms.JMSException
getLong
in interface javax.jms.MapMessage
javax.jms.JMSException
public float getFloat(String key) throws javax.jms.JMSException
getFloat
in interface javax.jms.MapMessage
javax.jms.JMSException
public double getDouble(String key) throws javax.jms.JMSException
getDouble
in interface javax.jms.MapMessage
javax.jms.JMSException
public String getString(String key) throws javax.jms.JMSException
getString
in interface javax.jms.MapMessage
javax.jms.JMSException
public byte[] getBytes(String key) throws javax.jms.JMSException
getBytes
in interface javax.jms.MapMessage
javax.jms.JMSException
public Object getObject(String key) throws javax.jms.JMSException
getObject
in interface javax.jms.MapMessage
javax.jms.JMSException
public Enumeration getMapNames() throws javax.jms.JMSException
getMapNames
in interface javax.jms.MapMessage
javax.jms.JMSException
public void setBoolean(String key, boolean value) throws javax.jms.JMSException
setBoolean
in interface javax.jms.MapMessage
javax.jms.JMSException
public void setByte(String key, byte value) throws javax.jms.JMSException
setByte
in interface javax.jms.MapMessage
javax.jms.JMSException
public void setShort(String key, short value) throws javax.jms.JMSException
setShort
in interface javax.jms.MapMessage
javax.jms.JMSException
public void setChar(String key, char value) throws javax.jms.JMSException
setChar
in interface javax.jms.MapMessage
javax.jms.JMSException
public void setInt(String key, int value) throws javax.jms.JMSException
setInt
in interface javax.jms.MapMessage
javax.jms.JMSException
public void setLong(String key, long value) throws javax.jms.JMSException
setLong
in interface javax.jms.MapMessage
javax.jms.JMSException
public void setFloat(String key, float value) throws javax.jms.JMSException
setFloat
in interface javax.jms.MapMessage
javax.jms.JMSException
public void setDouble(String key, double value) throws javax.jms.JMSException
setDouble
in interface javax.jms.MapMessage
javax.jms.JMSException
public void setString(String key, String value) throws javax.jms.JMSException
setString
in interface javax.jms.MapMessage
javax.jms.JMSException
public void setBytes(String key, byte[] value) throws javax.jms.JMSException
setBytes
in interface javax.jms.MapMessage
javax.jms.JMSException
public void setBytes(String key, byte[] value, int offset, int length) throws javax.jms.JMSException
setBytes
in interface javax.jms.MapMessage
javax.jms.JMSException
public void setObject(String key, Object value) throws javax.jms.JMSException
setObject
in interface javax.jms.MapMessage
javax.jms.JMSException
public boolean itemExists(String key) throws javax.jms.JMSException
itemExists
in interface javax.jms.MapMessage
javax.jms.JMSException
Copyright © 2014. All Rights Reserved.