Interface LocalResource
-
@ConsumerType public interface LocalResourceResources that can integrate with local transactions should do so using this interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcommit()Commit the resourcevoidrollback()Roll back the resource
-
-
-
Method Detail
-
commit
void commit() throws TransactionExceptionCommit the resource- Throws:
TransactionException
-
rollback
void rollback() throws TransactionExceptionRoll back the resource- Throws:
TransactionException
-
-