Uses of Class
org.objectweb.joram.shared.client.ProducerMessages
-
Packages that use ProducerMessages Package Description org.objectweb.joram.client.jms Theorg.objectweb.joram.client.jmspackage holds the classes implementing the interfaces defined by the JMS 2.0 specification.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.shared.client Theorg.objectweb.joram.shared.clientpackage holds the request and reply objects used in the client-provider interactions.org.ow2.joram.jakarta.jms Theorg.ow2.joram.jakarta.jmspackage holds the classes implementing the interfaces defined by the JMS 3.0 Jakarta specification. -
-
Uses of ProducerMessages in org.objectweb.joram.client.jms
Fields in org.objectweb.joram.client.jms with type parameters of type ProducerMessages Modifier and Type Field Description (package private) Hashtable<String,ProducerMessages>Session. sendingsTable holding theProducerMessagesholding producers' messages and destinated to be sent at commit.(package private) Hashtable<String,ProducerMessages>XAContext. sendingsTable holding theProducerMessagesproduced in the transaction.Method parameters in org.objectweb.joram.client.jms with type arguments of type ProducerMessages Modifier and Type Method Description (package private) voidXAContext. addSendings(Hashtable<String,ProducerMessages> newSendings)Adds new sendings performed by the resumed transaction. -
Uses of ProducerMessages in org.objectweb.joram.mom.proxies
Methods in org.objectweb.joram.mom.proxies that return ProducerMessages Modifier and Type Method Description private ProducerMessagesUserAgent. processInterceptors(int key, ProducerMessages pm)Methods in org.objectweb.joram.mom.proxies with parameters of type ProducerMessages Modifier and Type Method Description private ProducerMessagesUserAgent. processInterceptors(int key, ProducerMessages pm)voidRequestBuffer. put(int key, ProducerMessages req)private voidUserAgent. reactToClientRequest(int key, ProducerMessages req, CallbackNotification callbackNotification)Forwards the messages sent by the client in aProducerMessagesrequest as aClientMessagesMOM request directly to a destination, and acknowledges them by sending aServerReplyback. -
Uses of ProducerMessages in org.objectweb.joram.shared.client
Fields in org.objectweb.joram.shared.client with type parameters of type ProducerMessages Modifier and Type Field Description private Vector<ProducerMessages>CommitRequest. producerMessagesList of ProducerMessagesprivate Vector<ProducerMessages>XACnxPrepare. sendingsVector ofProducerMessagesinstances.Methods in org.objectweb.joram.shared.client that return types with arguments of type ProducerMessages Modifier and Type Method Description Enumeration<ProducerMessages>CommitRequest. getProducerMessages()Vector<ProducerMessages>XACnxPrepare. getSendings()Returns the vector ofProducerMessagesinstances.Methods in org.objectweb.joram.shared.client with parameters of type ProducerMessages Modifier and Type Method Description voidCommitRequest. addProducerMessages(ProducerMessages pm)voidXACnxPrepare. addProducerMessages(ProducerMessages pm)Constructor parameters in org.objectweb.joram.shared.client with type arguments of type ProducerMessages Constructor Description XACnxPrepare(byte[] bq, int fi, byte[] gti, Vector<ProducerMessages> sendings, Vector<SessAckRequest> acks)Constructs anXACnxPrepareinstance. -
Uses of ProducerMessages in org.ow2.joram.jakarta.jms
Fields in org.ow2.joram.jakarta.jms with type parameters of type ProducerMessages Modifier and Type Field Description (package private) Hashtable<String,ProducerMessages>Session. sendingsTable holding theProducerMessagesholding producers' messages and destinated to be sent at commit.(package private) Hashtable<String,ProducerMessages>XAContext. sendingsTable holding theProducerMessagesproduced in the transaction.Method parameters in org.ow2.joram.jakarta.jms with type arguments of type ProducerMessages Modifier and Type Method Description (package private) voidXAContext. addSendings(Hashtable<String,ProducerMessages> newSendings)Adds new sendings performed by the resumed transaction.
-