|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.jms.message.MessageImpl
com.caucho.jms.message.StreamMessageImpl
public class StreamMessageImpl
A stream message.
| Field Summary |
|---|
| Fields inherited from class com.caucho.jms.message.MessageImpl |
|---|
L, log |
| Fields inherited from interface javax.jms.Message |
|---|
DEFAULT_DELIVERY_MODE, DEFAULT_PRIORITY, DEFAULT_TIME_TO_LIVE |
| Constructor Summary | |
|---|---|
StreamMessageImpl()
|
|
| Method Summary | |
|---|---|
java.io.InputStream |
bodyToInputStream()
Serialize the body to an input stream. |
void |
clearBody()
Clears the message and puts it into write mode. |
MessageImpl |
copy()
|
protected void |
copy(StreamMessageImpl newMsg)
|
MessageType |
getType()
Returns the type enumeration. |
void |
readBody(java.io.InputStream is)
Read the body from an input stream. |
boolean |
readBoolean()
Read a boolean from the stream. |
byte |
readByte()
Read a byte from the stream. |
int |
readBytes(byte[] value)
Read a byte array object from the stream. |
char |
readChar()
Read a character object from the stream. |
double |
readDouble()
Read a double from the stream. |
float |
readFloat()
Read a float from the stream. |
int |
readInt()
Read an integer from the stream. |
long |
readLong()
Read a long from the stream. |
java.lang.Object |
readObject()
Reads the next object. |
short |
readShort()
Read a short from the stream. |
java.lang.String |
readString()
Read a string from the stream. |
void |
reset()
Set the stream for reading. |
void |
setReceive()
Sets the body for reading. |
java.lang.String |
toString()
|
void |
writeBoolean(boolean b)
Writes a boolean to the stream. |
void |
writeByte(byte b)
Writes a byte to the stream. |
void |
writeBytes(byte[] buf)
Writes a byte array to the stream. |
void |
writeBytes(byte[] buf,
int offset,
int length)
Writes a byte array to the stream. |
void |
writeChar(char ch)
Writes a character to the stream. |
void |
writeDouble(double d)
Writes a double to the stream. |
void |
writeFloat(float f)
Writes a float to the stream. |
void |
writeInt(int i)
Writes an integer to the stream. |
void |
writeLong(long l)
Writes a long to the stream. |
void |
writeObject(java.lang.Object obj)
Writes the next object. |
void |
writeShort(short s)
Writes a short to the stream. |
void |
writeString(java.lang.String s)
Writes a string to the stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StreamMessageImpl()
| Method Detail |
|---|
public MessageType getType()
getType in class MessageImpl
public void setReceive()
throws JMSException
setReceive in class MessageImplJMSException
public void reset()
throws JMSException
reset in interface StreamMessageJMSException
public boolean readBoolean()
throws JMSException
readBoolean in interface StreamMessageJMSException
public byte readByte()
throws JMSException
readByte in interface StreamMessageJMSException
public short readShort()
throws JMSException
readShort in interface StreamMessageJMSException
public int readInt()
throws JMSException
readInt in interface StreamMessageJMSException
public long readLong()
throws JMSException
readLong in interface StreamMessageJMSException
public float readFloat()
throws JMSException
readFloat in interface StreamMessageJMSException
public double readDouble()
throws JMSException
readDouble in interface StreamMessageJMSException
public char readChar()
throws JMSException
readChar in interface StreamMessageJMSException
public java.lang.String readString()
throws JMSException
readString in interface StreamMessageJMSException
public int readBytes(byte[] value)
throws JMSException
readBytes in interface StreamMessageJMSException
public java.lang.Object readObject()
throws JMSException
readObject in interface StreamMessageJMSException
public void clearBody()
throws JMSException
clearBody in interface MessageclearBody in class MessageImplJMSException
public void writeBoolean(boolean b)
throws JMSException
writeBoolean in interface StreamMessageJMSException
public void writeByte(byte b)
throws JMSException
writeByte in interface StreamMessageJMSException
public void writeShort(short s)
throws JMSException
writeShort in interface StreamMessageJMSException
public void writeInt(int i)
throws JMSException
writeInt in interface StreamMessageJMSException
public void writeLong(long l)
throws JMSException
writeLong in interface StreamMessageJMSException
public void writeFloat(float f)
throws JMSException
writeFloat in interface StreamMessageJMSException
public void writeDouble(double d)
throws JMSException
writeDouble in interface StreamMessageJMSException
public void writeString(java.lang.String s)
throws JMSException
writeString in interface StreamMessageJMSException
public void writeChar(char ch)
throws JMSException
writeChar in interface StreamMessageJMSException
public void writeBytes(byte[] buf)
throws JMSException
writeBytes in interface StreamMessageJMSException
public void writeBytes(byte[] buf,
int offset,
int length)
throws JMSException
writeBytes in interface StreamMessageJMSException
public void writeObject(java.lang.Object obj)
throws JMSException
writeObject in interface StreamMessageJMSExceptionpublic MessageImpl copy()
copy in class MessageImplprotected void copy(StreamMessageImpl newMsg)
public java.io.InputStream bodyToInputStream()
throws java.io.IOException
bodyToInputStream in class MessageImpljava.io.IOException
public void readBody(java.io.InputStream is)
throws java.io.IOException,
JMSException
readBody in class MessageImpljava.io.IOException
JMSExceptionpublic java.lang.String toString()
toString in class MessageImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||