Package com.webmethods.jms.marshal
Class ReadOnlyMapMessage
- java.lang.Object
-
- com.webmethods.jms.marshal.ReadOnlyMessage
-
- com.webmethods.jms.marshal.ReadOnlyMapMessage
-
- All Implemented Interfaces:
javax.jms.MapMessage
,javax.jms.Message
public class ReadOnlyMapMessage extends ReadOnlyMessage implements javax.jms.MapMessage
-
-
Field Summary
-
Fields inherited from class com.webmethods.jms.marshal.ReadOnlyMessage
_message
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyMapMessage(javax.jms.MapMessage msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getBoolean(java.lang.String name)
byte
getByte(java.lang.String name)
byte[]
getBytes(java.lang.String name)
char
getChar(java.lang.String name)
double
getDouble(java.lang.String name)
float
getFloat(java.lang.String name)
int
getInt(java.lang.String name)
long
getLong(java.lang.String name)
java.util.Enumeration<java.lang.String>
getMapNames()
java.lang.Object
getObject(java.lang.String name)
short
getShort(java.lang.String name)
java.lang.String
getString(java.lang.String name)
boolean
itemExists(java.lang.String name)
void
setBoolean(java.lang.String name, boolean b)
void
setByte(java.lang.String name, byte b)
void
setBytes(java.lang.String name, byte[] bytes)
void
setBytes(java.lang.String name, byte[] bytes, int i, int i1)
void
setChar(java.lang.String name, char c)
void
setDouble(java.lang.String name, double v)
void
setFloat(java.lang.String name, float v)
void
setInt(java.lang.String name, int i)
void
setLong(java.lang.String name, long l)
void
setObject(java.lang.String name, java.lang.Object o)
void
setShort(java.lang.String name, short i)
void
setString(java.lang.String name, java.lang.String s1)
-
Methods inherited from class com.webmethods.jms.marshal.ReadOnlyMessage
acknowledge, clearBody, clearProperties, createReadOnlyMessage, getBooleanProperty, getByteProperty, getDoubleProperty, getFloatProperty, getIntProperty, getJMSCorrelationID, getJMSCorrelationIDAsBytes, getJMSDeliveryMode, getJMSDestination, getJMSExpiration, getJMSMessageID, getJMSPriority, getJMSRedelivered, getJMSReplyTo, getJMSTimestamp, getJMSType, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, propertyExists, readOnlyException, setBooleanProperty, setByteProperty, setDoubleProperty, setFloatProperty, setIntProperty, setJMSCorrelationID, setJMSCorrelationIDAsBytes, setJMSDeliveryMode, setJMSDestination, setJMSExpiration, setJMSMessageID, setJMSPriority, setJMSRedelivered, setJMSReplyTo, setJMSTimestamp, setJMSType, setLongProperty, setObjectProperty, setShortProperty, setStringProperty
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.jms.Message
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
-
-
-
-
Method Detail
-
getBoolean
public boolean getBoolean(java.lang.String name) throws javax.jms.JMSException
- Specified by:
getBoolean
in interfacejavax.jms.MapMessage
- Throws:
javax.jms.JMSException
-
getByte
public byte getByte(java.lang.String name) throws javax.jms.JMSException
- Specified by:
getByte
in interfacejavax.jms.MapMessage
- Throws:
javax.jms.JMSException
-
getShort
public short getShort(java.lang.String name) throws javax.jms.JMSException
- Specified by:
getShort
in interfacejavax.jms.MapMessage
- Throws:
javax.jms.JMSException
-
getChar
public char getChar(java.lang.String name) throws javax.jms.JMSException
- Specified by:
getChar
in interfacejavax.jms.MapMessage
- Throws:
javax.jms.JMSException
-
getInt
public int getInt(java.lang.String name) throws javax.jms.JMSException
- Specified by:
getInt
in interfacejavax.jms.MapMessage
- Throws:
javax.jms.JMSException
-
getLong
public long getLong(java.lang.String name) throws javax.jms.JMSException
- Specified by:
getLong
in interfacejavax.jms.MapMessage
- Throws:
javax.jms.JMSException
-
getFloat
public float getFloat(java.lang.String name) throws javax.jms.JMSException
- Specified by:
getFloat
in interfacejavax.jms.MapMessage
- Throws:
javax.jms.JMSException
-
getDouble
public double getDouble(java.lang.String name) throws javax.jms.JMSException
- Specified by:
getDouble
in interfacejavax.jms.MapMessage
- Throws:
javax.jms.JMSException
-
getString
public java.lang.String getString(java.lang.String name) throws javax.jms.JMSException
- Specified by:
getString
in interfacejavax.jms.MapMessage
- Throws:
javax.jms.JMSException
-
getBytes
public byte[] getBytes(java.lang.String name) throws javax.jms.JMSException
- Specified by:
getBytes
in interfacejavax.jms.MapMessage
- Throws:
javax.jms.JMSException
-
getObject
public java.lang.Object getObject(java.lang.String name) throws javax.jms.JMSException
- Specified by:
getObject
in interfacejavax.jms.MapMessage
- Throws:
javax.jms.JMSException
-
getMapNames
public java.util.Enumeration<java.lang.String> getMapNames() throws javax.jms.JMSException
- Specified by:
getMapNames
in interfacejavax.jms.MapMessage
- Throws:
javax.jms.JMSException
-
setBoolean
public void setBoolean(java.lang.String name, boolean b) throws javax.jms.JMSException
- Specified by:
setBoolean
in interfacejavax.jms.MapMessage
- Throws:
javax.jms.JMSException
-
setByte
public void setByte(java.lang.String name, byte b) throws javax.jms.JMSException
- Specified by:
setByte
in interfacejavax.jms.MapMessage
- Throws:
javax.jms.JMSException
-
setShort
public void setShort(java.lang.String name, short i) throws javax.jms.JMSException
- Specified by:
setShort
in interfacejavax.jms.MapMessage
- Throws:
javax.jms.JMSException
-
setChar
public void setChar(java.lang.String name, char c) throws javax.jms.JMSException
- Specified by:
setChar
in interfacejavax.jms.MapMessage
- Throws:
javax.jms.JMSException
-
setInt
public void setInt(java.lang.String name, int i) throws javax.jms.JMSException
- Specified by:
setInt
in interfacejavax.jms.MapMessage
- Throws:
javax.jms.JMSException
-
setLong
public void setLong(java.lang.String name, long l) throws javax.jms.JMSException
- Specified by:
setLong
in interfacejavax.jms.MapMessage
- Throws:
javax.jms.JMSException
-
setFloat
public void setFloat(java.lang.String name, float v) throws javax.jms.JMSException
- Specified by:
setFloat
in interfacejavax.jms.MapMessage
- Throws:
javax.jms.JMSException
-
setDouble
public void setDouble(java.lang.String name, double v) throws javax.jms.JMSException
- Specified by:
setDouble
in interfacejavax.jms.MapMessage
- Throws:
javax.jms.JMSException
-
setString
public void setString(java.lang.String name, java.lang.String s1) throws javax.jms.JMSException
- Specified by:
setString
in interfacejavax.jms.MapMessage
- Throws:
javax.jms.JMSException
-
setBytes
public void setBytes(java.lang.String name, byte[] bytes) throws javax.jms.JMSException
- Specified by:
setBytes
in interfacejavax.jms.MapMessage
- Throws:
javax.jms.JMSException
-
setBytes
public void setBytes(java.lang.String name, byte[] bytes, int i, int i1) throws javax.jms.JMSException
- Specified by:
setBytes
in interfacejavax.jms.MapMessage
- Throws:
javax.jms.JMSException
-
setObject
public void setObject(java.lang.String name, java.lang.Object o) throws javax.jms.JMSException
- Specified by:
setObject
in interfacejavax.jms.MapMessage
- Throws:
javax.jms.JMSException
-
itemExists
public boolean itemExists(java.lang.String name) throws javax.jms.JMSException
- Specified by:
itemExists
in interfacejavax.jms.MapMessage
- Throws:
javax.jms.JMSException
-
-