Package com.usatiuk.objects.transaction
Class TransactionManagerImpl
java.lang.Object
com.usatiuk.objects.transaction.TransactionManagerImpl
- All Implemented Interfaces:
TransactionManager
-
Constructor Details
-
TransactionManagerImpl
public TransactionManagerImpl()
-
-
Method Details
-
begin
public void begin()- Specified by:
begin
in interfaceTransactionManager
-
commit
- Specified by:
commit
in interfaceTransactionManager
-
rollback
public void rollback()- Specified by:
rollback
in interfaceTransactionManager
-
current
- Specified by:
current
in interfaceTransactionManager
-