com.pcbsys.nirvana.nJMS.BytesMessageImpl Class Reference

<Enter Class Description> More...

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

Public Member Functions

 BytesMessageImpl ()
 <Enter Constructor Description>
 
boolean readBoolean () throws javax.jms.MessageNotReadableException, javax.jms.JMSException, javax.jms.MessageEOFException
 <Enter Method Description> More...
 
byte readByte () throws javax.jms.MessageNotReadableException, javax.jms.JMSException, javax.jms.MessageEOFException
 <Enter Method Description> More...
 
int readBytes (byte[] value) throws javax.jms.MessageNotReadableException, javax.jms.JMSException
 <Enter Method Description> More...
 
int readBytes (byte[] value, int length) throws javax.jms.MessageNotReadableException, javax.jms.JMSException
 <Enter Method Description> More...
 
char readChar () throws javax.jms.MessageNotReadableException, javax.jms.JMSException, javax.jms.MessageEOFException
 <Enter Method Description> More...
 
double readDouble () throws javax.jms.MessageNotReadableException, javax.jms.JMSException, javax.jms.MessageEOFException
 <Enter Method Description> More...
 
float readFloat () throws javax.jms.MessageNotReadableException, javax.jms.JMSException, javax.jms.MessageEOFException
 <Enter Method Description> More...
 
int readInt () throws javax.jms.MessageNotReadableException, javax.jms.JMSException, javax.jms.MessageEOFException
 <Enter Method Description> More...
 
long readLong () throws javax.jms.MessageNotReadableException, javax.jms.JMSException, javax.jms.MessageEOFException
 <Enter Method Description> More...
 
short readShort () throws javax.jms.MessageNotReadableException, javax.jms.JMSException, javax.jms.MessageEOFException
 <Enter Method Description> More...
 
int readUnsignedByte () throws javax.jms.MessageNotReadableException, javax.jms.JMSException, javax.jms.MessageEOFException
 <Enter Method Description> More...
 
int readUnsignedShort () throws javax.jms.MessageNotReadableException, javax.jms.JMSException, javax.jms.MessageEOFException
 <Enter Method Description> More...
 
String readUTF () throws javax.jms.MessageNotReadableException, javax.jms.JMSException, javax.jms.MessageEOFException
 <Enter Method Description> More...
 
void reset () throws javax.jms.JMSException, javax.jms.MessageFormatException
 <Enter Method Description> More...
 
void writeBoolean (boolean value) throws javax.jms.MessageNotWriteableException, javax.jms.JMSException
 <Enter Method Description> More...
 
void writeByte (byte value) throws javax.jms.MessageNotWriteableException, javax.jms.JMSException
 <Enter Method Description> More...
 
void writeBytes (byte[] value) throws javax.jms.MessageNotWriteableException, javax.jms.JMSException
 <Enter Method Description> More...
 
void writeBytes (byte[] value, int offset, int length) throws javax.jms.MessageNotWriteableException, javax.jms.JMSException
 <Enter Method Description> More...
 
void writeChar (char value) throws javax.jms.MessageNotWriteableException, javax.jms.JMSException
 <Enter Method Description> More...
 
void writeDouble (double value) throws javax.jms.MessageNotWriteableException, javax.jms.JMSException
 <Enter Method Description> More...
 
void writeFloat (float value) throws javax.jms.MessageNotWriteableException, javax.jms.JMSException
 <Enter Method Description> More...
 
void writeInt (int value) throws javax.jms.MessageNotWriteableException, javax.jms.JMSException
 <Enter Method Description> More...
 
void writeLong (long value) throws javax.jms.MessageNotWriteableException, javax.jms.JMSException
 <Enter Method Description> More...
 
void writeObject (Object value) throws javax.jms.MessageNotWriteableException, javax.jms.JMSException, javax.jms.MessageFormatException
 <Enter Method Description> More...
 
void writeShort (short value) throws javax.jms.MessageNotWriteableException, javax.jms.JMSException
 <Enter Method Description> More...
 
