A B C D E F G I J L M O P Q R S T U W

A

acknowledge() - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
 
addConsumer(MessageConsumerImpl) - Method in class org.huihoo.jfox.ms.jms.base.SessionImpl
Add the specified receiver to the list of managed receivers.
addReceiver(QueueReceiverImpl) - Method in class org.huihoo.jfox.ms.jms.queue.QueueSessionImpl
Add the specified receiver to the list of managed receivers.
addSession(SessionImpl) - Method in class org.huihoo.jfox.ms.jms.base.ConnectionImpl
Add the specified session to the list of managed sessions
addSubscriber() - Method in interface org.huihoo.jfox.ms.crb.Interceptor
 
addSubscriber() - Method in class org.huihoo.jfox.ms.crb.TestInterceptor
 
authenticate(String, String) - Method in interface org.huihoo.jfox.ms.crb.Interceptor
Authenticate the user.
authenticate(String, String) - Method in interface org.huihoo.jfox.ms.crb.LinkServer
Authenticate the user.
authenticate(String, String) - Method in class org.huihoo.jfox.ms.crb.TestInterceptor
Authenticate the user.
authenticate(String, String) - Method in class org.huihoo.jfox.ms.crb.rmi.RMILinkServer
Authenticate the user.
authenticate(String, String) - Method in class org.huihoo.jfox.ms.crb.socket.SocketLinkServer
Authenticate the user.

B

BytesMessageImpl - class org.huihoo.jfox.ms.jms.message.BytesMessageImpl.
A StreamMessage object is used to send a stream of primitive types in the Java programming language.
BytesMessageImpl() - Constructor for class org.huihoo.jfox.ms.jms.message.BytesMessageImpl
Default constructor.
bindJNDIRef() - Method in class org.huihoo.jfox.ms.crb.LinkServerService
Binds the connection factory to JDNI tree
browse(Destination, String) - Method in interface org.huihoo.jfox.ms.crb.Interceptor
Browse message on given destination
browse(Destination, String) - Method in interface org.huihoo.jfox.ms.crb.LinkServer
Browse message on given destination
browse(Destination, String) - Method in class org.huihoo.jfox.ms.crb.TestInterceptor
Browse message on given destination
browse(Destination, String) - Method in class org.huihoo.jfox.ms.crb.rmi.RMILinkServer
Browse message on given destination
browse(Destination, String) - Method in class org.huihoo.jfox.ms.crb.socket.SocketLinkServer
Browse message on given destination

C

ConnectionFactoryImpl - class org.huihoo.jfox.ms.jms.base.ConnectionFactoryImpl.
Implementation of javax.jms.ConnectionFactory
ConnectionFactoryImpl() - Constructor for class org.huihoo.jfox.ms.jms.base.ConnectionFactoryImpl
 
ConnectionFactoryImpl(String) - Constructor for class org.huihoo.jfox.ms.jms.base.ConnectionFactoryImpl
 
ConnectionFactoryObjectFactory - class org.huihoo.jfox.ms.jms.base.ConnectionFactoryObjectFactory.
This factory object implements the ObjectFactory interface and is used to resolve a reference to a connection factory.
ConnectionFactoryObjectFactory() - Constructor for class org.huihoo.jfox.ms.jms.base.ConnectionFactoryObjectFactory
Default Consturctor
ConnectionImpl - class org.huihoo.jfox.ms.jms.base.ConnectionImpl.
Description: This class implements javax.jms.Connection.
ConnectionImpl(ConnectionFactoryImpl, String, String) - Constructor for class org.huihoo.jfox.ms.jms.base.ConnectionImpl
 
ConnectionMetaDataImpl - class org.huihoo.jfox.ms.jms.base.ConnectionMetaDataImpl.
A ConnectionMetaData object provides information describing the Connection object.
ConnectionMetaDataImpl() - Constructor for class org.huihoo.jfox.ms.jms.base.ConnectionMetaDataImpl
 
CorrelationID - class org.huihoo.jfox.ms.jms.message.CorrelationID.
This class implements message header fields CorrelationID for messages.
CorrelationID() - Constructor for class org.huihoo.jfox.ms.jms.message.CorrelationID
Default Constructor.
CorrelationID(String) - Constructor for class org.huihoo.jfox.ms.jms.message.CorrelationID
Create CorrelationID with string ID.
CorrelationID(byte[]) - Constructor for class org.huihoo.jfox.ms.jms.message.CorrelationID
Create CorrelationID with bytes ID.
checkID(String) - Method in interface org.huihoo.jfox.ms.crb.Interceptor
Check if clientID is a valid ID
checkID(String) - Method in interface org.huihoo.jfox.ms.crb.LinkServer
Check if clientID is a valid ID
checkID(String) - Method in class org.huihoo.jfox.ms.crb.TestInterceptor
Check if clientID is a valid ID
checkID(String) - Method in class org.huihoo.jfox.ms.crb.rmi.RMILinkServer
Check if clientID is a valid ID
checkID(String) - Method in class org.huihoo.jfox.ms.crb.socket.SocketLinkServer
Check if clientID is a valid ID
clearBody() - Method in class org.huihoo.jfox.ms.jms.message.BytesMessageImpl
Sets the object reference in the message to null and sets the message to modifiable.
clearBody() - Method in class org.huihoo.jfox.ms.jms.message.MapMessageImpl
Clear out the message body.
clearBody() - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
Clears out the message body.
clearBody() - Method in class org.huihoo.jfox.ms.jms.message.ObjectMessageImpl
Sets the object reference in the message to null and toggles the message to read/write state.
clearBody() - Method in class org.huihoo.jfox.ms.jms.message.StreamMessageImpl
Sets the object reference in the message to null and sets the message to modifiable.
clearBody() - Method in class org.huihoo.jfox.ms.jms.message.TextMessageImpl
Clear out the message body.
clearProperties() - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
Clears a message's properties.
clearProperties() - Method in class org.huihoo.jfox.ms.jms.message.MessageProperties
Clear any values contained in the properties section of the message.
clone() - Method in class org.huihoo.jfox.ms.crb.socket.SocketLinkServer
 
