- All Superinterfaces:
Transactional,TransactionalConnection
Specialization of
TransactionalConnection for connections which can participate of XA transactions- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Closes this connection and the underlyinggetXAResource().Methods inherited from interface org.mule.sdk.api.tx.Transactional
begin, commit, rollback
-
Method Details
-
getXAResource
XAResource getXAResource()- Returns:
- the
XAResourcewhich should be listed on the XA transaction
-
close
void close()Closes this connection and the underlyinggetXAResource(). Some providers require this method to be explicitly called.
-