org.jboss.messaging.jms.client
Class JBossStreamMessage

java.lang.Object
  extended by org.jboss.messaging.jms.client.JBossMessage
      extended by org.jboss.messaging.jms.client.JBossStreamMessage
All Implemented Interfaces:
javax.jms.Message, javax.jms.StreamMessage

public class JBossStreamMessage
extends JBossMessage
implements javax.jms.StreamMessage

This class implements javax.jms.StreamMessage.

Version:
$Revision: 3412 $ $Id: JBossStreamMessage.java 3412 2007-12-05 19:41:47Z timfox $
Author:
Tim Fox Some parts based on JBM 1.x class by:, Norbert Lataille (Norbert.Lataille@m4x.org), Adrian Brock, Tim Fox, Ovidiu Feodorov

Field Summary
static byte TYPE
           
 
Fields inherited from class org.jboss.messaging.jms.client.JBossMessage
body, JBOSS_MESSAGING_BRIDGE_MESSAGE_ID_LIST, message, readOnly
 
Fields inherited from interface javax.jms.Message
DEFAULT_DELIVERY_MODE, DEFAULT_PRIORITY, DEFAULT_TIME_TO_LIVE
 
Constructor Summary
JBossStreamMessage()
           
JBossStreamMessage(ClientMessage message, ClientSession session)
           
JBossStreamMessage(javax.jms.StreamMessage foreign)
           
 
Method Summary
 void clearBody()
           
 void doBeforeSend()
           
 byte getType()
           
 boolean readBoolean()
           
 byte readByte()
           
 int readBytes(byte[] value)
           
 char readChar()
           
 double readDouble()
           
 float readFloat()
           
 int readInt()
           
 long readLong()
           
 java.lang.Object readObject()
           
 short readShort()
           
 java.lang.String readString()
           
 void reset()
           
 void writeBoolean(boolean value)
           
 void writeByte(byte value)
           
 void writeBytes(byte[] value)
           
 void writeBytes(byte[] value, int offset, int length)
           
 void writeChar(char value)
           
 void writeDouble(double value)
           
 void writeFloat(float value)
           
 void writeInt(int value)
           
 void writeLong(long value)
           
 void writeObject(java.lang.Object value)
           
 void writeShort(short value)
           
 void writeString(java.lang.String value)
           
 
Methods inherited from class org.jboss.messaging.jms.client.JBossMessage
acknowledge, checkRead, checkWrite, clearProperties, createMessage, doBeforeReceive, getBooleanProperty, getByteProperty, getCoreMessage, getDoubleProperty, getFloatProperty, getIntProperty, getJMSCorrelationID, getJMSCorrelationIDAsBytes, getJMSDeliveryMode, getJMSDestination, getJMSExpiration, getJMSMessageID, getJMSPriority, getJMSRedelivered, getJMSReplyTo, getJMSTimestamp, getJMSType, getLongProperty, getObjectProperty, getPropertyNames, getSession, getShortProperty, getStringProperty, propertyExists, setBooleanProperty, setByteProperty, setDoubleProperty, setFloatProperty, setIntProperty, setJMSCorrelationID, setJMSCorrelationIDAsBytes, setJMSDeliveryMode, setJMSDestination, setJMSExpiration, setJMSMessageID, setJMSPriority, setJMSRedelivered, setJMSReplyTo, setJMSTimestamp, setJMSType, setLongProperty, setObjectProperty, setShortProperty, setStringProperty, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.jms.Message
acknowledge, clearProperties, getBooleanProperty, getByteProperty, getDoubleProperty, getFloatProperty, getIntProperty, getJMSCorrelationID, getJMSCorrelationIDAsBytes, getJMSDeliveryMode, getJMSDestination, getJMSExpiration, getJMSMessageID, getJMSPriority, getJMSRedelivered, getJMSReplyTo, getJMSTimestamp, getJMSType, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, propertyExists, setBooleanProperty, setByteProperty, setDoubleProperty, setFloatProperty, setIntProperty, setJMSCorrelationID, setJMSCorrelationIDAsBytes, setJMSDeliveryMode, setJMSDestination, setJMSExpiration, setJMSMessageID, setJMSPriority, setJMSRedelivered, setJMSReplyTo, setJMSTimestamp, setJMSType, setLongProperty, setObjectProperty, setShortProperty, setStringProperty
 

Field Detail

TYPE

public static final byte TYPE
See Also:
Constant Field Values
Constructor Detail

JBossStreamMessage

public JBossStreamMessage()

JBossStreamMessage

public JBossStreamMessage(ClientMessage message,
                          ClientSession session)

JBossStreamMessage

public JBossStreamMessage(javax.jms.StreamMessage foreign)
                   throws javax.jms.JMSException
Throws:
javax.jms.JMSException
Method Detail

getType

public byte getType()
Overrides:
getType in class JBossMessage

