Package com.sun.ts.tests.jms.common
Class MapMessageTestImpl
java.lang.Object
com.sun.ts.tests.jms.common.MessageTestImpl
com.sun.ts.tests.jms.common.MapMessageTestImpl
- All Implemented Interfaces:
jakarta.jms.MapMessage
,jakarta.jms.Message
Class Declaration.
-
Field Summary
Fields inherited from class com.sun.ts.tests.jms.common.MessageTestImpl
bufferIsDirty, dummy, readMode
Fields inherited from interface jakarta.jms.Message
DEFAULT_DELIVERY_DELAY, DEFAULT_DELIVERY_MODE, DEFAULT_PRIORITY, DEFAULT_TIME_TO_LIVE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getBoolean
(String name) Return the boolean value with the given name.byte
Return the byte value with the given name.byte[]
Return the byte array value with the given name.char
Return the Unicode character value with the given name.double
Return the double value with the given name.float
Return the float value with the given name.int
Return the integer value with the given name.long
Return the long value with the given name.Return an Enumeration of all the Map message's names.Return the Java object value with the given name.short
Return the short value with the given name.Return the String value with the given name.boolean
itemExists
(String name) Check if an item exists in this MapMessage.void
setBoolean
(String name, boolean value) Set a boolean value with the given name, into the Map.void
Set a byte value with the given name, into the Map.void
Set a byte array value with the given name, into the Map.void
Set a portion of the byte array value with the given name, into the Map.void
Set a Unicode character value with the given name, into the Map.void
Set a double value with the given name, into the Map.void
Set a float value with the given name, into the Map.void
Set an integer value with the given name, into the Map.void
Set a long value with the given name, into the Map.void
Set a Java object value with the given name, into the Map.void
Set a short value with the given name, into the Map.void
Set a String value with the given name, into the Map.Methods inherited from class com.sun.ts.tests.jms.common.MessageTestImpl
acknowledge, checkReadAccess, clearBody, clearProperties, getBody, getBooleanProperty, getByteProperty, getDoubleProperty, getFloatProperty, getIntProperty, getJMSCorrelationID, getJMSCorrelationIDAsBytes, getJMSDeliveryMode, getJMSDeliveryTime, getJMSDestination, getJMSExpiration, getJMSMessageID, getJMSPriority, getJMSRedelivered, getJMSReplyTo, getJMSTimestamp, getJMSType, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, isBodyAssignableTo, propertyExists, setBooleanProperty, setBufferIsDirty, setByteProperty, setDoubleProperty, setFloatProperty, setIntProperty, setJMSCorrelationID, setJMSCorrelationIDAsBytes, setJMSDeliveryMode, setJMSDeliveryTime, 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 jakarta.jms.Message
acknowledge, clearBody, clearProperties, getBody, getBooleanProperty, getByteProperty, getDoubleProperty, getFloatProperty, getIntProperty, getJMSCorrelationID, getJMSCorrelationIDAsBytes, getJMSDeliveryMode, getJMSDeliveryTime, getJMSDestination, getJMSExpiration, getJMSMessageID, getJMSPriority, getJMSRedelivered, getJMSReplyTo, getJMSTimestamp, getJMSType, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, isBodyAssignableTo, propertyExists, setBooleanProperty, setByteProperty, setDoubleProperty, setFloatProperty, setIntProperty, setJMSCorrelationID, setJMSCorrelationIDAsBytes, setJMSDeliveryMode, setJMSDeliveryTime, setJMSDestination, setJMSExpiration, setJMSMessageID, setJMSPriority, setJMSRedelivered, setJMSReplyTo, setJMSTimestamp, setJMSType, setLongProperty, setObjectProperty, setShortProperty, setStringProperty
-
Constructor Details
-
MapMessageTestImpl
public MapMessageTestImpl()Class Constructor.
-
-
Method Details
-
getBoolean
Return the boolean value with the given name.- Specified by:
getBoolean
in interfacejakarta.jms.MapMessage
- Parameters:
name
- the name of the boolean- Returns:
- the boolean value with the given name.
- Throws:
jakarta.jms.JMSException
- if JMS fails to read message due to some internal JMS error.jakarta.jms.MessageFormatException
- if this type conversion is invalid.
-
getByte
Return the byte value with the given name.- Specified by:
getByte
in interfacejakarta.jms.MapMessage
- Parameters:
name
- the name of the byte- Returns:
- the byte value with the given name.
- Throws:
jakarta.jms.JMSException
- if JMS fails to read message due to some internal JMS error.jakarta.jms.MessageFormatException
- if this type conversion is invalid.
-
getShort
Return the short value with the given name.- Specified by:
getShort
in interfacejakarta.jms.MapMessage
- Parameters:
name
- the name of the short- Returns:
- the short value with the given name.
- Throws:
jakarta.jms.JMSException
- if JMS fails to read message due to some internal JMS error.jakarta.jms.MessageFormatException
- if this type conversion is invalid.
-
getChar
Return the Unicode character value with the given name.- Specified by:
getChar
in interfacejakarta.jms.MapMessage
- Parameters:
name
- the name of the Unicode character- Returns:
- the Unicode character value with the given name.
- Throws:
jakarta.jms.JMSException
- if JMS fails to read message due to some internal JMS error.jakarta.jms.MessageFormatException
- if this type conversion is invalid.
-
getInt
Return the integer value with the given name.- Specified by:
getInt
in interfacejakarta.jms.MapMessage
- Parameters:
name
- the name of the integer- Returns:
- the integer value with the given name.
- Throws:
jakarta.jms.JMSException
- if JMS fails to read message due to some internal JMS error.jakarta.jms.MessageFormatException
- if this type conversion is invalid.
-
getLong
Return the long value with the given name.- Specified by:
getLong
in interfacejakarta.jms.MapMessage
- Parameters:
name
- the name of the long- Returns:
- the long value with the given name.
- Throws:
jakarta.jms.JMSException
- if JMS fails to read message due to some internal JMS error.jakarta.jms.MessageFormatException
- if this type conversion is invalid.
-
getFloat
Return the float value with the given name.- Specified by:
getFloat
in interfacejakarta.jms.MapMessage
- Parameters:
name
- the name of the float- Returns:
- the float value with the given name.
- Throws:
jakarta.jms.JMSException
- if JMS fails to read message due to some internal JMS error.jakarta.jms.MessageFormatException
- if this type conversion is invalid.
-
getDouble
Return the double value with the given name.- Specified by:
getDouble
in interfacejakarta.jms.MapMessage
- Parameters:
name
- the name of the double- Returns:
- the double value with the given name.
- Throws:
jakarta.jms.JMSException
- if JMS fails to read message due to some internal JMS error.jakarta.jms.MessageFormatException
- if this type conversion is invalid.
-
getString
Return the String value with the given name.- Specified by:
getString
in interfacejakarta.jms.MapMessage
- Parameters:
name
- the name of the String- Returns:
- the String value with the given name. If there is no item by this name, a null value is returned.
- Throws:
jakarta.jms.JMSException
- if JMS fails to read message due to some internal JMS error.jakarta.jms.MessageFormatException
- if this type conversion is invalid.
-
getBytes
Return the byte array value with the given name.- Specified by:
getBytes
in interfacejakarta.jms.MapMessage
- Parameters:
name
- the name of the byte array- Returns:
- the byte array value with the given name. If there is no item by this name, a null value is returned.
- Throws:
jakarta.jms.JMSException
- if JMS fails to read message due to some internal JMS error.jakarta.jms.MessageFormatException
- if this type conversion is invalid.
-
getObject
Return the Java object value with the given name. Note that this method can be used to return in objectified format, an object that had been stored in the Map with the equivalentsetObject
method call, or it's equivalent primitive setmethod. - Specified by:
getObject
in interfacejakarta.jms.MapMessage
- Parameters:
name
- the name of the Java object- Returns:
- the Java object value with the given name, in objectified format (ie. if it set as an int, then a Integer is returned). If there is no item by this name, a null value is returned.
- Throws:
jakarta.jms.JMSException
- if JMS fails to read message due to some internal JMS error.
-
getMapNames
Return an Enumeration of all the Map message's names.- Specified by:
getMapNames
in interfacejakarta.jms.MapMessage
- Returns:
- an enumeration of all the names in this Map message.
- Throws:
jakarta.jms.JMSException
- if JMS fails to read message due to some internal JMS error.
-
setBoolean
Set a boolean value with the given name, into the Map.- Specified by:
setBoolean
in interfacejakarta.jms.MapMessage
- Parameters:
name
- the name of the booleanvalue
- the boolean value to set in the Map.- Throws:
jakarta.jms.JMSException
- if JMS fails to write message due to some internal JMS error.jakarta.jms.MessageNotWriteableException
- if message in read-only mode.
-
setByte
Set a byte value with the given name, into the Map.- Specified by:
setByte
in interfacejakarta.jms.MapMessage
- Parameters:
name
- the name of the bytevalue
- the byte value to set in the Map.- Throws:
jakarta.jms.JMSException
- if JMS fails to write message due to some internal JMS error.jakarta.jms.MessageNotWriteableException
- if message in read-only mode.
-
setShort
Set a short value with the given name, into the Map.- Specified by:
setShort
in interfacejakarta.jms.MapMessage
- Parameters:
name
- the name of the shortvalue
- the short value to set in the Map.- Throws:
jakarta.jms.JMSException
- if JMS fails to write message due to some internal JMS error.jakarta.jms.MessageNotWriteableException
- if message in read-only mode.
-
setChar
Set a Unicode character value with the given name, into the Map.- Specified by:
setChar
in interfacejakarta.jms.MapMessage
- Parameters:
name
- the name of the Unicode charactervalue
- the Unicode character value to set in the Map.- Throws:
jakarta.jms.JMSException
- if JMS fails to write message due to some internal JMS error.jakarta.jms.MessageNotWriteableException
- if message in read-only mode.
-
setInt
Set an integer value with the given name, into the Map.- Specified by:
setInt
in interfacejakarta.jms.MapMessage
- Parameters:
name
- the name of the integervalue
- the integer value to set in the Map.- Throws:
jakarta.jms.JMSException
- if JMS fails to write message due to some internal JMS error.jakarta.jms.MessageNotWriteableException
- if message in read-only mode.
-
setLong
Set a long value with the given name, into the Map.- Specified by:
setLong
in interfacejakarta.jms.MapMessage
- Parameters:
name
- the name of the longvalue
- the long value to set in the Map.- Throws:
jakarta.jms.JMSException
- if JMS fails to write message due to some internal JMS error.jakarta.jms.MessageNotWriteableException
- if message in read-only mode.
-
setFloat
Set a float value with the given name, into the Map.- Specified by:
setFloat
in interfacejakarta.jms.MapMessage
- Parameters:
name
- the name of the floatvalue
- the float value to set in the Map.- Throws:
jakarta.jms.JMSException
- if JMS fails to write message due to some internal JMS error.jakarta.jms.MessageNotWriteableException
- if message in read-only mode.
-
setDouble
Set a double value with the given name, into the Map.- Specified by:
setDouble
in interfacejakarta.jms.MapMessage
- Parameters:
name
- the name of the doublevalue
- the double value to set in the Map.- Throws:
jakarta.jms.JMSException
- if JMS fails to write message due to some internal JMS error.jakarta.jms.MessageNotWriteableException
- if message in read-only mode.
-
setString
Set a String value with the given name, into the Map.- Specified by:
setString
in interfacejakarta.jms.MapMessage
- Parameters:
name
- the name of the Stringvalue
- the String value to set in the Map.- Throws:
jakarta.jms.JMSException
- if JMS fails to write message due to some internal JMS error.jakarta.jms.MessageNotWriteableException
- if message in read-only mode.
-
setBytes
Set a byte array value with the given name, into the Map.- Specified by:
setBytes
in interfacejakarta.jms.MapMessage
- Parameters:
name
- the name of the byte arrayvalue
- the byte array value to set in the Map.- Throws:
jakarta.jms.JMSException
- if JMS fails to write message due to some internal JMS error.jakarta.jms.MessageNotWriteableException
- if message in read-only mode.
-
setBytes
public void setBytes(String name, byte[] value, int offset, int length) throws jakarta.jms.JMSException Set a portion of the byte array value with the given name, into the Map.- Specified by:
setBytes
in interfacejakarta.jms.MapMessage
- Parameters:
name
- the name of the byte arrayvalue
- the byte array value to set in the Map.offset
- the initial offset within the byte array.length
- the number of bytes to use.- Throws:
jakarta.jms.JMSException
- if JMS fails to write message due to some internal JMS error.jakarta.jms.MessageNotWriteableException
- if message in read-only mode.
-
setObject
Set a Java object value with the given name, into the Map. Note that this method only works for the objectified primitive object types (Integer, Double, Long ...), String's and byte arrays.- Specified by:
setObject
in interfacejakarta.jms.MapMessage
- Parameters:
name
- the name of the Java objectvalue
- the Java object value to set in the Map.- Throws:
jakarta.jms.JMSException
- if JMS fails to write message due to some internal JMS error.jakarta.jms.MessageFormatException
- if object is invalidjakarta.jms.MessageNotWriteableException
- if message in read-only mode.
-
itemExists
Check if an item exists in this MapMessage.- Specified by:
itemExists
in interfacejakarta.jms.MapMessage
- Parameters:
name
- the name of the item to test- Returns:
- true if the item does exist.
- Throws:
jakarta.jms.JMSException
- if a JMS error occurs.
-