public interface TxAssociation
| Modifier and Type | Method and Description |
|---|---|
void |
begin(ControlWrapper tx) |
void |
commit(ControlWrapper tx) |
String |
name() |
void |
resume(ControlWrapper tx) |
void |
rollback(ControlWrapper tx) |
void |
suspend(ControlWrapper tx) |
void begin(ControlWrapper tx) throws SystemException
SystemExceptionvoid commit(ControlWrapper tx) throws SystemException
SystemExceptionvoid rollback(ControlWrapper tx) throws SystemException
SystemExceptionvoid suspend(ControlWrapper tx) throws SystemException
SystemExceptionvoid resume(ControlWrapper tx) throws SystemException
SystemExceptionString name()
Copyright © 2016 JBoss by Red Hat. All rights reserved.