readBoolean

public boolean readBoolean()
                    throws javax.jms.JMSException
Specified by:
readBoolean in interface javax.jms.StreamMessage
Throws:
javax.jms.JMSException

readByte

public byte readByte()
              throws javax.jms.JMSException
Specified by:
readByte in interface javax.jms.StreamMessage
Throws:
javax.jms.JMSException

readShort

public short readShort()
                throws javax.jms.JMSException
Specified by:
readShort in interface javax.jms.StreamMessage
Throws:
javax.jms.JMSException

readChar

public char readChar()
              throws javax.jms.JMSException
Specified by:
readChar in interface javax.jms.StreamMessage
Throws:
javax.jms.JMSException

readInt

public int readInt()
            throws javax.jms.JMSException
Specified by:
readInt in interface javax.jms.StreamMessage
Throws:
javax.jms.JMSException

readLong

public long readLong()
              throws javax.jms.JMSException
Specified by:
readLong in interface javax.jms.StreamMessage
Throws:
javax.jms.JMSException

readFloat

public float readFloat()
                throws javax.jms.JMSException
Specified by:
readFloat in interface javax.jms.StreamMessage
Throws:
javax.jms.JMSException

readDouble

public double readDouble()
                  throws javax.jms.JMSException
Specified by:
readDouble in interface javax.jms.StreamMessage
Throws:
javax.jms.JMSException

readString

public java.lang.String readString()
                            throws javax.jms.JMSException
Specified by:
readString in interface javax.jms.StreamMessage
Throws:
javax.jms.JMSException

readBytes

public int readBytes(byte[] value)
              throws javax.jms.JMSException
Specified by:
readBytes in interface javax.jms.StreamMessage
Throws:
javax.jms.JMSException

readObject

public java.lang.Object readObject()
                            throws javax.jms.JMSException
Specified by:
readObject in interface javax.jms.StreamMessage
Throws:
javax.jms.JMSException

writeBoolean

public void writeBoolean(boolean value)
                  throws javax.jms.JMSException
Specified by:
writeBoolean in interface javax.jms.StreamMessage
Throws:
javax.jms.JMSException

writeByte

public void writeByte(byte value)
               throws javax.jms.JMSException
Specified by:
writeByte in interface javax.jms.StreamMessage
Throws:
javax.jms.JMSException

writeShort

public void writeShort(short value)
                throws javax.jms.JMSException
Specified by:
writeShort in interface javax.jms.StreamMessage
Throws:
javax.jms.JMSException

writeChar

public void writeChar(char value)
               throws javax.jms.JMSException
Specified by:
writeChar in interface javax.jms.StreamMessage
Throws:
javax.jms.JMSException

writeInt

public void writeInt(int value)
              throws javax.jms.JMSException
Specified by:
writeInt in interface javax.jms.StreamMessage
Throws:
javax.jms.JMSException

writeLong

public void writeLong(long value)
               throws javax.jms.JMSException
Specified by:
writeLong in interface javax.jms.StreamMessage
Throws:
javax.jms.JMSException

writeFloat

public void writeFloat(float value)
                throws javax.jms.JMSException
Specified by:
writeFloat in interface javax.jms.StreamMessage
Throws:
javax.jms.JMSException

writeDouble

public void writeDouble(double value)
                 throws javax.jms.JMSException
Specified by:
writeDouble in interface javax.jms.StreamMessage
Throws:
javax.jms.JMSException

writeString

public void writeString(java.lang.String value)
                 throws javax.jms.JMSException
Specified by:
writeString in interface javax.jms.StreamMessage
Throws:
javax.jms.JMSException

writeBytes

public void writeBytes(byte[] value)
                throws javax.jms.JMSException
Specified by:
writeBytes in interface javax.jms.StreamMessage
Throws:
javax.jms.JMSException

writeBytes

public void writeBytes(byte[] value,
                       int offset,
                       int length)
                throws javax.jms.JMSException
Specified by:
writeBytes in interface javax.jms.StreamMessage
Throws:
javax.jms.JMSException

writeObject

public void writeObject(java.lang.Object value)
                 throws javax.jms.JMSException
Specified by:
writeObject in interface javax.jms.StreamMessage
Throws:
javax.jms.JMSException

reset

public void reset()
           throws javax.jms.JMSException
Specified by:
reset in interface javax.jms.StreamMessage
Throws:
javax.jms.JMSException

clearBody

public void clearBody()
               throws javax.jms.JMSException
Specified by:
clearBody in interface javax.jms.Message
Overrides:
clearBody in class JBossMessage
Throws:
javax.jms.JMSException

doBeforeSend

public void doBeforeSend()
                  throws java.lang.Exception
Overrides:
doBeforeSend in class JBossMessage
Throws:
java.lang.Exception


Copyright © 2006 JBoss Inc. All Rights Reserved.