public interface Callback
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Executes some piece of code within a transaction
performing a commit if there is no exception thrown
else a rollback is performed
|
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.