当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 connector API Documentation 英文版文档
JmsMapMessage (JBoss Connector API) - JBoss 4.0.1 sp1 connector API Documentation 英文版文档
org.jboss.resource.adapter.jms
Class JmsMapMessage
java.lang.Object
org.jboss.resource.adapter.jms.JmsMessage
org.jboss.resource.adapter.jms.JmsMapMessage
- All Implemented Interfaces:
- javax.jms.MapMessage, javax.jms.Message
- public class JmsMapMessage
- extends JmsMessage
- implements javax.jms.MapMessage
A wrapper for a message
- Version:
- $Revision: 1.1 $
- Author:
- Adrian Brock
Fields inherited from interface javax.jms.Message |
DEFAULT_DELIVERY_MODE, DEFAULT_PRIORITY, DEFAULT_TIME_TO_LIVE |
Method Summary |
boolean |
getBoolean(String name)
|
byte |
getByte(String name)
|
byte[] |
getBytes(String name)
|
char |
getChar(String name)
|
double |
getDouble(String name)
|
float |
getFloat(String name)
|
int |
getInt(String name)
|
long |
getLong(String name)
|
Enumeration |
getMapNames()
|
Object |
getObject(String name)
|
short |
getShort(String name)
|
String |
getString(String name)
|
boolean |
itemExists(String name)
|
void |
setBoolean(String name,
boolean value)
|
void |
setByte(String name,
byte value)
|
void |
setBytes(String name,
byte[] value)
|
void |
setBytes(String name,
byte[] value,
int offset,
int length)
|
void |
setChar(String name,
char value)
|
void |
setDouble(String name,
double value)
|
void |
setFloat(String name,
float value)
|
void |
setInt(String name,
int value)
|
void |
setLong(String name,
long value)
|
void |
setObject(String name,
Object value)
|
void |
setShort(String name,
short value)
|
void |
setString(String name,
String value)
|
Methods inherited from class org.jboss.resource.adapter.jms.JmsMessage |
acknowledge, clearBody, clearProperties, equals, getBooleanProperty, getByteProperty, getDoubleProperty, getFloatProperty, getIntProperty, getJMSCorrelationID, getJMSCorrelationIDAsBytes, getJMSDeliveryMode, getJMSDestination, getJMSExpiration, getJMSMessageID, getJMSPriority, getJMSRedelivered, getJMSReplyTo, getJMSTimestamp, getJMSType, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, hashCode, propertyExists, setBooleanProperty, setByteProperty, setDoubleProperty, setFloatProperty, setIntProperty, setJMSCorrelationID, setJMSCorrelationIDAsBytes, setJMSDeliveryMode, setJMSDestination, setJMSExpiration, setJMSMessageID, setJMSPriority, setJMSRedelivered, setJMSReplyTo, setJMSTimestamp, setJMSType, setLongProperty, setObjectProperty, setShortProperty, setStringProperty, toString |
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 |
JmsMapMessage
public JmsMapMessage(javax.jms.MapMessage message,
JmsSession session)
- Create a new wrapper
- Parameters:
message
- the messagesession
- the session
getBoolean
public boolean getBoolean(String name)
throws javax.jms.JMSException
- Specified by:
getBoolean
in interface javax.jms.MapMessage
- Throws:
javax.jms.JMSException
getByte
public byte getByte(String name)
throws javax.jms.JMSException
- Specified by:
getByte
in interface javax.jms.MapMessage
- Throws:
javax.jms.JMSException
getBytes
public byte[] getBytes(String name)
throws javax.jms.JMSException
- Specified by:
getBytes
in interface javax.jms.MapMessage
- Throws:
javax.jms.JMSException
getChar
public char getChar(String name)
throws javax.jms.JMSException
- Specified by:
getChar
in interface javax.jms.MapMessage
- Throws:
javax.jms.JMSException
getDouble
public double getDouble(String name)
throws javax.jms.JMSException
- Specified by:
getDouble
in interface javax.jms.MapMessage
- Throws:
javax.jms.JMSException
getFloat
public float getFloat(String name)
throws javax.jms.JMSException
- Specified by:
getFloat
in interface javax.jms.MapMessage
- Throws:
javax.jms.JMSException
getInt
public int getInt(String name)
throws javax.jms.JMSException
- Specified by:
getInt
in interface javax.jms.MapMessage
- Throws:
javax.jms.JMSException
getLong
public long getLong(String name)
throws javax.jms.JMSException
- Specified by:
getLong
in interface javax.jms.MapMessage
- Throws:
javax.jms.JMSException
getMapNames
public Enumeration getMapNames()
throws javax.jms.JMSException
- Specified by:
getMapNames
in interface javax.jms.MapMessage
- Throws:
javax.jms.JMSException
getObject
public Object getObject(String name)
throws javax.jms.JMSException
- Specified by:
getObject
in interface javax.jms.MapMessage
- Throws:
javax.jms.JMSException
getShort
public short getShort(String name)
throws javax.jms.JMSException
- Specified by:
getShort
in interface javax.jms.MapMessage
- Throws:
javax.jms.JMSException
getString
public String getString(String name)
throws javax.jms.JMSException
- Specified by:
getString
in interface javax.jms.MapMessage
- Throws:
javax.jms.JMSException
itemExists
public boolean itemExists(String name)
throws javax.jms.JMSException
- Specified by:
itemExists
in interface javax.jms.MapMessage
- Throws:
javax.jms.JMSException
setBoolean
public void setBoolean(String name,
boolean value)
throws javax.jms.JMSException
- Specified by:
setBoolean
in interface javax.jms.MapMessage
- Throws:
javax.jms.JMSException
setByte
public void setByte(String name,
byte value)
throws javax.jms.JMSException
- Specified by:
setByte
in interface javax.jms.MapMessage
- Throws:
javax.jms.JMSException
setBytes
public void setBytes(String name,
byte[] value,
int offset,
int length)
throws javax.jms.JMSException
- Specified by:
setBytes
in interface javax.jms.MapMessage
- Throws:
javax.jms.JMSException
setBytes
public void setBytes(String name,
byte[] value)
throws javax.jms.JMSException
- Specified by:
setBytes
in interface javax.jms.MapMessage
- Throws:
javax.jms.JMSException
setChar
public void setChar(String name,
char value)
throws javax.jms.JMSException
- Specified by:
setChar
in interface javax.jms.MapMessage
- Throws:
javax.jms.JMSException
setDouble
public void setDouble(String name,
double value)
throws javax.jms.JMSException
- Specified by:
setDouble
in interface javax.jms.MapMessage
- Throws:
javax.jms.JMSException
setFloat
public void setFloat(String name,
float value)
throws javax.jms.JMSException
- Specified by:
setFloat
in interface javax.jms.MapMessage
- Throws:
javax.jms.JMSException
setInt
public void setInt(String name,
int value)
throws javax.jms.JMSException
- Specified by:
setInt
in interface javax.jms.MapMessage
- Throws:
javax.jms.JMSException
setLong
public void setLong(String name,
long value)
throws javax.jms.JMSException
- Specified by:
setLong
in interface javax.jms.MapMessage
- Throws:
javax.jms.JMSException
setObject
public void setObject(String name,
Object value)
throws javax.jms.JMSException
- Specified by:
setObject
in interface javax.jms.MapMessage
- Throws:
javax.jms.JMSException
setShort
public void setShort(String name,
short value)
throws javax.jms.JMSException
- Specified by:
setShort
in interface javax.jms.MapMessage
- Throws:
javax.jms.JMSException
setString
public void setString(String name,
String value)
throws javax.jms.JMSException
- Specified by:
setString
in interface javax.jms.MapMessage
- Throws:
javax.jms.JMSException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.