cloneLinkServer() - Method in interface org.huihoo.jfox.ms.crb.LinkServer
 
cloneLinkServer() - Method in class org.huihoo.jfox.ms.crb.rmi.RMILinkServer
 
cloneLinkServer() - Method in class org.huihoo.jfox.ms.crb.socket.SocketLinkServer
 
close() - Method in class org.huihoo.jfox.ms.crb.LinkServerService
close service
close() - Method in class org.huihoo.jfox.ms.jms.base.ConnectionImpl
Closes the connection.
close() - Method in class org.huihoo.jfox.ms.jms.base.MessageConsumerImpl
Closes the message consumer.
close() - Method in class org.huihoo.jfox.ms.jms.base.MessageProducerImpl
Closes the message producer.
close() - Method in class org.huihoo.jfox.ms.jms.base.SessionImpl
Closes the session.
close() - Method in class org.huihoo.jfox.ms.jms.queue.QueueBrowserImpl
Closes the QueueBrowser.
close() - Method in class org.huihoo.jfox.ms.jms.queue.QueueSenderImpl
Closes the queue sender.
closeConnection() - Method in interface org.huihoo.jfox.ms.crb.Interceptor
The client close the connection.
closeConnection() - Method in interface org.huihoo.jfox.ms.crb.LinkServer
The client close the connection.
closeConnection() - Method in class org.huihoo.jfox.ms.crb.TestInterceptor
The client close the connection.
closeConnection() - Method in class org.huihoo.jfox.ms.crb.rmi.RMILinkServer
not finished
closeConnection() - Method in class org.huihoo.jfox.ms.crb.socket.SocketLinkServer
The client close the connection.
commit() - Method in class org.huihoo.jfox.ms.jms.base.SessionImpl
Commits all messages done in this transaction and releases any locks currently held.
connectionFactoryJNDIRef - Variable in class org.huihoo.jfox.ms.crb.LinkServerService
 
createBrowser(Queue) - Method in class org.huihoo.jfox.ms.jms.queue.QueueSessionImpl
Creates a QueueBrowser object to peek at the messages on the specified queue.
createBrowser(Queue, String) - Method in class org.huihoo.jfox.ms.jms.queue.QueueSessionImpl
Creates a QueueBrowser object to peek at the messages on the specified queue using a message selector.
createBytesMessage() - Method in class org.huihoo.jfox.ms.jms.base.SessionImpl
Creates a BytesMessage object.
createConnection() - Method in class org.huihoo.jfox.ms.crb.socket.SocketLinkServer
 
createConnectionConsumer(Queue, String, ServerSessionPool, int) - Method in class org.huihoo.jfox.ms.jms.queue.QueueConnectionImpl
Creates a QueueSession object.
createConnectionConsumer(Topic, String, ServerSessionPool, int) - Method in class org.huihoo.jfox.ms.jms.topic.TopicConnectionImpl
 
createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class org.huihoo.jfox.ms.jms.topic.TopicConnectionImpl
 
createDurableSubscriber(Topic, String) - Method in class org.huihoo.jfox.ms.jms.topic.TopicSessionImpl
 
createDurableSubscriber(Topic, String, String, boolean) - Method in class org.huihoo.jfox.ms.jms.topic.TopicSessionImpl
 
createMapMessage() - Method in class org.huihoo.jfox.ms.jms.base.SessionImpl
Creates a MapMessage object.
createMessage() - Method in class org.huihoo.jfox.ms.jms.base.SessionImpl
Creates a Message object.
createObjectMessage() - Method in class org.huihoo.jfox.ms.jms.base.SessionImpl
Creates an ObjectMessage object.
createObjectMessage(Serializable) - Method in class org.huihoo.jfox.ms.jms.base.SessionImpl
Creates an initialized ObjectMessage object.
createPublisher(Topic) - Method in class org.huihoo.jfox.ms.jms.topic.TopicSessionImpl
 
createQueue(String) - Method in interface org.huihoo.jfox.ms.crb.Interceptor
Create a queue identity
createQueue(String) - Method in interface org.huihoo.jfox.ms.crb.LinkServer
Create a queue identity
createQueue(String) - Method in class org.huihoo.jfox.ms.crb.TestInterceptor
Create a queue identity
createQueue(String) - Method in class org.huihoo.jfox.ms.crb.rmi.RMILinkServer
Create a queue identity
createQueue(String) - Method in class org.huihoo.jfox.ms.crb.socket.SocketLinkServer
Create a queue identity
createQueue(String) - Method in class org.huihoo.jfox.ms.jms.queue.QueueSessionImpl
Create a reference to a queue with given a Queue name.
createQueueConnection() - Method in class org.huihoo.jfox.ms.jms.queue.QueueConnectionFactoryImpl
Create a queue connection using no user credentials.
createQueueConnection(String, String) - Method in class org.huihoo.jfox.ms.jms.queue.QueueConnectionFactoryImpl
Create a queue connection using the supplied user credentials for the connection.
createQueueSession(boolean, int) - Method in class org.huihoo.jfox.ms.jms.queue.QueueConnectionImpl
Creates a connection consumer for this connection (optional operation).
createReceiver(Queue) - Method in class org.huihoo.jfox.ms.jms.queue.QueueSessionImpl
Creates a QueueSender object to send messages to the specified queue.
createReceiver(Queue, String) - Method in class org.huihoo.jfox.ms.jms.queue.QueueSessionImpl
 
createSender(Queue) - Method in class org.huihoo.jfox.ms.jms.queue.QueueSessionImpl
Create a QueueSender object to send messages to the specified queue.
createStreamMessage() - Method in class org.huihoo.jfox.ms.jms.base.SessionImpl
Creates a StreamMessage object.
createSubscriber(Topic) - Method in class org.huihoo.jfox.ms.jms.topic.TopicSessionImpl
 
createSubscriber(Topic, String, boolean) - Method in class org.huihoo.jfox.ms.jms.topic.TopicSessionImpl
 
createTemporaryQueue() - Method in interface org.huihoo.jfox.ms.crb.Interceptor
Gets the TemporaryQueue
createTemporaryQueue() - Method in interface org.huihoo.jfox.ms.crb.LinkServer
Gets the TemporaryQueue
createTemporaryQueue() - Method in class org.huihoo.jfox.ms.crb.TestInterceptor
Gets the TemporaryQueue
createTemporaryQueue() - Method in class org.huihoo.jfox.ms.crb.rmi.RMILinkServer
Gets the TemporaryQueue
createTemporaryQueue() - Method in class org.huihoo.jfox.ms.crb.socket.SocketLinkServer
Gets the TemporaryQueue
createTemporaryQueue() - Method in class org.huihoo.jfox.ms.jms.queue.QueueSessionImpl
Creates a TemporaryQueue object.
createTemporaryTopic() - Method in interface org.huihoo.jfox.ms.crb.Interceptor
Gets the TemporaryTopic
createTemporaryTopic() - Method in interface org.huihoo.jfox.ms.crb.LinkServer
Gets the TemporaryTopic
createTemporaryTopic() - Method in class org.huihoo.jfox.ms.crb.TestInterceptor
Gets the TemporaryTopic
createTemporaryTopic() - Method in class org.huihoo.jfox.ms.crb.rmi.RMILinkServer
Gets the TemporaryTopic
createTemporaryTopic() - Method in class org.huihoo.jfox.ms.crb.socket.SocketLinkServer
Gets the TemporaryTopic
createTemporaryTopic() - Method in class org.huihoo.jfox.ms.jms.topic.TopicSessionImpl
 
createTextMessage() - Method in class org.huihoo.jfox.ms.jms.base.SessionImpl
Creates a TextMessage object.
createTextMessage(String) - Method in class org.huihoo.jfox.ms.jms.base.SessionImpl
Creates an initialized TextMessage object.
createTopic(String) - Method in interface org.huihoo.jfox.ms.crb.Interceptor
Create a topic identity
createTopic(String) - Method in interface org.huihoo.jfox.ms.crb.LinkServer
Create a topic identity
createTopic(String) - Method in class org.huihoo.jfox.ms.crb.TestInterceptor
Create a topic identity
createTopic(String) - Method in class org.huihoo.jfox.ms.crb.rmi.RMILinkServer
Create a topic identity
createTopic(String) - Method in class org.huihoo.jfox.ms.crb.socket.SocketLinkServer
Create a topic identity
createTopic(String) - Method in class org.huihoo.jfox.ms.jms.topic.TopicSessionImpl
 
createTopicConnection() - Method in class org.huihoo.jfox.ms.jms.topic.TopicConnectionFactoryImpl
 
createTopicConnection(String, String) - Method in class org.huihoo.jfox.ms.jms.topic.TopicConnectionFactoryImpl
 
createTopicSession(boolean, int) - Method in class org.huihoo.jfox.ms.jms.topic.TopicConnectionImpl
 

D

DeliveryModeImpl - class org.huihoo.jfox.ms.jms.base.DeliveryModeImpl.
This class implements javax.jms.DeliveryMode.
DeliveryModeImpl() - Constructor for class org.huihoo.jfox.ms.jms.base.DeliveryModeImpl
Default constructor without param.
DeliveryModeImpl(int) - Constructor for class org.huihoo.jfox.ms.jms.base.DeliveryModeImpl
Create DeliveryModeImpl with defaultDeliveryMode.
DestinationImpl - class org.huihoo.jfox.ms.jms.base.DestinationImpl.
This class implements javax.jms.Destination.
DestinationImpl() - Constructor for class org.huihoo.jfox.ms.jms.base.DestinationImpl
 
DestinationImpl(String) - Constructor for class org.huihoo.jfox.ms.jms.base.DestinationImpl
Create DestinationImpl with given name.
DestinationManager - class org.huihoo.jfox.ms.management.DestinationManager.
 
DestinationManager() - Constructor for class org.huihoo.jfox.ms.management.DestinationManager
 
DestinationObjectFactory - class org.huihoo.jfox.ms.jms.base.DestinationObjectFactory.
This class implements javax.naming.spi.ObjectFactory.
DestinationObjectFactory() - Constructor for class org.huihoo.jfox.ms.jms.base.DestinationObjectFactory
 
defaultDeliveryMode - Variable in class org.huihoo.jfox.ms.jms.base.MessageProducerImpl
 
defaultPriority - Variable in class org.huihoo.jfox.ms.jms.base.MessageProducerImpl
 
defaultTimeToLive - Variable in class org.huihoo.jfox.ms.jms.base.MessageProducerImpl
 
delete() - Method in class org.huihoo.jfox.ms.jms.queue.TemporaryQueueImpl
Deletes this temporary queue.
delete() - Method in class org.huihoo.jfox.ms.jms.topic.TemporaryTopicImpl
 
deleteTemporaryDestination(Destination) - Method in interface org.huihoo.jfox.ms.crb.Interceptor
Delete a temporary destination from server
deleteTemporaryDestination(Destination) - Method in interface org.huihoo.jfox.ms.crb.LinkServer
Delete a temporary destination from server
deleteTemporaryDestination(Destination) - Method in class org.huihoo.jfox.ms.crb.TestInterceptor
Delete a temporary destination from server
deleteTemporaryDestination(Destination) - Method in class org.huihoo.jfox.ms.crb.rmi.RMILinkServer
Delete a temporary destination from server
deleteTemporaryDestination(Destination) - Method in class org.huihoo.jfox.ms.crb.socket.SocketLinkServer
Delete a temporary destination from server
disableMessageID - Variable in class org.huihoo.jfox.ms.jms.base.MessageProducerImpl
 
