com.pcbsys.nirvana.nJMS.MapMessageImpl Class Reference

<Enter Class Description> More...

Inheritance diagram for com.pcbsys.nirvana.nJMS.MapMessageImpl:
com.pcbsys.nirvana.nJMS.MessageImpl

Public Member Functions

boolean getBoolean (String name) throws javax.jms.JMSException, javax.jms.MessageFormatException
 <Enter Method Description> More...
 
byte getByte (String name) throws javax.jms.JMSException, javax.jms.MessageFormatException
 <Enter Method Description> More...
 
byte[] getBytes (String name) throws javax.jms.JMSException, javax.jms.MessageFormatException
 <Enter Method Description> More...
 
char getChar (String name) throws javax.jms.JMSException, javax.jms.MessageFormatException
 <Enter Method Description> More...
 
double getDouble (String name) throws javax.jms.JMSException, javax.jms.MessageFormatException
 <Enter Method Description> More...
 
float getFloat (String name) throws javax.jms.JMSException, javax.jms.MessageFormatException
 <Enter Method Description> More...
 
int getInt (String name) throws javax.jms.JMSException, javax.jms.MessageFormatException
 <Enter Method Description> More...
 
long getLong (String name) throws javax.jms.JMSException, javax.jms.MessageFormatException
 <Enter Method Description> More...
 
Enumeration getMapNames () throws javax.jms.JMSException
 <Enter Method Description> More...
 
Object getObject (String name) throws javax.jms.JMSException
 <Enter Method Description> More...
 
short getShort (String name) throws javax.jms.JMSException, javax.jms.MessageFormatException
 <Enter Method Description> More...
 
String getString (String name) throws javax.jms.JMSException, javax.jms.MessageFormatException
 <Enter Method Description> More...
 
boolean itemExists (String name) throws javax.jms.JMSException
 <Enter Method Description> More...
 
 MapMessageImpl ()
 <Enter Constructor Description>
 
void setBoolean (String name, boolean value) throws javax.jms.JMSException, javax.jms.MessageNotWriteableException
 <Enter Method Description> More...
 
void setByte (String name, byte value) throws javax.jms.JMSException, javax.jms.MessageNotWriteableException
 <Enter Method Description> More...
 
void setBytes (String name, byte[] value) throws javax.jms.JMSException, javax.jms.MessageNotWriteableException
 <Enter Method Description> More...
 
void setBytes (String name, byte[] value, int offset, int length) throws javax.jms.JMSException, javax.jms.MessageNotWriteableException
 <Enter Method Description> More...
 
void setChar (String name, char value) throws javax.jms.JMSException, javax.jms.MessageNotWriteableException
 <Enter Method Description> More...
 
void setDouble (String name, double value) throws javax.jms.JMSException, javax.jms.MessageNotWriteableException
 <Enter Method Description> More...
 
void setFloat (String name, float value) throws javax.jms.JMSException, javax.jms.MessageNotWriteableException
 <Enter Method Description> More...
 
void setInt (String name, int value) throws javax.jms.JMSException, javax.jms.MessageNotWriteableException
 <Enter Method Description> More...
 
void setLong (String name, long value) throws javax.jms.JMSException, javax.jms.MessageNotWriteableException
 <Enter Method Description> More...
 
void setObject (String name, Object value) throws javax.jms.JMSException, javax.jms.MessageNotWriteableException, javax.jms.MessageFormatException
 <Enter Method Description> More...
 
void setShort (String name, short value) throws javax.jms.JMSException, javax.jms.MessageNotWriteableException
 <Enter Method Description> More...
 
void setString (String name, String value) throws javax.jms.JMSException, javax.jms.MessageNotWriteableException
 <Enter Method Description> More...
 
- Public Member Functions inherited from com.pcbsys.nirvana.nJMS.MessageImpl
void acknowledge () throws javax.jms.JMSException, javax.jms.IllegalStateException
 <Enter Method Description> More...
 
void clearBody () throws javax.jms.JMSException, javax.jms.MessageNotWriteableException
 <Enter Method Description> More...
 
void clearProperties () throws javax.jms.JMSException
 <Enter Method Description> More...
 
boolean getBooleanProperty (String name) throws javax.jms.JMSException
 <Enter Method Description> More...
 
byte getByteProperty (String name) throws javax.jms.JMSException
 <Enter Method Description> More...
 
double getDoubleProperty (String name) throws javax.jms.JMSException
 <Enter Method Description> More...
 
float getFloatProperty (String name) throws javax.jms.JMSException
 <Enter Method Description> More...
 
int getIntProperty (String name) throws javax.jms.JMSException
 <Enter Method Description> More...
 
String getJMSCorrelationID () throws javax.jms.JMSException
 <Enter Method Description> More...
 
byte[] getJMSCorrelationIDAsBytes () throws javax.jms.JMSException
 <Enter Method Description> More...
 
int getJMSDeliveryMode () throws javax.jms.JMSException
 <Enter Method Description> More...
 
javax.jms.Destination getJMSDestination () throws JMSException
 <Enter Method Description> More...
 
long getJMSExpiration () throws javax.jms.JMSException
 <Enter Method Description> More...
 
String getJMSMessageID () throws javax.jms.JMSException
 <Enter Method Description> More...
 
int getJMSPriority () throws javax.jms.JMSException
 <Enter Method Description> More...
 
boolean getJMSRedelivered () throws javax.jms.JMSException
 <Enter Method Description> More...
 
javax.jms.Destination getJMSReplyTo () throws javax.jms.JMSException
 <Enter Method Description> More...
 
long getJMSTimestamp () throws javax.jms.JMSException
 <Enter Method Description> More...
 
String getJMSType () throws javax.jms.JMSException
 <Enter Method Description> More...
 
long getLongProperty (String name) throws javax.jms.JMSException
 <Enter Method Description> More...
 
Object getObjectProperty (String name) throws javax.jms.JMSException
 <Enter Method Description> More...
 
Enumeration getPropertyNames () throws javax.jms.JMSException
 <Enter Method Description> More...
 
short getShortProperty (String name) throws javax.jms.JMSException
 <Enter Method Description> More...
 
String getStringProperty (String name) throws javax.jms.JMSException
 <Enter Method Description> More...
 
 MessageImpl ()
 <Enter Constructor Description>
 
boolean propertyExists (String name) throws javax.jms.JMSException
 <Enter Method Description> More...
 
void setBooleanProperty (String name, boolean value) throws javax.jms.JMSException
 <Enter Method Description> More...
 
void setByteProperty (String name, byte value) throws javax.jms.JMSException
 <Enter Method Description> More...
 
void setDoubleProperty (String name, double value) throws javax.jms.JMSException
 <Enter Method Description> More...
 
void setFloatProperty (String name, float value) throws javax.jms.JMSException
 <Enter Method Description> More...
 
void setIntProperty (String name, int value) throws javax.jms.JMSException
 <Enter Method Description> More...
 
void setJMSCorrelationID (String correlationID) throws javax.jms.JMSException
 <Enter Method Description> More...
 
void setJMSCorrelationIDAsBytes (byte[] correlationID) throws javax.jms.JMSException
 <Enter Method Description> More...
 
void setJMSDeliveryMode (int deliveryMode) throws javax.jms.JMSException
 <Enter Method Description> More...
 
void setJMSDestination (javax.jms.Destination destination) throws javax.jms.JMSException
 <Enter Method Description> More...
 
void setJMSExpiration (long expiration) throws javax.jms.JMSException
 <Enter Method Description> More...
 
void setJMSMessageID (String id) throws javax.jms.JMSException
 <Enter Method Description> More...
 
void setJMSPriority (int priority) throws javax.jms.JMSException
 <Enter Method Description> More...
 
void setJMSRedelivered (boolean redelivered) throws javax.jms.JMSException
 <Enter Method Description> More...
 
void setJMSReplyTo (javax.jms.Destination replyTo) throws javax.jms.JMSException
 <Enter Method Description> More...
 
void setJMSTimestamp (long timestamp) throws javax.jms.JMSException
 <Enter Method Description> More...
 
void setJMSType (String type) throws javax.jms.JMSException
 <Enter Method Description> More...
 
void setLongProperty (String name, long value) throws javax.jms.JMSException
 <Enter Method Description> More...
 
void setObjectProperty (String name, Object value) throws javax.jms.JMSException
 <Enter Method Description> More...
 
void setShortProperty (String name, short value) throws javax.jms.JMSException
 <Enter Method Description> More...
 
void setStringProperty (String name, String value) throws javax.jms.JMSException
 <Enter Method Description> More...
 

Protected Attributes

nJmsEventProperties map = null
 <Enter Field Description>
 

Additional Inherited Members

- Protected Member Functions inherited from com.pcbsys.nirvana.nJMS.MessageImpl
com.pcbsys.nirvana.client.nConsumeEvent convert () throws JMSException
 <Enter Method Description> More...
 
void setProducer (MessageProducer producer) throws javax.jms.JMSException
 <Enter Method Description>
 
void setRedeliveryCount (int count) throws javax.jms.JMSException
 <Enter Method Description> More...
 
void setTTL (long ttl) throws javax.jms.JMSException
 <Enter Method Description> More...
 

Detailed Description

<Enter Class Description>

Member Function Documentation

boolean com.pcbsys.nirvana.nJMS.MapMessageImpl.getBoolean ( String  name) throws javax.jms.JMSException, javax.jms.MessageFormatException

<Enter Method Description>

Parameters
name<Enter Parameter Description>
Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
byte com.pcbsys.nirvana.nJMS.MapMessageImpl.getByte ( String  name) throws javax.jms.JMSException, javax.jms.MessageFormatException

<Enter Method Description>

Parameters
name<Enter Parameter Description>
Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
byte [] com.pcbsys.nirvana.nJMS.MapMessageImpl.getBytes ( String  name) throws javax.jms.JMSException, javax.jms.MessageFormatException

<Enter Method Description>

Parameters
name<Enter Parameter Description>
Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
char com.pcbsys.nirvana.nJMS.MapMessageImpl.getChar ( String  name) throws javax.jms.JMSException, javax.jms.MessageFormatException

<Enter Method Description>

Parameters
name<Enter Parameter Description>
Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
double com.pcbsys.nirvana.nJMS.MapMessageImpl.getDouble ( String  name) throws javax.jms.JMSException, javax.jms.MessageFormatException

<Enter Method Description>

Parameters
name<Enter Parameter Description>
Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
float com.pcbsys.nirvana.nJMS.MapMessageImpl.getFloat ( String  name) throws javax.jms.JMSException, javax.jms.MessageFormatException

<Enter Method Description>

Parameters
name<Enter Parameter Description>
Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
int com.pcbsys.nirvana.nJMS.MapMessageImpl.getInt ( String  name) throws javax.jms.JMSException, javax.jms.MessageFormatException

<Enter Method Description>

Parameters
name<Enter Parameter Description>
Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
long com.pcbsys.nirvana.nJMS.MapMessageImpl.getLong ( String  name) throws javax.jms.JMSException, javax.jms.MessageFormatException

<Enter Method Description>

Parameters
name<Enter Parameter Description>
Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
Enumeration com.pcbsys.nirvana.nJMS.MapMessageImpl.getMapNames ( ) throws javax.jms.JMSException

<Enter Method Description>

Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
Object com.pcbsys.nirvana.nJMS.MapMessageImpl.getObject ( String  name) throws javax.jms.JMSException

<Enter Method Description>

Parameters
name<Enter Parameter Description>
Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
short com.pcbsys.nirvana.nJMS.MapMessageImpl.getShort ( String  name) throws javax.jms.JMSException, javax.jms.MessageFormatException

<Enter Method Description>

Parameters
name<Enter Parameter Description>
Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
String com.pcbsys.nirvana.nJMS.MapMessageImpl.getString ( String  name) throws javax.jms.JMSException, javax.jms.MessageFormatException

<Enter Method Description>

Parameters
name<Enter Parameter Description>
Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
boolean com.pcbsys.nirvana.nJMS.MapMessageImpl.itemExists ( String  name) throws javax.jms.JMSException

<Enter Method Description>

Parameters
name<Enter Parameter Description>
Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
void com.pcbsys.nirvana.nJMS.MapMessageImpl.setBoolean ( String  name,
boolean  value 
) throws javax.jms.JMSException, javax.jms.MessageNotWriteableException

