Package | Description |
---|---|
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. |
org.ow2.joram.jakarta.jms.tcp |
The
org.ow2.joram.jakarta.jms.tcp package holds the ConnectionFactory and Connection classes specialized for supporting the TCP protocol as client - server communication protocol. |
Modifier and Type | Field and Description |
---|---|
(package private) AbstractJmsMessage |
ReliableTcpConnection.TcpMessage.object |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
TcpMessage(long id,
AbstractJmsMessage object) |
Modifier and Type | Field and Description |
---|---|
private AbstractJmsMessage |
ProxyMessage.obj |
Modifier and Type | Method and Description |
---|---|
AbstractJmsMessage |
ProxyMessage.getObject() |
Constructor and Description |
---|
ProxyMessage(long id,
long ackId,
AbstractJmsMessage obj) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
IOControl.NetOutputStream.send(long id,
long ackId,
AbstractJmsMessage msg) |
Modifier and Type | Class and Description |
---|---|
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 |
AddClientIDReply
A
AddClientIDReply replies to a AddClientIDRequest . |
class |
AddClientIDRequest
A
AddClientIDRequest is sent by an setClientID on
Connection . |
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. |
Modifier and Type | Method and Description |
---|---|
static AbstractJmsMessage |
AbstractJmsMessage.read(InputStream is) |
Modifier and Type | Method and Description |
---|---|
static void |
AbstractJmsMessage.write(AbstractJmsMessage msg,
OutputStream os) |
Modifier and Type | Field and Description |
---|---|
(package private) AbstractJmsMessage |
ReliableTcpConnection.TcpMessage.object |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
TcpMessage(long id,
AbstractJmsMessage object) |
Copyright © 2022 ScalAgent D.T.. All rights reserved.