public interface LocalTransaction
| Modifier and Type | Method and Description |
|---|---|
void |
begin() |
void |
commit() |
void |
rollback() |
void begin()
throws ResourceException
ResourceExceptionvoid commit()
throws ResourceException
ResourceExceptionvoid rollback()
throws ResourceException
ResourceException