|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractJmsReply | |
---|---|
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.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 | |
---|---|
boolean |
Requestor.replyReceived(AbstractJmsReply reply)
|
boolean |
ReplyListener.replyReceived(AbstractJmsReply reply)
|
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 |
---|
Methods in org.objectweb.joram.mom.proxies with parameters of type AbstractJmsReply | |
---|---|
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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |