com.pcbsys.nirvana.nJMS.ObjectMessageImpl Class Reference

<Enter Class Description> More...

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

Public Member Functions

Serializable getObject () throws javax.jms.JMSException, javax.jms.MessageFormatException
 <Enter Method Description> More...
 
 ObjectMessageImpl ()
 <Enter Constructor Description>
 
void setObject (Serializable object) throws javax.jms.MessageNotWriteableException, javax.jms.JMSException, javax.jms.MessageFormatException
 <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...
 

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

Serializable com.pcbsys.nirvana.nJMS.ObjectMessageImpl.getObject ( ) throws javax.jms.JMSException, javax.jms.MessageFormatException

<Enter Method Description>

Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
void com.pcbsys.nirvana.nJMS.ObjectMessageImpl.setObject ( Serializable  object) throws javax.jms.MessageNotWriteableException, javax.jms.JMSException, javax.jms.MessageFormatException

<Enter Method Description>

Parameters
object<Enter Parameter Description>
Exceptions
JMSException<Enter Exception Description>