Uses of Class
org.ow2.joram.jakarta.jms.MessageAcks
-
Packages that use MessageAcks Package Description 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 MessageAcks in org.ow2.joram.jakarta.jms
Fields in org.ow2.joram.jakarta.jms with type parameters of type MessageAcks Modifier and Type Field Description (package private) Hashtable<String,MessageAcks>Session. deliveriesTable holding the identifiers of the messages delivered per destination or subscription, and not acknowledged.(package private) Hashtable<String,MessageAcks>XAContext. deliveriesTable holding the identifiers of the messages delivered per destination or subscription, in the transaction.Method parameters in org.ow2.joram.jakarta.jms with type arguments of type MessageAcks Modifier and Type Method Description (package private) voidXAContext. addDeliveries(Hashtable<String,MessageAcks> newDeliveries)Adds new deliveries occured within the resumed transaction.
-