|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractJmsRequest | |
---|---|
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 AbstractJmsRequest in org.objectweb.joram.client.jms |
---|
Methods in org.objectweb.joram.client.jms with parameters of type AbstractJmsRequest | |
---|---|
(package private) AbstractJmsReply |
Session.syncRequest(AbstractJmsRequest request)
Called by MessageConsumer. |
(package private) AbstractJmsReply |
Connection.syncRequest(AbstractJmsRequest request)
|
Uses of AbstractJmsRequest in org.objectweb.joram.client.jms.connection |
---|
Methods in org.objectweb.joram.client.jms.connection with parameters of type AbstractJmsRequest | |
---|---|
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. |
void |
RequestChannel.send(AbstractJmsRequest obj)
|
void |
MultiThreadSyncChannel.send(AbstractJmsRequest request)
|
void |
RequestMultiplexer.sendRequest(AbstractJmsRequest request)
|
void |
RequestMultiplexer.sendRequest(AbstractJmsRequest request,
ReplyListener listener)
|
Uses of AbstractJmsRequest in org.objectweb.joram.client.jms.ha.local |
---|
Methods in org.objectweb.joram.client.jms.ha.local with parameters of type AbstractJmsRequest | |
---|---|
void |
HALocalRequestChannel.send(AbstractJmsRequest request)
|
Uses of AbstractJmsRequest in org.objectweb.joram.client.jms.ha.tcp |
---|
Methods in org.objectweb.joram.client.jms.ha.tcp with parameters of type AbstractJmsRequest | |
---|---|
void |
HATcpRequestChannel.send(AbstractJmsRequest request)
Sending a JMS request through the TCP connection. |
Uses of AbstractJmsRequest in org.objectweb.joram.client.jms.local |
---|
Methods in org.objectweb.joram.client.jms.local with parameters of type AbstractJmsRequest | |
---|---|
void |
LocalRequestChannel.send(AbstractJmsRequest request)
|
Uses of AbstractJmsRequest in org.objectweb.joram.client.jms.soap |
---|
Methods in org.objectweb.joram.client.jms.soap with parameters of type AbstractJmsRequest | |
---|---|
void |
SoapRequestChannel.send(AbstractJmsRequest request)
Sending a JMS request through the SOAP protocol. |
Uses of AbstractJmsRequest in org.objectweb.joram.client.jms.tcp |
---|
Methods in org.objectweb.joram.client.jms.tcp with parameters of type AbstractJmsRequest | |
---|---|
void |
TcpRequestChannel.send(AbstractJmsRequest request)
Sending a JMS request through the TCP connection. |
Uses of AbstractJmsRequest in org.objectweb.joram.mom.proxies |
---|
Methods in org.objectweb.joram.mom.proxies that return AbstractJmsRequest | |
---|---|
AbstractJmsRequest |
StandardConnectionContext.getRequest(java.lang.Object req)
|
AbstractJmsRequest |
ReliableConnectionContext.getRequest(java.lang.Object obj)
|
AbstractJmsRequest |
ConnectionContext.getRequest(java.lang.Object req)
|
Methods in org.objectweb.joram.mom.proxies with parameters of type AbstractJmsRequest | |
---|---|
private void |
ProxyImpl.doReact(int key,
AbstractJmsRequest request)
Distributes the client requests to the appropriate reactions. |
void |
ProxyImpl.reactToClientRequest(int key,
AbstractJmsRequest request)
Method processing clients requests. |
static void |
ConnectionManager.sendToProxy(AgentId proxyId,
int cnxKey,
AbstractJmsRequest req,
java.lang.Object msg)
|
Uses of AbstractJmsRequest in org.objectweb.joram.shared.client |
---|
Subclasses of AbstractJmsRequest in org.objectweb.joram.shared.client | |
---|---|
class |
ActivateConsumerRequest
|
class |
CnxCloseRequest
A CnxCloseRequest is sent by a closing SOAP connection. |
class |
CnxConnectRequest
A CnxConnectRequest is sent by an opening
Connection . |
class |
CnxStartRequest
A CnxStartRequest request is sent by a starting
Connection . |
class |
CnxStopRequest
A CnxStopRequest is sent by a stopping Connection . |
class |
CommitRequest
|
class |
ConsumerAckRequest
A ConsumerAckRequest instance is used by a
MessageConsumer for acknowledging a received message. |
class |
ConsumerCloseSubRequest
A ConsumerCloseSubRequest is sent by a closing durable
TopicSubscriber . |
class |
ConsumerDenyRequest
A ConsumerDenyRequest instance is used by a
MessageConsumer for denying a received message. |
class |
ConsumerReceiveRequest
A ConsumerReceiveRequest is sent by a
MessageConsumer when requesting a message. |
class |
ConsumerSetListRequest
A ConsumerSetListRequest is sent by a
MessageConsumer on which a message listener is set. |
class |
ConsumerSubRequest
A ConsumerSubRequest is sent by a constructing
MessageConsumer destinated to consume messages on a topic. |
class |
ConsumerUnsetListRequest
A ConsumerUnsetListRequest is sent by a
MessageConsumer which listener is unset. |
class |
ConsumerUnsubRequest
A ConsumerUnsubRequest is sent by a closing temporary
MessageConsumer on a topic, or by a Session
unsubscribing a durable subscriber. |
class |
GetAdminTopicRequest
A GetAdminTopicRequest is sent by a session for retrieving
the identifier of the local admin topic. |
class |
JmsRequestGroup
|
class |
PingRequest
|
class |
ProducerMessages
A ProducerMessages instance is sent by a
MessageProducer when sending messages. |
class |
QBrowseRequest
A QBrowseRequest instance is sent by a
QueueBrowser when requesting an enumeration. |
class |
SessAckRequest
A SessAckRequest instance is used by a Session
for acknowledging the messages it consumed. |
class |
SessCreateDestRequest
A SessCreateDestRequest is sent by a Session
for creating a destination. |
class |
SessDenyRequest
A SessDenyRequest instance is used by a Session
for denying the messages it consumed. |
class |
TempDestDeleteRequest
A TempDestDeleteRequest instance is sent by a
deleting temporary destination. |
class |
XACnxCommit
An XACnxCommit instance is used by an XAConnection
for commiting the messages and acknowledgements it sent to the proxy. |
class |
XACnxPrepare
An XACnxPrepare instance is used by an
XAConnection for sending messages and acknowledgements to
the proxy. |
class |
XACnxRecoverRequest
A XACnxRecoverRequest instance is used by an
XACnxion for recovering the identifiers of the TM's
prepared transactions. |
class |
XACnxRollback
An XACnxRollback instance is used by an
XAConnection for rolling back the operations performed
during a transaction. |
Fields in org.objectweb.joram.shared.client declared as AbstractJmsRequest | |
---|---|
private AbstractJmsRequest[] |
JmsRequestGroup.requests
|
Methods in org.objectweb.joram.shared.client that return AbstractJmsRequest | |
---|---|
AbstractJmsRequest[] |
JmsRequestGroup.getRequests()
|
Constructors in org.objectweb.joram.shared.client with parameters of type AbstractJmsRequest | |
---|---|
JmsRequestGroup(AbstractJmsRequest[] ajr)
|
|
ServerReply(AbstractJmsRequest request)
Constructs a ServerReply instance. |
|
SessCreateDestReply(AbstractJmsRequest request,
java.lang.String agentId)
Constructs a SessCreateTDReply instance. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |