javax.jms
Interface StreamMessage

- All Superinterfaces:
- Message
- public interface StreamMessage
- extends Message
- Version:
- $Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $
| Methods inherited from interface javax.jms.Message |
acknowledge, clearBody, 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 |
readBoolean
public boolean readBoolean()
throws JMSException
readByte
public byte readByte()
throws JMSException
readShort
public short readShort()
throws JMSException
readChar
public char readChar()
throws JMSException
readInt
public int readInt()
throws JMSException
readLong
public long readLong()
throws JMSException
readFloat
public float readFloat()
throws JMSException
readDouble
public double readDouble()
throws JMSException
readString
public java.lang.String readString()
throws JMSException
readBytes
public int readBytes(byte[] value)
throws JMSException
readObject
public java.lang.Object readObject()
throws JMSException
writeBoolean
public void writeBoolean(boolean value)
throws JMSException
writeByte
public void writeByte(byte value)
throws JMSException
writeShort
public void writeShort(short value)
throws JMSException
writeChar
public void writeChar(char value)
throws JMSException
writeInt
public void writeInt(int value)
throws JMSException
writeLong
public void writeLong(long value)
throws JMSException
writeFloat
public void writeFloat(float value)
throws JMSException
writeDouble
public void writeDouble(double value)
throws JMSException
writeString
public void writeString(java.lang.String value)
throws JMSException
writeBytes
public void writeBytes(byte[] value)
throws JMSException
writeBytes
public void writeBytes(byte[] value,
int offset,
int length)
throws JMSException
writeObject
public void writeObject(java.lang.Object value)
throws JMSException
reset
public void reset()
throws JMSException