public abstract static class Transaction.TransactionAwareExecution
extends java.lang.Object
| Constructor and Description |
|---|
TransactionAwareExecution() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
abstract void |
execute(Transaction tx) |
abstract java.lang.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 java.lang.Exception
tx - the current transaction if you want to make the execution depended of some tx context variablesjava.lang.Exceptionpublic abstract java.lang.Object getId()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2018 SAP SE. All Rights Reserved.