public abstract static class Transaction.TransactionAwareExecution extends Object
| Constructor and Description |
|---|
TransactionAwareExecution() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
abstract void |
execute(Transaction tx) |
abstract Object |
getId()
id is used for output in case of errors and to decided if this execution was already registered during this
transaction run
|
int |
hashCode() |
public abstract void execute(Transaction tx) throws Exception
tx - the current transaction if you want to make the execution depended of some tx context variablesExceptionpublic abstract Object getId()
Copyright © 2017 SAP SE. All Rights Reserved.