disableMessageTimestamp - Variable in class org.huihoo.jfox.ms.jms.base.MessageProducerImpl
 

E

Expiration - class org.huihoo.jfox.ms.jms.message.Expiration.
Message Expiration.
Expiration() - Constructor for class org.huihoo.jfox.ms.jms.message.Expiration
Default Constructor
Expiration(long) - Constructor for class org.huihoo.jfox.ms.jms.message.Expiration
Create Expiration with time to live.
endServer() - Method in class org.huihoo.jfox.ms.crb.LinkServerService
 
endServer() - Method in class org.huihoo.jfox.ms.crb.rmi.RMILinkServerService
 
endServer() - Method in class org.huihoo.jfox.ms.crb.socket.SocketLinkServerService
 

F

FormatHelper - class org.huihoo.jfox.ms.jms.message.FormatHelper.
A simple format converter helper class in order to help convert an Objec t type as per the table listed below.
FormatHelper() - Constructor for class org.huihoo.jfox.ms.jms.message.FormatHelper
 
firstInterceptor - Variable in class org.huihoo.jfox.ms.crb.LinkServerService
 

G

GenConnectionFactoryImpl - class org.huihoo.jfox.ms.crb.GenConnectionFactoryImpl.
only for test.It is simple implementation.
GenConnectionFactoryImpl(LinkServer) - Constructor for class org.huihoo.jfox.ms.crb.GenConnectionFactoryImpl
 
getAcknowledgeMode() - Method in class org.huihoo.jfox.ms.jms.base.SessionImpl
Retrieve the acknowledgement mode of this session.
getBoolean(Object) - Static method in class org.huihoo.jfox.ms.jms.message.FormatHelper
Convert value to boolean
getBoolean(String) - Method in class org.huihoo.jfox.ms.jms.message.MapMessageImpl
Returns the boolean value with the specified name.
getBooleanProperty(String) - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
Returns the value of the boolean property with the specified name.
getBooleanProperty(String) - Method in class org.huihoo.jfox.ms.jms.message.MessageProperties
Returns the value of the boolean property with the specified name.
getByte(Object) - Static method in class org.huihoo.jfox.ms.jms.message.FormatHelper
Convert value to byte
getByte(String) - Method in class org.huihoo.jfox.ms.jms.message.MapMessageImpl
Returns the byte value with the specified name.
getByteProperty(String) - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
Returns the value of the byte property with the specified name.
getByteProperty(String) - Method in class org.huihoo.jfox.ms.jms.message.MessageProperties
Returns the value of the byte property with the specified name.
getBytes(Object) - Static method in class org.huihoo.jfox.ms.jms.message.FormatHelper
Convert value to Bytes
getBytes(String) - Method in class org.huihoo.jfox.ms.jms.message.MapMessageImpl
Returns the byte array value with the specified name.
getBytesID() - Method in class org.huihoo.jfox.ms.jms.message.CorrelationID
Gets the byte correlation ID for the message.
getChar(Object) - Static method in class org.huihoo.jfox.ms.jms.message.FormatHelper
Convert value to char
getChar(String) - Method in class org.huihoo.jfox.ms.jms.message.MapMessageImpl
Returns the Unicode character value with the specified name.
getClientID() - Method in class org.huihoo.jfox.ms.jms.base.ConnectionImpl
 
getConnection() - Method in class org.huihoo.jfox.ms.jms.base.SessionImpl
Retrieve connection.
getConnectionFactoryJNDIRef() - Method in class org.huihoo.jfox.ms.crb.LinkServerService
 
getCurrentTime() - Method in class org.huihoo.jfox.ms.jms.util.JMSTimestamp
Return time as milliseconds since epoc.
getDeliveryMode() - Method in class org.huihoo.jfox.ms.jms.base.DeliveryModeImpl
Get Message DeliveryMode.
getDeliveryMode() - Method in class org.huihoo.jfox.ms.jms.base.MessageProducerImpl
Gets the producer's default delivery mode.
getDisableMessageID() - Method in class org.huihoo.jfox.ms.jms.base.MessageProducerImpl
Gets an indication of whether message IDs are disabled.
getDisableMessageTimestamp() - Method in class org.huihoo.jfox.ms.jms.base.MessageProducerImpl
Gets an indication of whether message timestamps are disabled.
getDouble(Object) - Static method in class org.huihoo.jfox.ms.jms.message.FormatHelper
Convert value to double
getDouble(String) - Method in class org.huihoo.jfox.ms.jms.message.MapMessageImpl
Returns the double value with the specified name.
getDoubleProperty(String) - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
Returns the value of the double property with the specified name.
getDoubleProperty(String) - Method in class org.huihoo.jfox.ms.jms.message.MessageProperties
Returns the value of the double property with the specified name.
getEnumeration() - Method in class org.huihoo.jfox.ms.jms.queue.QueueBrowserImpl
Gets an enumeration for browsing the current queue messages in the order they would be received.
getExceptionListener() - Method in class org.huihoo.jfox.ms.jms.base.ConnectionImpl
 
getExpiration() - Method in class org.huihoo.jfox.ms.jms.message.Expiration
Get message expiration.
getFloat(Object) - Static method in class org.huihoo.jfox.ms.jms.message.FormatHelper
Convert value to float
getFloat(String) - Method in class org.huihoo.jfox.ms.jms.message.MapMessageImpl
Returns the float value with the specified name.
getFloatProperty(String) - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
Returns the value of the float property with the specified name.
getFloatProperty(String) - Method in class org.huihoo.jfox.ms.jms.message.MessageProperties
Returns the value of the float property with the specified name.
getID() - Method in interface org.huihoo.jfox.ms.crb.Interceptor
Get a clientID from the server.
getID() - Method in interface org.huihoo.jfox.ms.crb.LinkServer
Get a clientID from the server.
getID() - Method in class org.huihoo.jfox.ms.crb.TestInterceptor
 
