| |
|
| java.lang.Object org.jboss.resource.adapter.jms.JmsMessage org.jboss.resource.adapter.jms.JmsStreamMessage
JmsStreamMessage | public class JmsStreamMessage extends JmsMessage implements StreamMessage(Code) | | A wrapper for a message
author: Adrian Brock version: $Revision: 57189 $ |
JmsStreamMessage | public JmsStreamMessage(StreamMessage message, JmsSession session)(Code) | | Create a new wrapper
Parameters: message - the message Parameters: session - the session |
readBoolean | public boolean readBoolean() throws JMSException(Code) | | |
readByte | public byte readByte() throws JMSException(Code) | | |
readBytes | public int readBytes(byte[] value) throws JMSException(Code) | | |
readChar | public char readChar() throws JMSException(Code) | | |
readDouble | public double readDouble() throws JMSException(Code) | | |
readFloat | public float readFloat() throws JMSException(Code) | | |
readInt | public int readInt() throws JMSException(Code) | | |
readLong | public long readLong() throws JMSException(Code) | | |
readObject | public Object readObject() throws JMSException(Code) | | |
readShort | public short readShort() throws JMSException(Code) | | |
readString | public String readString() throws JMSException(Code) | | |
reset | public void reset() throws JMSException(Code) | | |
writeBoolean | public void writeBoolean(boolean value) throws JMSException(Code) | | |
writeByte | public void writeByte(byte value) throws JMSException(Code) | | |
writeBytes | public void writeBytes(byte[] value, int offset, int length) throws JMSException(Code) | | |
writeBytes | public void writeBytes(byte[] value) throws JMSException(Code) | | |
writeChar | public void writeChar(char value) throws JMSException(Code) | | |
writeDouble | public void writeDouble(double value) throws JMSException(Code) | | |
writeFloat | public void writeFloat(float value) throws JMSException(Code) | | |
writeInt | public void writeInt(int value) throws JMSException(Code) | | |
writeLong | public void writeLong(long value) throws JMSException(Code) | | |
writeObject | public void writeObject(Object value) throws JMSException(Code) | | |
writeShort | public void writeShort(short value) throws JMSException(Code) | | |
writeString | public void writeString(String value) throws JMSException(Code) | | |
|
|
|