public interface LocalResource
| Modifier and Type | Method and Description |
|---|---|
void |
commit()
Commit the resource
|
void |
rollback()
Roll back the resource
|
void commit()
throws TransactionException
TransactionException - if an error occurs while committing,void rollback()
throws TransactionException
TransactionException - if an error occurs while rolling backCopyright © 2016 The Apache Software Foundation. All rights reserved.