getID() - Method in class org.huihoo.jfox.ms.crb.rmi.RMILinkServer
Get a clientID from the server.
getID() - Method in class org.huihoo.jfox.ms.crb.socket.SocketLinkServer
Get a clientID from the server.
getInt(Object) - Static method in class org.huihoo.jfox.ms.jms.message.FormatHelper
Convert value to int
getInt(String) - Method in class org.huihoo.jfox.ms.jms.message.MapMessageImpl
Returns the int value with the specified name.
getIntProperty(String) - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
Returns the value of the int property with the specified name.
getIntProperty(String) - Method in class org.huihoo.jfox.ms.jms.message.MessageProperties
Returns the value of the int property with the specified name.
getJMSCorrelationID() - Method in class org.huihoo.jfox.ms.jms.message.MessageHeader
Gets the correlation ID for the message.
getJMSCorrelationID() - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
Gets the correlation ID for the message.
getJMSCorrelationIDAsBytes() - Method in class org.huihoo.jfox.ms.jms.message.MessageHeader
Gets the correlation ID as an array of bytes for the message.
getJMSCorrelationIDAsBytes() - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
Gets the correlation ID as an array of bytes for the message.
getJMSDeliveryMode() - Method in class org.huihoo.jfox.ms.jms.message.MessageHeader
Get the currently stored delivery mode.
getJMSDeliveryMode() - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
Gets the DeliveryMode value specified for this message.
getJMSDestination() - Method in class org.huihoo.jfox.ms.jms.message.MessageHeader
The destination field contains the destination to which the message is being sent.
getJMSDestination() - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
Gets the Destination object for this message.
getJMSExpiration() - Method in class org.huihoo.jfox.ms.jms.message.MessageHeader
Gets the message's expiration value.
getJMSExpiration() - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
Gets the message's expiration value.
getJMSMajorVersion() - Method in class org.huihoo.jfox.ms.jms.base.ConnectionMetaDataImpl
 
getJMSMessageID() - Method in class org.huihoo.jfox.ms.jms.message.MessageHeader
Gets the message ID.
getJMSMessageID() - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
Gets the message ID.
getJMSMinorVersion() - Method in class org.huihoo.jfox.ms.jms.base.ConnectionMetaDataImpl
 
getJMSPriority() - Method in class org.huihoo.jfox.ms.jms.message.MessageHeader
Gets the message defaultPriority level.
getJMSPriority() - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
Gets the message defaultPriority level.
getJMSProviderName() - Method in class org.huihoo.jfox.ms.jms.base.ConnectionMetaDataImpl
 
getJMSRedelivered() - Method in class org.huihoo.jfox.ms.jms.message.MessageHeader
Gets an indication of whether this message is being redelivered.
getJMSRedelivered() - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
Gets an indication of whether this message is being redelivered.
getJMSReplyTo() - Method in class org.huihoo.jfox.ms.jms.message.MessageHeader
Gets the Destination object to which a reply to this message should be sent.
getJMSReplyTo() - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
Gets the Destination object to which a reply to this message should be sent.
getJMSTimestamp() - Method in class org.huihoo.jfox.ms.jms.message.MessageHeader
Gets the message timestamp.
getJMSTimestamp() - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
Gets the message timestamp.
getJMSType() - Method in class org.huihoo.jfox.ms.jms.message.MessageHeader
Gets the message type identifier supplied by the client when the message was sent.
getJMSType() - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
Gets the message type identifier supplied by the client when the message was sent.
getJMSVersion() - Method in class org.huihoo.jfox.ms.jms.base.ConnectionMetaDataImpl
 
getJMSXPropertyNames() - Method in class org.huihoo.jfox.ms.jms.base.ConnectionMetaDataImpl
 
getLinkServer() - Method in class org.huihoo.jfox.ms.crb.GenConnectionFactoryImpl
 
getLinkServer() - Method in class org.huihoo.jfox.ms.crb.LinkServerService
return a concrete type of LinkServer
getLinkServer() - Method in class org.huihoo.jfox.ms.crb.rmi.RMILinkServerService
return a concrete type of LinkServer
getLinkServer() - Method in class org.huihoo.jfox.ms.crb.socket.SocketLinkServerService
return a concrete type of LinkServer
getLong(Object) - Static method in class org.huihoo.jfox.ms.jms.message.FormatHelper
Convert value to long
getLong(String) - Method in class org.huihoo.jfox.ms.jms.message.MapMessageImpl
Returns the long value with the specified name.
getLongProperty(String) - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
Returns the value of the long property with the specified name.
getLongProperty(String) - Method in class org.huihoo.jfox.ms.jms.message.MessageProperties
Returns the value of the long property with the specified name.
getMapNames() - Method in class org.huihoo.jfox.ms.jms.message.MapMessageImpl
Returns an Enumeration of all the names in the MapMessage object.
getMessageID() - Method in class org.huihoo.jfox.ms.jms.message.MessageID
Get Message ID
getMessageListener() - Method in class org.huihoo.jfox.ms.jms.base.MessageConsumerImpl
Gets the message consumer's MessageListener.
getMessageListener() - Method in class org.huihoo.jfox.ms.jms.base.SessionImpl
Returns the session's distinguished message listener (optional).
getMessageSelector() - Method in class org.huihoo.jfox.ms.jms.base.MessageConsumerImpl
Gets this message consumer's message selector expression.
getMessageSelector() - Method in class org.huihoo.jfox.ms.jms.queue.QueueBrowserImpl
Gets this queue browser's message selector expression.
getMetaData() - Method in class org.huihoo.jfox.ms.jms.base.ConnectionImpl
 
getName() - Method in class org.huihoo.jfox.ms.jms.base.DestinationImpl
Return destination name.
getNoLocal() - Method in class org.huihoo.jfox.ms.jms.topic.TopicSubscriberImpl
 
