public interface DelayedEnlistmentHandle
| Modifier and Type | Method and Description |
|---|---|
void |
forgetEnlistment()
Signal that this enlistment should be forgotten as it was not used.
|
void |
verifyEnlistment()
Signal that this enlistment should be activated effective immediately.
|
void forgetEnlistment()
void verifyEnlistment()
throws RollbackException,
SystemException
RollbackException - if the transaction was rolled back before the enlistment could be activatedSystemException - if the enlistment failed for an unexpected reasonCopyright © 2016 JBoss by Red Hat. All rights reserved.