Uses of Class
org.objectweb.joram.shared.client.AbstractJmsMessage
-
Packages that use AbstractJmsMessage Package Description 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.mom.proxies.tcp Theorg.objectweb.joram.mom.proxies.tcppackage provides a proxy accessible through the TCP communication protocol.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.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 AbstractJmsMessage in org.objectweb.joram.client.jms.tcp
Fields in org.objectweb.joram.client.jms.tcp declared as AbstractJmsMessage Modifier and Type Field Description (package private) AbstractJmsMessageReliableTcpConnection.TcpMessage. objectMethods in org.objectweb.joram.client.jms.tcp with parameters of type AbstractJmsMessage Modifier and Type Method Description private voidReliableTcpConnection. doSend(long id, long ackId, AbstractJmsMessage msg)voidReliableTcpClient. send(AbstractJmsMessage request)(package private) voidReliableTcpConnection.NetOutputStream. send(long id, long ackId, AbstractJmsMessage msg)voidReliableTcpConnection. send(AbstractJmsMessage request)Constructors in org.objectweb.joram.client.jms.tcp with parameters of type AbstractJmsMessage Constructor Description TcpMessage(long id, AbstractJmsMessage object) -
Uses of AbstractJmsMessage in org.objectweb.joram.mom.proxies
Fields in org.objectweb.joram.mom.proxies declared as AbstractJmsMessage Modifier and Type Field Description private AbstractJmsMessageProxyMessage. objMethods in org.objectweb.joram.mom.proxies that return AbstractJmsMessage Modifier and Type Method Description AbstractJmsMessageProxyMessage. getObject()Constructors in org.objectweb.joram.mom.proxies with parameters of type AbstractJmsMessage Constructor Description 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 Modifier and Type Method Description (package private) voidIOControl.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 Modifier and Type Class Description classAbstractJmsReplyAnAbstractJmsReplyis sent by a proxy to a Joram client as a reply to anAbstractJmsRequest.classAbstractJmsRequestAnAbstractJmsRequestis a request sent by a Joram client to its proxy.classActivateConsumerRequestclassAddClientIDReplyAAddClientIDReplyreplies to aAddClientIDRequest.classAddClientIDRequestAAddClientIDRequestis sent by an setClientID onConnection.classCnxCloseReplyACnxCloseReplyreplies to aCnxCloseRequest.classCnxCloseRequestACnxCloseRequestis sent by a closing SOAP connection.classCnxConnectReplyACnxConnectReplyis sent by a JMS proxy as a reply to a connectionCnxConnectRequestand holds the connection's key and the proxy identifier.classCnxConnectRequestACnxConnectRequestis sent by an openingConnection.classCnxStartRequestACnxStartRequestrequest is sent by a startingConnection.classCnxStopRequestACnxStopRequestis sent by a stoppingConnection.classCommitRequestclassConsumerAckRequestAConsumerAckRequestinstance is used by aMessageConsumerfor acknowledging a received message.classConsumerCloseSubRequestAConsumerCloseSubRequestis sent by a closing durableTopicSubscriber.classConsumerDenyRequestAConsumerDenyRequestinstance is used by aMessageConsumerfor denying a received message.classConsumerMessagesAConsumerMessagesis used by a JMS proxy for sending messages to a consumer.classConsumerReceiveRequestAConsumerReceiveRequestis sent by aMessageConsumerwhen requesting a message.classConsumerSetListRequestAConsumerSetListRequestis sent by aMessageConsumeron which a message listener is set.classConsumerSubRequestAConsumerSubRequestis sent by a constructingMessageConsumerdestinated to consume messages on a topic.classConsumerUnsetListRequestAConsumerUnsetListRequestis sent by aMessageConsumerwhich listener is unset.classConsumerUnsubRequestAConsumerUnsubRequestis sent by a closing temporaryMessageConsumeron a topic, or by aSessionunsubscribing a durable subscriber.classGetAdminTopicReplyAGetAdminTopicReplyis sent by an administrator proxy for notifying an administrator client of the identifier of the local admin topic.classGetAdminTopicRequestAGetAdminTopicRequestis sent by a session for retrieving the identifier of the local admin topic.classJmsRequestGroupclassMomExceptionReplyAMomExceptionReplyinstance is used by a JMS client proxy to send aMomExceptionback to a JMS client.classPingRequestclassProducerMessagesAProducerMessagesinstance is sent by aMessageProducerwhen sending messages.classQBrowseReplyAQBrowseReplyinstance is used by a JMS client proxy for forwarding aBrowseReplydestination notification, actually replying to a clientQBrowseRequest.classQBrowseRequestAQBrowseRequestinstance is sent by aQueueBrowserwhen requesting an enumeration.classServerReplyAServerReplyis used by a JMS proxy for acknowledging the receipt of a synchronousAbstractJmsRequestrequest.classSessAckRequestASessAckRequestinstance is used by aSessionfor acknowledging the messages it consumed.classSessCreateDestReplyASessCreateTDReplyis used by a JMS proxy for replying to aSessCreate<TQ/TT>Request.classSessCreateDestRequestASessCreateDestRequestis sent by aSessionfor creating a destination.classSessDenyRequestASessDenyRequestinstance is used by aSessionfor denying the messages it consumed.classTempDestDeleteRequestATempDestDeleteRequestinstance is sent by a deleting temporary destination.classXACnxCommitAnXACnxCommitinstance is used by anXAConnectionfor commiting the messages and acknowledgements it sent to the proxy.classXACnxPrepareAnXACnxPrepareinstance is used by anXAConnectionfor sending messages and acknowledgements to the proxy.classXACnxRecoverReplyAXACnxRecoverReplyreplies to aXACnxRecoverRequestand carries transaction identifiers.classXACnxRecoverRequestAXACnxRecoverRequestinstance is used by anXACnxionfor recovering the identifiers of the TM's prepared transactions.classXACnxRollbackAnXACnxRollbackinstance is used by anXAConnectionfor rolling back the operations performed during a transaction.Methods in org.objectweb.joram.shared.client that return AbstractJmsMessage Modifier and Type Method Description static AbstractJmsMessageAbstractJmsMessage. read(InputStream is)Methods in org.objectweb.joram.shared.client with parameters of type AbstractJmsMessage Modifier and Type Method Description static voidAbstractJmsMessage. write(AbstractJmsMessage msg, OutputStream os) -
Uses of AbstractJmsMessage in org.ow2.joram.jakarta.jms.tcp
Fields in org.ow2.joram.jakarta.jms.tcp declared as AbstractJmsMessage Modifier and Type Field Description (package private) AbstractJmsMessageReliableTcpConnection.TcpMessage. objectMethods in org.ow2.joram.jakarta.jms.tcp with parameters of type AbstractJmsMessage Modifier and Type Method Description private voidReliableTcpConnection. doSend(long id, long ackId, AbstractJmsMessage msg)voidReliableTcpClient. send(AbstractJmsMessage request)(package private) voidReliableTcpConnection.NetOutputStream. send(long id, long ackId, AbstractJmsMessage msg)voidReliableTcpConnection. send(AbstractJmsMessage request)Constructors in org.ow2.joram.jakarta.jms.tcp with parameters of type AbstractJmsMessage Constructor Description TcpMessage(long id, AbstractJmsMessage object)
-