javax.jms
Interface MapMessage
- All Superinterfaces:
- Message
public interface MapMessage
- extends Message
- Version:
- $Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $
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 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 |
getBoolean
boolean getBoolean(String name)
throws JMSException
- Throws:
JMSException
getByte
byte getByte(String name)
throws JMSException
- Throws:
JMSException
getShort
short getShort(String name)
throws JMSException
- Throws:
JMSException
getChar
char getChar(String name)
throws JMSException
- Throws:
JMSException
getInt
int getInt(String name)
throws JMSException
- Throws:
JMSException
getLong
long getLong(String name)
throws JMSException
- Throws:
JMSException
getFloat
float getFloat(String name)
throws JMSException
- Throws:
JMSException
getDouble
double getDouble(String name)
throws JMSException
- Throws:
JMSException
getString
String getString(String name)
throws JMSException
- Throws:
JMSException
getBytes
byte[] getBytes(String name)
throws JMSException
- Throws:
JMSException
getObject
Object getObject(String name)
throws JMSException
- Throws:
JMSException
getMapNames
Enumeration getMapNames()
throws JMSException
- Throws:
JMSException
setBoolean
void setBoolean(String name,
boolean value)
throws JMSException
- Throws:
JMSException
setByte
void setByte(String name,
byte value)
throws JMSException
- Throws:
JMSException
setShort
void setShort(String name,
short value)
throws JMSException
- Throws:
JMSException
setChar
void setChar(String name,
char value)
throws JMSException
- Throws:
JMSException
setInt
void setInt(String name,
int value)
throws JMSException
- Throws:
JMSException
setLong
void setLong(String name,
long value)
throws JMSException
- Throws:
JMSException
setFloat
void setFloat(String name,
float value)
throws JMSException
- Throws:
JMSException
setDouble
void setDouble(String name,
double value)
throws JMSException
- Throws:
JMSException
setString
void setString(String name,
String value)
throws JMSException
- Throws:
JMSException
setBytes
void setBytes(String name,
byte[] value)
throws JMSException
- Throws:
JMSException
setBytes
void setBytes(String name,
byte[] value,
int offset,
int length)
throws JMSException
- Throws:
JMSException
setObject
void setObject(String name,
Object value)
throws JMSException
- Throws:
JMSException
itemExists
boolean itemExists(String name)
throws JMSException
- Throws:
JMSException
Copyright © 2006 Apache Software Foundation. All Rights Reserved.