Package org.objectweb.joram.shared.client

The org.objectweb.joram.shared.client package holds the request and reply objects used in the clients - platform interactions.

Class Summary

AbstractJmsReply An AbstractJmsReply is sent by a proxy to a Joram client as a reply to an AbstractJmsRequest.
AbstractJmsRequest An AbstractJmsRequest is a request sent by a Joram client to its proxy.
CnxCloseReply A CnxCloseReply replies to a CnxCloseRequest.
CnxCloseRequest A CnxCloseRequest is sent by a closing SOAP connection.
CnxConnectReply A CnxConnectReply is sent by a JMS proxy as a reply to a connection CnxConnectRequest and holds the connection's key and the proxy identifier.
CnxConnectRequest A CnxConnectRequest is sent by an opening Connection.
CnxStartRequest A CnxStartRequest request is sent by a starting Connection.
CnxStopRequest A CnxStopRequest is sent by a stopping Connection.
ConsumerAckRequest A ConsumerAckRequest instance is used by a MessageConsumer for acknowledging a received message.
ConsumerCloseSubRequest A ConsumerCloseSubRequest is sent by a closing durable TopicSubscriber.
ConsumerDenyRequest A ConsumerDenyRequest instance is used by a MessageConsumer for denying a received message.
ConsumerMessages A ConsumerMessages is used by a JMS proxy for sending messages to a consumer.
ConsumerReceiveRequest A ConsumerReceiveRequest is sent by a MessageConsumer when requesting a message.
ConsumerSetListRequest A ConsumerSetListRequest is sent by a MessageConsumer on which a message listener is set.
ConsumerSubRequest A ConsumerSubRequest is sent by a constructing MessageConsumer destinated to consume messages on a topic.
ConsumerUnsetListRequest A ConsumerUnsetListRequest is sent by a MessageConsumer which listener is unset.
ConsumerUnsubRequest A ConsumerUnsubRequest is sent by a closing temporary MessageConsumer on a topic, or by a Session unsubscribing a durable subscriber.
GetAdminTopicReply A GetAdminTopicReply is sent by an administrator proxy for notifying an administrator client of the identifier of the local admin topic.
GetAdminTopicRequest A GetAdminTopicRequest is sent by a session for retrieving the identifier of the local admin topic.
MomExceptionReply A MomExceptionReply instance is used by a JMS client proxy to send a MomException back to a JMS client.
PingRequest
ProducerMessages A ProducerMessages instance is sent by a MessageProducer when sending messages.
QBrowseReply A QBrowseReply instance is used by a JMS client proxy for forwarding a BrowseReply destination notification, actually replying to a client QBrowseRequest.
QBrowseRequest A QBrowseRequest instance is sent by a QueueBrowser when requesting an enumeration.
ServerReply A ServerReply is used by a JMS proxy for acknowledging the receipt of a synchronous AbstractJmsRequest request.
SessAckRequest A SessAckRequest instance is used by a Session for acknowledging the messages it consumed.
SessCreateTDReply A SessCreateTDReply is used by a JMS proxy for replying to a SessCreate<TQ/TT>Request.
SessCreateTQRequest A SessCreateTQRequest is sent by a QueueSession for creating a TemporaryQueue.
SessCreateTTRequest A SessCreateTTRequest is sent by a TopicSession for creating a TemporaryTopic.
SessDenyRequest A SessDenyRequest instance is used by a Session for denying the messages it consumed.
TempDestDeleteRequest A TempDestDeleteRequest instance is sent by a deleting temporary destination.
XACnxCommit An XACnxCommit instance is used by an XAConnection for commiting the messages and acknowledgements it sent to the proxy.
XACnxPrepare An XACnxPrepare instance is used by an XAConnection for sending messages and acknowledgements to the proxy.
XACnxRecoverReply A XACnxRecoverReply replies to a XACnxRecoverRequest and carries transaction identifiers.
XACnxRecoverRequest A XACnxRecoverRequest instance is used by an XACnxion for recovering the identifiers of the TM's prepared transactions.
XACnxRollback An XACnxRollback instance is used by an XAConnection for rolling back the operations performed during a transaction.
The org.objectweb.joram.shared.client package holds the request and reply objects used in the clients - platform interactions.

Copyright B) 2004 Scalagent - All rights reserved