Uses of Class
org.objectweb.joram.shared.client.AbstractJmsReply

Packages that use AbstractJmsReply
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.shared.client The org.objectweb.joram.shared.client package holds the request and reply objects used in the client-provider interactions. 
 

Uses of AbstractJmsReply in org.objectweb.joram.client.jms
 

Methods in org.objectweb.joram.client.jms that return AbstractJmsReply
(package private)  AbstractJmsReply Session.syncRequest(AbstractJmsRequest request)
          Called by MessageConsumer.
(package private)  AbstractJmsReply Connection.syncRequest(AbstractJmsRequest request)
           
 

Methods in org.objectweb.joram.client.jms with parameters of type AbstractJmsReply
 boolean MessageConsumerListener.replyReceived(AbstractJmsReply reply)
          Called by RequestMultiplexer.
 

Uses of AbstractJmsReply in org.objectweb.joram.client.jms.connection
 

Methods in org.objectweb.joram.client.jms.connection that return AbstractJmsReply
 AbstractJmsReply RequestChannel.receive()
           
 AbstractJmsReply MultiThreadSyncChannel.receive()
           
 AbstractJmsReply Requestor.request(AbstractJmsRequest request)
           
 AbstractJmsReply Requestor.request(AbstractJmsRequest request, long timeout)
          Method sending a synchronous request to the server and waiting for an answer.
 

Methods in org.objectweb.joram.client.jms.connection with parameters of type AbstractJmsReply
private  void RequestMultiplexer.abortReply(AbstractJmsReply reply)
           
 boolean Requestor.replyReceived(AbstractJmsReply reply)
           
 boolean ReplyListener.replyReceived(AbstractJmsReply reply)
           
private  void RequestMultiplexer.route(AbstractJmsReply reply)
          Not synchronized because it may be called by the demultiplexer during a concurrent close.
 

Uses of AbstractJmsReply in org.objectweb.joram.client.jms.ha.local
 

Methods in org.objectweb.joram.client.jms.ha.local that return AbstractJmsReply
 AbstractJmsReply HALocalRequestChannel.receive()
           
 

Uses of AbstractJmsReply in org.objectweb.joram.client.jms.ha.tcp
 

Methods in org.objectweb.joram.client.jms.ha.tcp that return AbstractJmsReply
 AbstractJmsReply HATcpRequestChannel.receive()
           
 

Uses of AbstractJmsReply in org.objectweb.joram.client.jms.local
 

Methods in org.objectweb.joram.client.jms.local that return AbstractJmsReply
 AbstractJmsReply LocalRequestChannel.receive()
           
 

Uses of AbstractJmsReply in org.objectweb.joram.client.jms.soap
 

Methods in org.objectweb.joram.client.jms.soap that return AbstractJmsReply
 AbstractJmsReply SoapRequestChannel.receive()
           
 

Uses of AbstractJmsReply in org.objectweb.joram.client.jms.tcp
 

Methods in org.objectweb.joram.client.jms.tcp that return AbstractJmsReply
 AbstractJmsReply TcpRequestChannel.receive()
           
 AbstractJmsReply ReliableTcpConnection.receive()
           
 

Uses of AbstractJmsReply in org.objectweb.joram.mom.proxies
 

Fields in org.objectweb.joram.mom.proxies declared as AbstractJmsReply
(package private)  AbstractJmsReply SyncReply.reply
          The reply to send.
 

Methods in org.objectweb.joram.mom.proxies with parameters of type AbstractJmsReply
(package private)  void ClientContext.addPendingDelivery(AbstractJmsReply reply)
          Adds a pending delivery.
private  void ProxyImpl.doReply(AbstractJmsReply reply)
          Method used for sending an AbstractJmsReply back to an external client within the active context.
private  void ProxyImpl.doReply(int key, AbstractJmsReply reply)
          Method used for sending an AbstractJmsReply back to an external client through a given context.
 void StandardConnectionContext.pushReply(AbstractJmsReply reply)
           
 void ReliableConnectionContext.pushReply(AbstractJmsReply reply)
           
 void ConnectionContext.pushReply(AbstractJmsReply reply)
           
 void UserAgent.sendToClient(int key, AbstractJmsReply reply)
          Sends a reply to the client connected through the specified connection.
 void ProxyAgentItf.sendToClient(int id, AbstractJmsReply reply)
          Sends an AbstractJmsReply to a given client.
 

Constructors in org.objectweb.joram.mom.proxies with parameters of type AbstractJmsReply
SyncReply(int key, AbstractJmsReply reply)
          Constructs a SyncReply instance.
 

Uses of AbstractJmsReply in org.objectweb.joram.shared.client
 

Subclasses of AbstractJmsReply in org.objectweb.joram.shared.client
 class CnxCloseReply
          A CnxCloseReply replies to a CnxCloseRequest.
 class 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.
 class ConsumerMessages
          A ConsumerMessages is used by a JMS proxy for sending messages to a consumer.
 class GetAdminTopicReply
          A GetAdminTopicReply is sent by an administrator proxy for notifying an administrator client of the identifier of the local admin topic.
 class MomExceptionReply
          A MomExceptionReply instance is used by a JMS client proxy to send a MomException back to a JMS client.
 class QBrowseReply
          A QBrowseReply instance is used by a JMS client proxy for forwarding a BrowseReply destination notification, actually replying to a client QBrowseRequest.
 class ServerReply
          A ServerReply is used by a JMS proxy for acknowledging the receipt of a synchronous AbstractJmsRequest request.
 class SessCreateDestReply
          A SessCreateTDReply is used by a JMS proxy for replying to a SessCreate<TQ/TT>Request.
 class XACnxRecoverReply
          A XACnxRecoverReply replies to a XACnxRecoverRequest and carries transaction identifiers.
 



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