| java.lang.Object org.jboss.resource.adapter.jms.JmsMessage org.jboss.resource.adapter.jms.JmsMapMessage
JmsMapMessage | public class JmsMapMessage extends JmsMessage implements MapMessage(Code) | | A wrapper for a message
author: Adrian Brock version: $Revision: 57189 $ |
Method Summary | |
public boolean | getBoolean(String name) | public byte | getByte(String name) | public byte[] | getBytes(String name) | public char | getChar(String name) | public double | getDouble(String name) | public float | getFloat(String name) | public int | getInt(String name) | public long | getLong(String name) | public Enumeration | getMapNames() | public Object | getObject(String name) | public short | getShort(String name) | public String | getString(String name) | public boolean | itemExists(String name) | public void | setBoolean(String name, boolean value) | public void | setByte(String name, byte value) | public void | setBytes(String name, byte[] value, int offset, int length) | public void | setBytes(String name, byte[] value) | public void | setChar(String name, char value) | public void | setDouble(String name, double value) | public void | setFloat(String name, float value) | public void | setInt(String name, int value) | public void | setLong(String name, long value) | public void | setObject(String name, Object value) | public void | setShort(String name, short value) | public void | setString(String name, String value) |
JmsMapMessage | public JmsMapMessage(MapMessage message, JmsSession session)(Code) | | Create a new wrapper
Parameters: message - the message Parameters: session - the session |
getBoolean | public boolean getBoolean(String name) throws JMSException(Code) | | |
getByte | public byte getByte(String name) throws JMSException(Code) | | |
getBytes | public byte[] getBytes(String name) throws JMSException(Code) | | |
getChar | public char getChar(String name) throws JMSException(Code) | | |
getDouble | public double getDouble(String name) throws JMSException(Code) | | |
getFloat | public float getFloat(String name) throws JMSException(Code) | | |
getInt | public int getInt(String name) throws JMSException(Code) | | |
getLong | public long getLong(String name) throws JMSException(Code) | | |
getShort | public short getShort(String name) throws JMSException(Code) | | |
itemExists | public boolean itemExists(String name) throws JMSException(Code) | | |
setBoolean | public void setBoolean(String name, boolean value) throws JMSException(Code) | | |
setByte | public void setByte(String name, byte value) throws JMSException(Code) | | |
setBytes | public void setBytes(String name, byte[] value, int offset, int length) throws JMSException(Code) | | |
setBytes | public void setBytes(String name, byte[] value) throws JMSException(Code) | | |
setChar | public void setChar(String name, char value) throws JMSException(Code) | | |
setDouble | public void setDouble(String name, double value) throws JMSException(Code) | | |
setFloat | public void setFloat(String name, float value) throws JMSException(Code) | | |
setInt | public void setInt(String name, int value) throws JMSException(Code) | | |
setLong | public void setLong(String name, long value) throws JMSException(Code) | | |
setShort | public void setShort(String name, short value) throws JMSException(Code) | | |
|
|