com.pcbsys.nirvana.nJMS.ObjectMessageImpl Class Reference

<Enter Class Description> More...

Inherits com.pcbsys.nirvana.nJMS.MessageImpl, and ObjectMessage.

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
byte[] getJMSCorrelationIDAsBytes () throws javax.jms.JMSException
 <Enter Method Description> More...
 
long getJMSTimestamp () throws javax.jms.JMSException
 <Enter Method Description> More...
 
 MessageImpl ()
 <Enter Constructor Description>
 
void setJMSTimestamp (long timestamp) throws javax.jms.JMSException
 <Enter Method Description> More...
 

Additional Inherited Members

- Protected Member Functions inherited from com.pcbsys.nirvana.nJMS.MessageImpl
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>