org.objectweb.joram.shared.client
package holds the request and reply objects used in the client-provider interactions.See: Description
Class | Description |
---|---|
AbstractJmsMessage |
An
AbstractJmsMessage is a message exchanged between a
Joram client and its proxy. |
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. |
ActivateConsumerRequest | |
AddClientIDReply |
A
AddClientIDReply replies to a AddClientIDRequest . |
AddClientIDRequest |
A
AddClientIDRequest is sent by an setClientID on
Connection . |
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 . |
CommitRequest | |
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. |
JmsRequestGroup | |
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. |
SessCreateDestReply |
A
SessCreateTDReply is used by a JMS proxy for replying
to a SessCreate<TQ/TT>Request . |
SessCreateDestRequest |
A
SessCreateDestRequest is sent by a Session
for creating a destination. |
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. |
org.objectweb.joram.shared.client
package holds the request and reply objects used in the client-provider interactions.Copyright © 2018 ScalAgent D.T.. All Rights Reserved.