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
SystemException
void commit(ControlWrapper tx) throws SystemException
SystemException
void rollback(ControlWrapper tx) throws SystemException
SystemException
void suspend(ControlWrapper tx) throws SystemException
SystemException
void resume(ControlWrapper tx) throws SystemException
SystemException
String name()
Copyright © 2021 JBoss by Red Hat. All rights reserved.