getObject(String) - Method in class org.huihoo.jfox.ms.jms.message.MapMessageImpl
Returns the value of the object with the specified name.
getObject() - Method in class org.huihoo.jfox.ms.jms.message.ObjectMessageImpl
Gets the serializable object containing this message's data.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.huihoo.jfox.ms.jms.base.ConnectionFactoryObjectFactory
Creates an object using the location or reference information specified.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.huihoo.jfox.ms.jms.base.DestinationObjectFactory
Called by JNDI to reconstruct a destination implementation from a remote reference stored in a namespace
getObjectProperty(String) - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
Returns the value of the Java object property with the specified name.
getObjectProperty(String) - Method in class org.huihoo.jfox.ms.jms.message.MessageProperties
Returns the value of the Java object property with the specified name.
getPriority() - Method in class org.huihoo.jfox.ms.jms.base.MessageProducerImpl
Gets the producer's default priority.
getPriority() - Method in class org.huihoo.jfox.ms.jms.message.Priority
Get message defaultPriority.
getPropertyNames() - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
Returns an Enumeration of all the property names.
getPropertyNames() - Method in class org.huihoo.jfox.ms.jms.message.MessageProperties
Returns an Enumeration of all the property names.
getProviderMajorVersion() - Method in class org.huihoo.jfox.ms.jms.base.ConnectionMetaDataImpl
 
getProviderMinorVersion() - Method in class org.huihoo.jfox.ms.jms.base.ConnectionMetaDataImpl
 
getProviderVersion() - Method in class org.huihoo.jfox.ms.jms.base.ConnectionMetaDataImpl
 
getQueue() - Method in class org.huihoo.jfox.ms.jms.queue.QueueBrowserImpl
Gets the queue associated with this queue browser.
getQueue() - Method in class org.huihoo.jfox.ms.jms.queue.QueueReceiverImpl
Gets the Queue associated with this queue receiver.
getQueue() - Method in class org.huihoo.jfox.ms.jms.queue.QueueSenderImpl
Retrieve a reference of queue destionation.
getQueueName() - Method in class org.huihoo.jfox.ms.jms.queue.QueueImpl
Retrieve the queue name of this queue object.
getReference() - Method in class org.huihoo.jfox.ms.jms.base.ConnectionFactoryImpl
GetReference method - to implement javax.naming.Refrenceable
getReference() - Method in class org.huihoo.jfox.ms.jms.base.DestinationImpl
 
getReference() - Method in class org.huihoo.jfox.ms.jms.queue.QueueImpl
Called by JNDI to construct a remote reference to this object that can be bound into a JNDI namespace.
getShort(Object) - Static method in class org.huihoo.jfox.ms.jms.message.FormatHelper
Convert value to short
getShort(String) - Method in class org.huihoo.jfox.ms.jms.message.MapMessageImpl
Returns the short value with the specified name.
getShortProperty(String) - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
Returns the value of the short property with the specified name.
getShortProperty(String) - Method in class org.huihoo.jfox.ms.jms.message.MessageProperties
Returns the value of the short property with the specified name.
getString(Object) - Static method in class org.huihoo.jfox.ms.jms.message.FormatHelper
Convert value to String
getString(String) - Method in class org.huihoo.jfox.ms.jms.message.MapMessageImpl
Returns the String value with the specified name.
getStringID() - Method in class org.huihoo.jfox.ms.jms.message.CorrelationID
Gets the String correlation ID for the message.
getStringProperty(String) - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
Returns the value of the String property with the specified name.
getStringProperty(String) - Method in class org.huihoo.jfox.ms.jms.message.MessageProperties
Returns the value of the String property with the specified name.
getText() - Method in class org.huihoo.jfox.ms.jms.message.TextMessageImpl
Return TextMessage body
getTimeToLive() - Method in class org.huihoo.jfox.ms.jms.base.MessageProducerImpl
Gets the default length of time in milliseconds from its dispatch time that a produced message should be retained by the message system.
getTopic() - Method in class org.huihoo.jfox.ms.jms.topic.TopicPublisherImpl
 
getTopic() - Method in class org.huihoo.jfox.ms.jms.topic.TopicSubscriberImpl
 
getTopicName() - Method in class org.huihoo.jfox.ms.jms.topic.TopicImpl
 
getTransacted() - Method in class org.huihoo.jfox.ms.jms.base.SessionImpl
Indicates whether the session is in transacted mode.
getType() - Method in class org.huihoo.jfox.ms.jms.message.MessageType
Get Message Type

I

Interceptor - interface org.huihoo.jfox.ms.crb.Interceptor.
Defines the interceptor interface.Among object on server,JMSDestinationManager is implements this interface.
initialize() - Method in class org.huihoo.jfox.ms.crb.rmi.RMILinkServerService
 
initialize() - Method in class org.huihoo.jfox.ms.crb.socket.SocketLinkServerService
 
isBodyModifiable() - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
Return true if the message body is modifiable, else it is in read-only mode.
isClosed() - Method in class org.huihoo.jfox.ms.jms.base.ConnectionImpl
Identify the connection state.
isClosed() - Method in class org.huihoo.jfox.ms.jms.base.MessageConsumerImpl
Indicates the status of this message consumer.
isClosed() - Method in class org.huihoo.jfox.ms.jms.base.MessageProducerImpl
Indicates the status of this message producer.
isClosed() - Method in class org.huihoo.jfox.ms.jms.base.SessionImpl
Indicates the status of this session.
isPropertiesModifiable() - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
Return true if the message properties are modifiable, else it is in read-only mode.
isStopped() - Method in class org.huihoo.jfox.ms.jms.base.ConnectionImpl
Identify the connection state.
isTransacted() - Method in class org.huihoo.jfox.ms.jms.base.SessionImpl
Indicates whether the session is in transacted mode.
itemExists(String) - Method in class org.huihoo.jfox.ms.jms.message.MapMessageImpl
Indicates whether an item exists in this MapMessage object.

J

