|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractJmsMessage | |
---|---|
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. |
Uses of AbstractJmsMessage in org.objectweb.joram.client.jms.tcp |
---|
Fields in org.objectweb.joram.client.jms.tcp declared as AbstractJmsMessage | |
---|---|
(package private) AbstractJmsMessage |
ReliableTcpConnection.TcpMessage.object
|
Methods in org.objectweb.joram.client.jms.tcp with parameters of type AbstractJmsMessage | |
---|---|
private void |
ReliableTcpConnection.doSend(long id,
long ackId,
AbstractJmsMessage msg)
|
void |
ReliableTcpConnection.send(AbstractJmsMessage request)
|
void |
ReliableTcpClient.send(AbstractJmsMessage request)
|
(package private) void |
ReliableTcpConnection.NetOutputStream.send(long id,
long ackId,
AbstractJmsMessage msg)
|
Constructors in org.objectweb.joram.client.jms.tcp with parameters of type AbstractJmsMessage | |
---|---|
ReliableTcpConnection.TcpMessage(long id,
AbstractJmsMessage object)
|
Uses of AbstractJmsMessage in org.objectweb.joram.mom.proxies |
---|
Fields in org.objectweb.joram.mom.proxies declared as AbstractJmsMessage | |
---|---|
private AbstractJmsMessage |
ProxyMessage.obj
|
Methods in org.objectweb.joram.mom.proxies that return AbstractJmsMessage | |
---|---|
AbstractJmsMessage |
ProxyMessage.getObject()
|
Constructors in org.objectweb.joram.mom.proxies with parameters of type AbstractJmsMessage | |
---|---|
ProxyMessage(long id,
long ackId,
AbstractJmsMessage obj)
|
Uses of AbstractJmsMessage in org.objectweb.joram.mom.proxies.tcp |
---|
Methods in org.objectweb.joram.mom.proxies.tcp with parameters of type AbstractJmsMessage | |
---|---|
(package private) void |
IOControl.NetOutputStream.send(long id,
long ackId,
AbstractJmsMessage msg)
|
Uses of AbstractJmsMessage in org.objectweb.joram.shared.client |
---|
Subclasses of AbstractJmsMessage in org.objectweb.joram.shared.client | |
---|---|
class |
AbstractJmsReply
An AbstractJmsReply is sent by a proxy to a Joram client as a
reply to an AbstractJmsRequest . |
class |
AbstractJmsRequest
An AbstractJmsRequest is a request sent by a Joram client
to its proxy. |
class |
ActivateConsumerRequest
|
class |
CnxCloseReply
A CnxCloseReply replies to a CnxCloseRequest . |
class |
CnxCloseRequest
A CnxCloseRequest is sent by a closing SOAP connection. |
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 |
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 |
ConsumerMessages
A ConsumerMessages is used by a JMS proxy for sending messages
to a consumer. |
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 |
GetAdminTopicReply
A GetAdminTopicReply is sent by an administrator proxy for
notifying an administrator client of the identifier of the local admin
topic. |
class |
GetAdminTopicRequest
A GetAdminTopicRequest is sent by a session for retrieving
the identifier of the local admin topic. |
class |
JmsRequestGroup
|
class |
MomExceptionReply
A MomExceptionReply instance is used by a JMS client proxy
to send a MomException back to a JMS client. |
class |
PingRequest
|
class |
ProducerMessages
A ProducerMessages instance is sent by a
MessageProducer when sending messages. |
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 |
QBrowseRequest
A QBrowseRequest instance is sent by a
QueueBrowser when requesting an enumeration. |
class |
ServerReply
A ServerReply is used by a JMS proxy for
acknowledging the receipt of a synchronous AbstractJmsRequest
request. |
class |
SessAckRequest
A SessAckRequest instance is used by a Session
for acknowledging the messages it consumed. |
class |
SessCreateDestReply
A SessCreateTDReply is used by a JMS proxy for replying
to a SessCreate<TQ/TT>Request . |
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 |
XACnxRecoverReply
A XACnxRecoverReply replies to a
XACnxRecoverRequest and carries transaction identifiers. |
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. |
Methods in org.objectweb.joram.shared.client that return AbstractJmsMessage | |
---|---|
static AbstractJmsMessage |
AbstractJmsMessage.read(java.io.InputStream is)
|
Methods in org.objectweb.joram.shared.client with parameters of type AbstractJmsMessage | |
---|---|
static void |
AbstractJmsMessage.write(AbstractJmsMessage msg,
java.io.OutputStream os)
***** ***** ***** ***** ***** ***** ***** Streamable interface ***** ***** ***** ***** ***** ***** ***** ***** |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |