Uses of Class
org.objectweb.joram.client.jms.XAResource
-
Packages that use XAResource 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. -
-
Uses of XAResource in org.objectweb.joram.client.jms
Fields in org.objectweb.joram.client.jms declared as XAResource Modifier and Type Field Description private XAResourceXAJMSContext. xaResourceThe XA resource representing the session to the transaction manager.Methods in org.objectweb.joram.client.jms that return XAResource Modifier and Type Method Description XAResourceXAJMSContext. getXAResource()
-