JMSTimestamp - class org.huihoo.jfox.ms.jms.util.JMSTimestamp.
This class implements timestamp for Messages.
JMSTimestamp() - Constructor for class org.huihoo.jfox.ms.jms.util.JMSTimestamp
Default Constructor without param
JMSTimestamp(long) - Constructor for class org.huihoo.jfox.ms.jms.util.JMSTimestamp
Build JMSTimestamp with special time.

L

LinkServer - interface org.huihoo.jfox.ms.crb.LinkServer.
Defines the methods that can be called by a client on the server.
LinkServerRemote - interface org.huihoo.jfox.ms.crb.rmi.LinkServerRemote.
 
LinkServerService - class org.huihoo.jfox.ms.crb.LinkServerService.
Defines the service on server for transforming messages with client
LinkServerService() - Constructor for class org.huihoo.jfox.ms.crb.LinkServerService
 

M

MapMessageImpl - class org.huihoo.jfox.ms.jms.message.MapMessageImpl.
Description: A MapMessage object is used to send a set of name-value pairs.
MapMessageImpl() - Constructor for class org.huihoo.jfox.ms.jms.message.MapMessageImpl
Default constructor.
MessageConsumerImpl - class org.huihoo.jfox.ms.jms.base.MessageConsumerImpl.
This class implements the JMS message producer.
MessageConsumerImpl(SessionImpl, String) - Constructor for class org.huihoo.jfox.ms.jms.base.MessageConsumerImpl
 
MessageHeader - class org.huihoo.jfox.ms.jms.message.MessageHeader.
This class implements message header fields for messages.
MessageHeader() - Constructor for class org.huihoo.jfox.ms.jms.message.MessageHeader
Default Constructor without param
MessageID - class org.huihoo.jfox.ms.jms.message.MessageID.
The MessageID field contains a value that uniquely identifies each message sent by a provider..
MessageID(String) - Constructor for class org.huihoo.jfox.ms.jms.message.MessageID
Create MessageID with special id
MessageID(int) - Constructor for class org.huihoo.jfox.ms.jms.message.MessageID
Construct a message id based on the delivery mode of the message
MessageImpl - class org.huihoo.jfox.ms.jms.message.MessageImpl.
This class implements the JMS Message.
MessageImpl() - Constructor for class org.huihoo.jfox.ms.jms.message.MessageImpl
 
MessageProducerImpl - class org.huihoo.jfox.ms.jms.base.MessageProducerImpl.
This class implements the JMS message producer.
MessageProducerImpl(SessionImpl) - Constructor for class org.huihoo.jfox.ms.jms.base.MessageProducerImpl
 
MessageProperties - class org.huihoo.jfox.ms.jms.message.MessageProperties.
Built-in facility for supporting property values.
MessageProperties() - Constructor for class org.huihoo.jfox.ms.jms.message.MessageProperties
 
MessageType - class org.huihoo.jfox.ms.jms.message.MessageType.
Message type identifier.
MessageType() - Constructor for class org.huihoo.jfox.ms.jms.message.MessageType
Default Constructor.
MessageType(String) - Constructor for class org.huihoo.jfox.ms.jms.message.MessageType
Create Message Type with special type.
main(String[]) - Static method in class org.huihoo.jfox.ms.crb.rmi.RMILinkServer
only for test
main(String[]) - Static method in class org.huihoo.jfox.ms.crb.rmi.RMILinkServerService
for test
main(String[]) - Static method in class org.huihoo.jfox.ms.crb.socket.SocketLinkServer
only for test
main(String[]) - Static method in class org.huihoo.jfox.ms.crb.socket.SocketLinkServerService
only for test

O

ObjectMessageImpl - class org.huihoo.jfox.ms.jms.message.ObjectMessageImpl.
This class provides an implementation of the JMS ObjectMessage.
ObjectMessageImpl() - Constructor for class org.huihoo.jfox.ms.jms.message.ObjectMessageImpl
Default constructor
org.huihoo.jfox.ms.crb - package org.huihoo.jfox.ms.crb
 
org.huihoo.jfox.ms.crb.rmi - package org.huihoo.jfox.ms.crb.rmi
 
org.huihoo.jfox.ms.crb.socket - package org.huihoo.jfox.ms.crb.socket
 
org.huihoo.jfox.ms.jms.base - package org.huihoo.jfox.ms.jms.base
 
org.huihoo.jfox.ms.jms.message - package org.huihoo.jfox.ms.jms.message
 
org.huihoo.jfox.ms.jms.queue - package org.huihoo.jfox.ms.jms.queue
 
org.huihoo.jfox.ms.jms.topic - package org.huihoo.jfox.ms.jms.topic
 
org.huihoo.jfox.ms.jms.util - package org.huihoo.jfox.ms.jms.util
 
org.huihoo.jfox.ms.management - package org.huihoo.jfox.ms.management
 

P

PERSISTENT_PREFIX - Static variable in class org.huihoo.jfox.ms.jms.message.MessageID
 
PREFIX - Static variable in class org.huihoo.jfox.ms.jms.message.MessageID
 
Priority - class org.huihoo.jfox.ms.jms.message.Priority.
Message Priority.
Priority() - Constructor for class org.huihoo.jfox.ms.jms.message.Priority
Default Constructor.
Priority(int) - Constructor for class org.huihoo.jfox.ms.jms.message.Priority
Create Priority with speical defaultPriority.
propertyExists(String) - Method in class org.huihoo.jfox.ms.jms.message.MessageImpl
Indicates whether a property value exists.
propertyExists(String) - Method in class org.huihoo.jfox.ms.jms.message.MessageProperties
Determine if the specified property exists.
publish(Message) - Method in class org.huihoo.jfox.ms.jms.topic.TopicPublisherImpl
 
publish(Message, int, int, long) - Method in class org.huihoo.jfox.ms.jms.topic.TopicPublisherImpl
 
publish(Topic, Message) - Method in class org.huihoo.jfox.ms.jms.topic.TopicPublisherImpl
 
publish(Topic, Message, int, int, long) - Method in class org.huihoo.jfox.ms.jms.topic.TopicPublisherImpl
 

Q

QUEUE - Static variable in class org.huihoo.jfox.ms.jms.base.DestinationImpl
 
QueueBrowserImpl - class org.huihoo.jfox.ms.jms.queue.QueueBrowserImpl.
A client uses a QueueBrowser object to look at messages on a queue without removing them.
QueueBrowserImpl() - Constructor for class org.huihoo.jfox.ms.jms.queue.QueueBrowserImpl
 
QueueConnectionFactoryImpl - class org.huihoo.jfox.ms.jms.queue.QueueConnectionFactoryImpl.
A client uses a QueueConnectionFactory object to create QueueConnection objects with a point-to-point JMS provider.
QueueConnectionFactoryImpl(String) - Constructor for class org.huihoo.jfox.ms.jms.queue.QueueConnectionFactoryImpl
 
QueueConnectionImpl - class org.huihoo.jfox.ms.jms.queue.QueueConnectionImpl.
A QueueConnection object is an active connection to a point-to-point JMS provider.
QueueConnectionImpl(QueueConnectionFactoryImpl, String, String) - Constructor for class org.huihoo.jfox.ms.jms.queue.QueueConnectionImpl
 
QueueImpl - class org.huihoo.jfox.ms.jms.queue.QueueImpl.
This class implements the JMS queue.
QueueImpl(String) - Constructor for class org.huihoo.jfox.ms.jms.queue.QueueImpl
Build QueueImpl with given name.
QueueReceiverImpl - class org.huihoo.jfox.ms.jms.queue.QueueReceiverImpl.
This class implements the JMS queue receiver.
QueueReceiverImpl(SessionImpl, Queue, String) - Constructor for class org.huihoo.jfox.ms.jms.queue.QueueReceiverImpl
 
QueueSenderImpl - class org.huihoo.jfox.ms.jms.queue.QueueSenderImpl.
This class implements the JMS queue sender.
QueueSenderImpl(QueueSessionImpl, Queue) - Constructor for class org.huihoo.jfox.ms.jms.queue.QueueSenderImpl
 
QueueSessionImpl - class org.huihoo.jfox.ms.jms.queue.QueueSessionImpl.
This class implements the JMS queue session.
QueueSessionImpl(ConnectionImpl, boolean, int) - Constructor for class org.huihoo.jfox.ms.jms.queue.QueueSessionImpl
 

R

RMILinkServer - class org.huihoo.jfox.ms.crb.rmi.RMILinkServer.
Defines the methods that can be called by a client on the server.
RMILinkServer(Interceptor, int) - Constructor for class org.huihoo.jfox.ms.crb.rmi.RMILinkServer
Constructor for the RMILinkServer object
RMILinkServerService - class org.huihoo.jfox.ms.crb.rmi.RMILinkServerService.
Defines the service on server for transforming messages with client
RMILinkServerService() - Constructor for class org.huihoo.jfox.ms.crb.rmi.RMILinkServerService
 
readBoolean() - Method in class org.huihoo.jfox.ms.jms.message.BytesMessageImpl
Reads a boolean from the bytes message stream.
readBoolean() - Method in class org.huihoo.jfox.ms.jms.message.StreamMessageImpl
Reads a boolean from the stream message.
readByte() - Method in class org.huihoo.jfox.ms.jms.message.BytesMessageImpl
Reads a signed 8-bit value from the bytes message stream.
readByte() - Method in class org.huihoo.jfox.ms.jms.message.StreamMessageImpl
Reads a byte value from the stream message.
readBytes(byte[]) - Method in class org.huihoo.jfox.ms.jms.message.BytesMessageImpl
Reads a byte array from the bytes message stream.
readBytes(byte[], int) - Method in class org.huihoo.jfox.ms.jms.message.BytesMessageImpl
Reads a portion of the bytes message stream.
readBytes(byte[]) - Method in class org.huihoo.jfox.ms.jms.message.StreamMessageImpl
Reads a byte array field from the stream message into the specified byte[] object (the read buffer).
readChar() - Method in class org.huihoo.jfox.ms.jms.message.BytesMessageImpl
Reads a Unicode character value from the bytes message stream.
readChar() - Method in class org.huihoo.jfox.ms.jms.message.StreamMessageImpl
Reads a Unicode character value from the stream message.
readDouble() - Method in class org.huihoo.jfox.ms.jms.message.BytesMessageImpl
Reads a double from the bytes message stream.
readDouble() - Method in class org.huihoo.jfox.ms.jms.message.StreamMessageImpl
Reads a double from the stream message.
readFloat() - Method in class org.huihoo.jfox.ms.jms.message.BytesMessageImpl
Reads a float from the bytes message stream.
readFloat() - Method in class org.huihoo.jfox.ms.jms.message.StreamMessageImpl
Reads a float from the stream message.
readInt() - Method in class org.huihoo.jfox.ms.jms.message.BytesMessageImpl
Reads a signed 32-bit integer from the bytes message stream.
readInt() - Method in class org.huihoo.jfox.ms.jms.message.StreamMessageImpl
Reads a 32-bit integer from the stream message.
readLong() - Method in class org.huihoo.jfox.ms.jms.message.BytesMessageImpl
Reads a signed 64-bit integer from the bytes message stream.
readLong() - Method in class org.huihoo.jfox.ms.jms.message.StreamMessageImpl
Reads a 64-bit integer from the stream message.
readObject() - Method in class org.huihoo.jfox.ms.jms.message.StreamMessageImpl
Reads an object from the stream message.
readShort() - Method in class org.huihoo.jfox.ms.jms.message.BytesMessageImpl
Reads a signed 16-bit number from the bytes message stream.
readShort() - Method in class org.huihoo.jfox.ms.jms.message.StreamMessageImpl
Reads a 16-bit integer from the stream message.
readString() - Method in class org.huihoo.jfox.ms.jms.message.StreamMessageImpl
Reads a String from the stream message.
readUTF() - Method in class org.huihoo.jfox.ms.jms.message.BytesMes