Uses of Package
org.objectweb.joram.shared.client

Packages that use org.objectweb.joram.shared.client
org.objectweb.joram.client.jms The org.objectweb.joram.client.jms package holds the classes implementing the interfaces defined by the JMS 1.1 specification. 
org.objectweb.joram.client.jms.connection   
org.objectweb.joram.client.jms.ha.local   
org.objectweb.joram.client.jms.ha.tcp   
org.objectweb.joram.client.jms.local   
org.objectweb.joram.client.jms.soap The org.objectweb.joram.client.jms.soap package holds the ConnectionFactory and Connection classes specialized for supporting the SOAP protocol as client - server communication protocol. 
org.objectweb.joram.client.jms.tcp The org.objectweb.joram.client.jms.tcp package holds the ConnectionFactory and Connection classes specialized for supporting the TCP protocol as client - server communication protocol. 
org.objectweb.joram.mom.proxies The org.objectweb.joram.mom.proxies package holds the classes implementing the MOM proxy, basically linking external client applications to destination agents. 
org.objectweb.joram.mom.proxies.tcp The org.objectweb.joram.mom.proxies.tcp package provides a proxy accessible through the TCP communication protocol. 
org.objectweb.joram.shared.client The org.objectweb.joram.shared.client package holds the request and reply objects used in the client-provider interactions. 
 

Classes in org.objectweb.joram.shared.client used by org.objectweb.joram.client.jms
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.
ConsumerMessages
          A ConsumerMessages is used by a JMS proxy for sending messages to a consumer.
 

Classes in org.objectweb.joram.shared.client used by org.objectweb.joram.client.jms.connection
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.
ConsumerMessages
          A ConsumerMessages is used by a JMS proxy for sending messages to a consumer.
 

Classes in org.objectweb.joram.shared.client used by org.objectweb.joram.client.jms.ha.local
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.
 

Classes in org.objectweb.joram.shared.client used by org.objectweb.joram.client.jms.ha.tcp
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.
 

Classes in org.objectweb.joram.shared.client used by org.objectweb.joram.client.jms.local
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.
 

Classes in org.objectweb.joram.shared.client used by org.objectweb.joram.client.jms.soap
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.
 

Classes in org.objectweb.joram.shared.client used by org.objectweb.joram.client.jms.tcp
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.
 

Classes in org.objectweb.joram.shared.client used by org.objectweb.joram.mom.proxies
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
           
CnxCloseRequest
          A CnxCloseRequest is sent by a closing SOAP connection.
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.
GetAdminTopicRequest
          A GetAdminTopicRequest is sent by a session for retrieving the identifier of the local admin topic.
JmsRequestGroup
           
ProducerMessages
          A ProducerMessages instance is sent by a MessageProducer when sending messages.
QBrowseRequest
          A QBrowseRequest instance is sent by a QueueBrowser when requesting an enumeration.
SessAckRequest
          A SessAckRequest instance is used by a Session for acknowledging the messages it consumed.
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.
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.
 

Classes in org.objectweb.joram.shared.client used by org.objectweb.joram.mom.proxies.tcp
AbstractJmsMessage
          An AbstractJmsMessage is a message exchanged between a Joram client and its proxy.
 

Classes in org.objectweb.joram.shared.client used by org.objectweb.joram.shared.client
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.
CnxConnectRequest
          A CnxConnectRequest is sent by an opening Connection.
GetAdminTopicRequest
          A GetAdminTopicRequest is sent by a session for retrieving the identifier of the local admin topic.
ProducerMessages
          A ProducerMessages instance is sent by a MessageProducer when sending messages.
SessAckRequest
          A SessAckRequest instance is used by a Session for acknowledging the messages it consumed.
XACnxRecoverRequest
          A XACnxRecoverRequest instance is used by an XACnxion for recovering the identifiers of the TM's prepared transactions.
 



Copyright © 2010 ScalAgent D.T.. All Rights Reserved.