void writeUTF (String value) throws javax.jms.MessageNotWriteableException, javax.jms.JMSException
 <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

boolean com.pcbsys.nirvana.nJMS.BytesMessageImpl.readBoolean ( ) throws javax.jms.MessageNotReadableException, javax.jms.JMSException, javax.jms.MessageEOFException

<Enter Method Description>

Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
byte com.pcbsys.nirvana.nJMS.BytesMessageImpl.readByte ( ) throws javax.jms.MessageNotReadableException, javax.jms.JMSException, javax.jms.MessageEOFException

<Enter Method Description>

Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
int com.pcbsys.nirvana.nJMS.BytesMessageImpl.readBytes ( byte[]  value) throws javax.jms.MessageNotReadableException, javax.jms.JMSException

<Enter Method Description>

Parameters
value<Enter Parameter Description>
Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
int com.pcbsys.nirvana.nJMS.BytesMessageImpl.readBytes ( byte[]  value,
int  length 
) throws javax.jms.MessageNotReadableException, javax.jms.JMSException

<Enter Method Description>

Parameters
value<Enter Parameter Description>
length<Enter Parameter Description>
Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
char com.pcbsys.nirvana.nJMS.BytesMessageImpl.readChar ( ) throws javax.jms.MessageNotReadableException, javax.jms.JMSException, javax.jms.MessageEOFException

<Enter Method Description>

Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
double com.pcbsys.nirvana.nJMS.BytesMessageImpl.readDouble ( ) throws javax.jms.MessageNotReadableException, javax.jms.JMSException, javax.jms.MessageEOFException

<Enter Method Description>

Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
float com.pcbsys.nirvana.nJMS.BytesMessageImpl.readFloat ( ) throws javax.jms.MessageNotReadableException, javax.jms.JMSException, javax.jms.MessageEOFException

<Enter Method Description>

Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
int com.pcbsys.nirvana.nJMS.BytesMessageImpl.readInt ( ) throws javax.jms.MessageNotReadableException, javax.jms.JMSException, javax.jms.MessageEOFException

<Enter Method Description>

Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
long com.pcbsys.nirvana.nJMS.BytesMessageImpl.readLong ( ) throws javax.jms.MessageNotReadableException, javax.jms.JMSException, javax.jms.MessageEOFException

<Enter Method Description>

Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
short com.pcbsys.nirvana.nJMS.BytesMessageImpl.readShort ( ) throws javax.jms.MessageNotReadableException, javax.jms.JMSException, javax.jms.MessageEOFException

<Enter Method Description>

Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
int com.pcbsys.nirvana.nJMS.BytesMessageImpl.readUnsignedByte ( ) throws javax.jms.MessageNotReadableException, javax.jms.JMSException, javax.jms.MessageEOFException

<Enter Method Description>

Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
int com.pcbsys.nirvana.nJMS.BytesMessageImpl.readUnsignedShort ( ) throws javax.jms.MessageNotReadableException, javax.jms.JMSException, javax.jms.MessageEOFException

<Enter Method Description>

Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
String com.pcbsys.nirvana.nJMS.BytesMessageImpl.readUTF ( ) throws javax.jms.MessageNotReadableException, javax.jms.JMSException, javax.jms.MessageEOFException

<Enter Method Description>

Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
void com.pcbsys.nirvana.nJMS.BytesMessageImpl.reset ( ) throws javax.jms.JMSException, javax.jms.MessageFormatException

<Enter Method Description>

Exceptions
JMSException<Enter Exception Description>
void com.pcbsys.nirvana.nJMS.BytesMessageImpl.writeBoolean ( boolean  value) throws javax.jms.MessageNotWriteableException, javax.jms.JMSException

<Enter Method Description>

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

<Enter Method Description>

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

<Enter Method Description>

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

<Enter Method Description>

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

<Enter Method Description>

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

<Enter Method Description>

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

<Enter Method Description>

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

<Enter Method Description>

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

<Enter Method Description>

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

<Enter Method Description>

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

<Enter Method Description>

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

<Enter Method Description>

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