<Enter Method Description>

Parameters
name<Enter Parameter Description>
value<Enter Parameter Description>
Exceptions
JMSException<Enter Exception Description>
void com.pcbsys.nirvana.nJMS.MapMessageImpl.setByte ( String  name,
byte  value 
) throws javax.jms.JMSException, javax.jms.MessageNotWriteableException

<Enter Method Description>

Parameters
name<Enter Parameter Description>
value<Enter Parameter Description>
Exceptions
JMSException<Enter Exception Description>
void com.pcbsys.nirvana.nJMS.MapMessageImpl.setBytes ( String  name,
byte[]  value 
) throws javax.jms.JMSException, javax.jms.MessageNotWriteableException

<Enter Method Description>

Parameters
name<Enter Parameter Description>
value<Enter Parameter Description>
Exceptions
JMSException<Enter Exception Description>
void com.pcbsys.nirvana.nJMS.MapMessageImpl.setBytes ( String  name,
byte[]  value,
int  offset,
int  length 
) throws javax.jms.JMSException, javax.jms.MessageNotWriteableException

<Enter Method Description>

Parameters
name<Enter Parameter Description>
value<Enter Parameter Description>
offset<Enter Parameter Description>
length<Enter Parameter Description>
Exceptions
JMSException<Enter Exception Description>
void com.pcbsys.nirvana.nJMS.MapMessageImpl.setChar ( String  name,
char  value 
) throws javax.jms.JMSException, javax.jms.MessageNotWriteableException

<Enter Method Description>

Parameters
name<Enter Parameter Description>
value<Enter Parameter Description>
Exceptions
JMSException<Enter Exception Description>
void com.pcbsys.nirvana.nJMS.MapMessageImpl.setDouble ( String  name,
double  value 
) throws javax.jms.JMSException, javax.jms.MessageNotWriteableException

<Enter Method Description>

Parameters
name<Enter Parameter Description>
value<Enter Parameter Description>
Exceptions
JMSException<Enter Exception Description>
void com.pcbsys.nirvana.nJMS.MapMessageImpl.setFloat ( String  name,
float  value 
) throws javax.jms.JMSException, javax.jms.MessageNotWriteableException

<Enter Method Description>

Parameters
name<Enter Parameter Description>
value<Enter Parameter Description>
Exceptions
JMSException<Enter Exception Description>
void com.pcbsys.nirvana.nJMS.MapMessageImpl.setInt ( String  name,
int  value 
) throws javax.jms.JMSException, javax.jms.MessageNotWriteableException

<Enter Method Description>

Parameters
name<Enter Parameter Description>
value<Enter Parameter Description>
Exceptions
JMSException<Enter Exception Description>
void com.pcbsys.nirvana.nJMS.MapMessageImpl.setLong ( String  name,
long  value 
) throws javax.jms.JMSException, javax.jms.MessageNotWriteableException

<Enter Method Description>

Parameters
name<Enter Parameter Description>
value<Enter Parameter Description>
Exceptions
JMSException<Enter Exception Description>
void com.pcbsys.nirvana.nJMS.MapMessageImpl.setObject ( String  name,
Object  value 
) throws javax.jms.JMSException, javax.jms.MessageNotWriteableException, javax.jms.MessageFormatException

<Enter Method Description>

Parameters
name<Enter Parameter Description>
value<Enter Parameter Description>
Exceptions
JMSException<Enter Exception Description>
void com.pcbsys.nirvana.nJMS.MapMessageImpl.setShort ( String  name,
short  value 
) throws javax.jms.JMSException, javax.jms.MessageNotWriteableException

<Enter Method Description>

Parameters
name<Enter Parameter Description>
value<Enter Parameter Description>
Exceptions
JMSException<Enter Exception Description>
void com.pcbsys.nirvana.nJMS.MapMessageImpl.setString ( String  name,
String  value 
) throws javax.jms.JMSException, javax.jms.MessageNotWriteableException

<Enter Method Description>

Parameters
name<Enter Parameter Description>
value<Enter Parameter Description>
Exceptions
JMSException<Enter Exception Description>