Serialized Form


Package org.huihoo.jfox.ms.crb

Class org.huihoo.jfox.ms.crb.GenConnectionFactoryImpl extends java.lang.Object implements Serializable

Serialized Fields

link

LinkServer link


Package org.huihoo.jfox.ms.crb.rmi

Class org.huihoo.jfox.ms.crb.rmi.RMILinkServer extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

firstInterceptor

Interceptor firstInterceptor


Package org.huihoo.jfox.ms.crb.socket

Class org.huihoo.jfox.ms.crb.socket.SocketLinkServer extends java.lang.Object implements Serializable

Serialized Fields

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

Class org.huihoo.jfox.ms.jms.base.DestinationImpl extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name


Package org.huihoo.jfox.ms.jms.message

Class org.huihoo.jfox.ms.jms.message.BytesMessageImpl extends MessageImpl implements Serializable

Serialization Methods

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)
Serialized Fields

dos

java.io.DataOutputStream dos

dis

java.io.DataInputStream dis

baos

java.io.ByteArrayOutputStream baos

bais

java.io.ByteArrayInputStream bais

buffer

byte[] buffer

Class org.huihoo.jfox.ms.jms.message.MapMessageImpl extends MessageImpl implements Serializable

Serialized Fields

map

java.util.HashMap map

Class org.huihoo.jfox.ms.jms.message.MessageImpl extends java.lang.Object implements Serializable

Serialized Fields

messageHeader

MessageHeader messageHeader

messageProperties

MessageProperties messageProperties

propertiesModifiable

boolean propertiesModifiable

bodyModifiable

boolean bodyModifiable

Class org.huihoo.jfox.ms.jms.message.ObjectMessageImpl extends MessageImpl implements Serializable

Serialized Fields

body

byte[] body

Class org.huihoo.jfox.ms.jms.message.StreamMessageImpl extends MessageImpl implements Serializable

Serialization Methods

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)
Serialized Fields

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

Class org.huihoo.jfox.ms.jms.message.TextMessageImpl extends MessageImpl implements Serializable

Serialized Fields

text

java.lang.String text


Package org.huihoo.jfox.ms.jms.util

Class org.huihoo.jfox.ms.jms.util.JMSTimestamp extends java.util.Date implements Serializable


Package org.huihoo.jfox.ms.jms.topic

Class org.huihoo.jfox.ms.jms.topic.TemporaryTopicImpl extends TopicImpl implements Serializable

Class org.huihoo.jfox.ms.jms.topic.TopicImpl extends DestinationImpl implements Serializable


Package org.huihoo.jfox.ms.jms.queue

Class org.huihoo.jfox.ms.jms.queue.QueueConnectionFactoryImpl extends ConnectionFactoryImpl implements Serializable

Class org.huihoo.jfox.ms.jms.queue.QueueImpl extends DestinationImpl implements Serializable

Class org.huihoo.jfox.ms.jms.queue.TemporaryQueueImpl extends QueueImpl implements Serializable

Serialized Fields

connection

ConnectionImpl connection

name

java.lang.String name



Copyright © 2002-2003 Open Enterprise Foundation. All Rights Reserved.