Uses of Interface
net.sf.ehcache.transaction.xa.XAExecutionListener
-
Packages that use XAExecutionListener Package Description net.sf.ehcache.transaction.xa This package contains the functionality to provide XA support to a transactional Cache. -
-
Uses of XAExecutionListener in net.sf.ehcache.transaction.xa
Methods in net.sf.ehcache.transaction.xa with parameters of type XAExecutionListener Modifier and Type Method Description voidEhcacheXAResource. addTwoPcExecutionListener(XAExecutionListener listener)Add a listener which will be called back according to the 2PC lifecyclevoidEhcacheXAResourceImpl. addTwoPcExecutionListener(XAExecutionListener listener)Add a listener which will be called back according to the 2PC lifecycle
-