当前页面:
在线文档首页 >
JBoss 3.2.7 j2ee API Documentation 英文版文档
StreamMessage (JBoss J2EE API) - JBoss 3.2.7 j2ee API Documentation 英文版文档
javax.jms
Interface StreamMessage
- All Superinterfaces:
- Message
- public interface StreamMessage
- extends Message
- Version:
- $Revision: 1.1 $
- Author:
- Chris Kimpton (chris@kimptoc.net)
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
- Throws:
JMSException
readByte
public byte readByte()
throws JMSException
- Throws:
JMSException
readShort
public short readShort()
throws JMSException
- Throws:
JMSException
readChar
public char readChar()
throws JMSException
- Throws:
JMSException
readInt
public int readInt()
throws JMSException
- Throws:
JMSException
readLong
public long readLong()
throws JMSException
- Throws:
JMSException
readFloat
public float readFloat()
throws JMSException
- Throws:
JMSException
readDouble
public double readDouble()
throws JMSException
- Throws:
JMSException
readString
public String readString()
throws JMSException
- Throws:
JMSException
readBytes
public int readBytes(byte[] value)
throws JMSException
- Throws:
JMSException
readObject
public Object readObject()
throws JMSException
- Throws:
JMSException
writeBoolean
public void writeBoolean(boolean value)
throws JMSException
- Throws:
JMSException
writeByte
public void writeByte(byte value)
throws JMSException
- Throws:
JMSException
writeShort
public void writeShort(short value)
throws JMSException
- Throws:
JMSException
writeChar
public void writeChar(char value)
throws JMSException
- Throws:
JMSException
writeInt
public void writeInt(int value)
throws JMSException
- Throws:
JMSException
writeLong
public void writeLong(long value)
throws JMSException
- Throws:
JMSException
writeFloat
public void writeFloat(float value)
throws JMSException
- Throws:
JMSException
writeDouble
public void writeDouble(double value)
throws JMSException
- Throws:
JMSException
writeString
public void writeString(String value)
throws JMSException
- Throws:
JMSException
writeBytes
public void writeBytes(byte[] value)
throws JMSException
- Throws:
JMSException
writeBytes
public void writeBytes(byte[] value,
int offset,
int length)
throws JMSException
- Throws:
JMSException
writeObject
public void writeObject(Object value)
throws JMSException
- Throws:
JMSException
reset
public void reset()
throws JMSException
- Throws:
JMSException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.