Serialized Form
|
Package org.huihoo.jfox.ms.crb |
link
LinkServer link
|
Package org.huihoo.jfox.ms.crb.rmi |
firstInterceptor
Interceptor firstInterceptor
|
Package org.huihoo.jfox.ms.crb.socket |
serverSocketAddress
java.net.InetSocketAddress serverSocketAddress
socket
java.net.Socket socket
in
java.io.ObjectInputStream in
out
java.io.ObjectOutputStream out
status
boolean status
|
Package org.huihoo.jfox.ms.jms.base |
name
java.lang.String name
|
Package org.huihoo.jfox.ms.jms.message |
writeObject
public void writeObject(java.lang.Object value)
throws javax.jms.JMSException
- Writes an object to the bytes message stream.
This method works only for the objectified primitive object types (
Integer,Double,Long
...), String objects, and byte arrays.
- Throws:
javax.jms.JMSException - if the JMS provider fails to write the message due to
some internal error.
javax.jms.MessageFormatException - if the object is of an invalid type.
javax.jms.MessageNotWriteableException - if the message is in read-only mode.
java.lang.NullPointerException - if the parameter value is null.- See Also:
BytesMessage.writeObject(Object)
dos
java.io.DataOutputStream dos
dis
java.io.DataInputStream dis
baos
java.io.ByteArrayOutputStream baos
bais
java.io.ByteArrayInputStream bais
buffer
byte[] buffer
map
java.util.HashMap map
messageHeader
MessageHeader messageHeader
messageProperties
MessageProperties messageProperties
propertiesModifiable
boolean propertiesModifiable
bodyModifiable
boolean bodyModifiable
body
byte[] body
readObject
public java.lang.Object readObject()
throws javax.jms.JMSException
- Reads an object from the stream message.
This method can be used to return, in objectified format, an object in
the Java programming language ("Java object") that has been written to
the stream with the equivalent writeObject method call,
or its equivalent primitive write type method.
Note that byte values are returned as byte[], not
Byte[].
An attempt to call readObject to read a byte field value
into a new byte[] object before the full value of the
byte field has been read will throw a MessageFormatException
.
- Throws:
javax.jms.JMSException - if the JMS provider fails to read the message due to some
internal error.
javax.jms.MessageEOFException - if unexpected end of message stream has been reached.
javax.jms.MessageFormatException - if this type conversion is invalid.
javax.jms.MessageNotReadableException - if the message is in write-only mode.- See Also:
StreamMessageImpl.readBytes(byte[] value),
StreamMessage.readObject()
writeObject
public void writeObject(java.lang.Object value)
throws javax.jms.JMSException
- Writes an object to the stream message.
This method works only for the objectified primitive object types (
Integer,Double,Long
...), String objects, and byte arrays.
- Throws:
javax.jms.JMSException - if the JMS provider fails to write the message due to
some internal error.
javax.jms.MessageFormatException - if the object is invalid.
javax.jms.MessageNotWriteableException - if the message is in read-only mode.- See Also:
StreamMessage.writeObject(Object)
dos
java.io.DataOutputStream dos
dis
java.io.DataInputStream dis
baos
java.io.ByteArrayOutputStream baos
bais
java.io.ByteArrayInputStream bais
buffer
byte[] buffer
readBytes
int readBytes
byteArrayLength
int byteArrayLength
text
java.lang.String text
|
Package org.huihoo.jfox.ms.jms.util |
|
Package org.huihoo.jfox.ms.jms.topic |
|
Package org.huihoo.jfox.ms.jms.queue |
connection
ConnectionImpl connection
name
java.lang.String name
Copyright © 2002-2003 Open Enterprise Foundation. All Rights Reserved.