public interface XAExecutionListener
| Modifier and Type | Method and Description |
|---|---|
void |
afterCommitOrRollback(EhcacheXAResource xaResource)
Called when the resource committed or rolled back
|
void |
beforePrepare(EhcacheXAResource xaResource)
Called when the resource is about to prepare
|
void beforePrepare(EhcacheXAResource xaResource)
xaResource - the XAResource about to preparevoid afterCommitOrRollback(EhcacheXAResource xaResource)
xaResource - the XAResource which committed or rolled backCopyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.