com.pcbsys.nirvana.nJMS.TextMessageImpl Class Reference

<Enter Class Description> More...

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

Public Member Functions

String getText () throws javax.jms.JMSException
 <Enter Method Description> More...
 
void setText (String string) throws javax.jms.JMSException, javax.jms.MessageNotWriteableException
 <Enter Method Description> More...
 
 TextMessageImpl ()
 <Enter Constructor Description>
 
- 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

String com.pcbsys.nirvana.nJMS.TextMessageImpl.getText ( ) throws javax.jms.JMSException

<Enter Method Description>

Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
void com.pcbsys.nirvana.nJMS.TextMessageImpl.setText ( String  string) throws javax.jms.JMSException, javax.jms.MessageNotWriteableException

<Enter Method Description>

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