Uses of Class
org.objectweb.joram.shared.client.AbstractJmsReply
-
Packages that use AbstractJmsReply Package Description org.objectweb.joram.client.jms Theorg.objectweb.joram.client.jmspackage holds the classes implementing the interfaces defined by the JMS 2.0 specification.org.objectweb.joram.client.jms.connection org.objectweb.joram.client.jms.local org.objectweb.joram.client.jms.tcp Theorg.objectweb.joram.client.jms.tcppackage holds the ConnectionFactory and Connection classes specialized for supporting the TCP protocol as client - server communication protocol.org.objectweb.joram.mom.proxies Theorg.objectweb.joram.mom.proxiespackage holds the classes implementing the MOM proxy, basically linking external client applications to destination agents.org.objectweb.joram.shared.client Theorg.objectweb.joram.shared.clientpackage holds the request and reply objects used in the client-provider interactions.org.ow2.joram.jakarta.jms Theorg.ow2.joram.jakarta.jmspackage holds the classes implementing the interfaces defined by the JMS 3.0 Jakarta specification.org.ow2.joram.jakarta.jms.connection org.ow2.joram.jakarta.jms.local org.ow2.joram.jakarta.jms.tcp Theorg.ow2.joram.jakarta.jms.tcppackage holds the ConnectionFactory and Connection classes specialized for supporting the TCP protocol as client - server communication protocol. -
-
Uses of AbstractJmsReply in org.objectweb.joram.client.jms
Methods in org.objectweb.joram.client.jms that return AbstractJmsReply Modifier and Type Method Description (package private) AbstractJmsReplyConnection. syncRequest(AbstractJmsRequest request)(package private) AbstractJmsReplySession. syncRequest(AbstractJmsRequest request)Called by MessageConsumer.Methods in org.objectweb.joram.client.jms with parameters of type AbstractJmsReply Modifier and Type Method Description booleanMessageConsumerListener. 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 Modifier and Type Method Description AbstractJmsReplyMultiThreadSyncChannel. receive()AbstractJmsReplyRequestChannel. receive()AbstractJmsReplyRequestor. request(AbstractJmsRequest request)AbstractJmsReplyRequestor. request(AbstractJmsRequest request, long timeout, CompletionListener completionListener)Method sending a synchronous request to the server and waiting for an answer.AbstractJmsReplyRequestor. request(AbstractJmsRequest request, CompletionListener completionListener)Methods in org.objectweb.joram.client.jms.connection with parameters of type AbstractJmsReply Modifier and Type Method Description private voidRequestMultiplexer. abortReply(AbstractJmsReply reply)booleanReplyListener. replyReceived(AbstractJmsReply reply)booleanRequestor. replyReceived(AbstractJmsReply reply)private voidRequestMultiplexer. route(AbstractJmsReply reply, boolean isCompletionListener)Not synchronized because it may be called by the demultiplexer during a concurrent close. -
Uses of AbstractJmsReply in org.objectweb.joram.client.jms.local
Methods in org.objectweb.joram.client.jms.local that return AbstractJmsReply Modifier and Type Method Description AbstractJmsReplyLocalRequestChannel. receive() -
Uses of AbstractJmsReply in org.objectweb.joram.client.jms.tcp
Methods in org.objectweb.joram.client.jms.tcp that return AbstractJmsReply Modifier and Type Method Description AbstractJmsReplyReliableTcpConnection. receive()AbstractJmsReplyTcpRequestChannel. receive() -
Uses of AbstractJmsReply in org.objectweb.joram.mom.proxies
Fields in org.objectweb.joram.mom.proxies declared as AbstractJmsReply Modifier and Type Field Description (package private) AbstractJmsReplySyncReply. replyThe reply to send.Fields in org.objectweb.joram.mom.proxies with type parameters of type AbstractJmsReply Modifier and Type Field Description private Vector<AbstractJmsReply>ClientContext. repliesBufferPending replies waiting for the context to be activated.Methods in org.objectweb.joram.mom.proxies that return types with arguments of type AbstractJmsReply Modifier and Type Method Description (package private) Iterator<AbstractJmsReply>ClientContext. getPendingDeliveries()Returns the pending deliveries.Methods in org.objectweb.joram.mom.proxies with parameters of type AbstractJmsReply Modifier and Type Method Description (package private) voidClientContext. addPendingDelivery(AbstractJmsReply reply)Adds a pending delivery.private voidUserAgent. doReply(AbstractJmsReply reply)Method used for sending anAbstractJmsReplyback to an external client within the active context.voidConnectionContext. pushReply(AbstractJmsReply reply)voidReliableConnectionContext. pushReply(AbstractJmsReply reply)voidStandardConnectionContext. pushReply(AbstractJmsReply reply)voidUserAgent. sendToClient(int key, AbstractJmsReply reply)Sends a reply to the client connected through the specified connection.Constructors in org.objectweb.joram.mom.proxies with parameters of type AbstractJmsReply Constructor Description SyncReply(int key, AbstractJmsReply reply)Constructs aSyncReplyinstance. -
Uses of AbstractJmsReply in org.objectweb.joram.shared.client
Subclasses of AbstractJmsReply in org.objectweb.joram.shared.client Modifier and Type Class Description classAddClientIDReplyAAddClientIDReplyreplies to aAddClientIDRequest.classCnxCloseReplyACnxCloseReplyreplies to aCnxCloseRequest.classCnxConnectReplyACnxConnectReplyis sent by a JMS proxy as a reply to a connectionCnxConnectRequestand holds the connection's key and the proxy identifier.classConsumerMessagesAConsumerMessagesis used by a JMS proxy for sending messages to a consumer.classGetAdminTopicReplyAGetAdminTopicReplyis sent by an administrator proxy for notifying an administrator client of the identifier of the local admin topic.classMomExceptionReplyAMomExceptionReplyinstance is used by a JMS client proxy to send aMomExceptionback to a JMS client.classQBrowseReplyAQBrowseReplyinstance is used by a JMS client proxy for forwarding aBrowseReplydestination notification, actually replying to a clientQBrowseRequest.classServerReplyAServerReplyis used by a JMS proxy for acknowledging the receipt of a synchronousAbstractJmsRequestrequest.classSessCreateDestReplyASessCreateTDReplyis used by a JMS proxy for replying to aSessCreate<TQ/TT>Request.classXACnxRecoverReplyAXACnxRecoverReplyreplies to aXACnxRecoverRequestand carries transaction identifiers. -
Uses of AbstractJmsReply in org.ow2.joram.jakarta.jms
Methods in org.ow2.joram.jakarta.jms that return AbstractJmsReply Modifier and Type Method Description (package private) AbstractJmsReplyConnection. syncRequest(AbstractJmsRequest request)(package private) AbstractJmsReplySession. syncRequest(AbstractJmsRequest request)Called by MessageConsumer.Methods in org.ow2.joram.jakarta.jms with parameters of type AbstractJmsReply Modifier and Type Method Description booleanMessageConsumerListener. replyReceived(AbstractJmsReply reply)Called by RequestMultiplexer. -
Uses of AbstractJmsReply in org.ow2.joram.jakarta.jms.connection
Methods in org.ow2.joram.jakarta.jms.connection that return AbstractJmsReply Modifier and Type Method Description AbstractJmsReplyMultiThreadSyncChannel. receive()AbstractJmsReplyRequestChannel. receive()AbstractJmsReplyRequestor. request(AbstractJmsRequest request)AbstractJmsReplyRequestor. request(AbstractJmsRequest request, long timeout, CompletionListener completionListener)Method sending a synchronous request to the server and waiting for an answer.AbstractJmsReplyRequestor. request(AbstractJmsRequest request, CompletionListener completionListener)Methods in org.ow2.joram.jakarta.jms.connection with parameters of type AbstractJmsReply Modifier and Type Method Description private voidRequestMultiplexer. abortReply(AbstractJmsReply reply)booleanReplyListener. replyReceived(AbstractJmsReply reply)booleanRequestor. replyReceived(AbstractJmsReply reply)private voidRequestMultiplexer. route(AbstractJmsReply reply, boolean isCompletionListener)Not synchronized because it may be called by the demultiplexer during a concurrent close. -
Uses of AbstractJmsReply in org.ow2.joram.jakarta.jms.local
Methods in org.ow2.joram.jakarta.jms.local that return AbstractJmsReply Modifier and Type Method Description AbstractJmsReplyLocalRequestChannel. receive() -
Uses of AbstractJmsReply in org.ow2.joram.jakarta.jms.tcp
Methods in org.ow2.joram.jakarta.jms.tcp that return AbstractJmsReply Modifier and Type Method Description AbstractJmsReplyReliableTcpConnection. receive()AbstractJmsReplyTcpRequestChannel. receive()
-