public interface TLocalTransaction extends TTransaction
Modifier and Type | Method and Description |
---|---|
void |
commit()
Performs a commit on the local transaction instance.
|
void |
rollback()
Performs a rollback on the local transaction instance.
|
getLocale, setLocale
void commit() throws TTransactionException
TTransactionException
- signals an error while attempting the commit operation.void rollback() throws TTransactionException
TTransactionException
- signals an error while attempting the rollback operation.Copyright (c) 2017 Software AG. All Rights Reserved.