| Package | Description |
|---|---|
| de.aristaflow.adept2.core.runtimemanager.executionenvironments | |
| de.aristaflow.adept2.model.runtimeenvironment |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionEnvironment.commit()
Throws an
IsNotSupportedException - overwrite this method to
support committing. |
void |
IDExecutionEnvironment.commit() |
Vote |
ExecutionEnvironment.prepareCommit()
Throws an
IsNotSupportedException - overwrite this method to
support Two-phase-commit. |
Vote |
IDExecutionEnvironment.prepareCommit() |
boolean |
ExecutionEnvironment.rollback()
Throws an
IsNotSupportedException - overwrite this method to
support rolling back. |
boolean |
IDExecutionEnvironment.rollback() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutableComponent.commit()
Instructs the component to commit its modifications not managed by
ADEPT.
|
Vote |
ExecutableComponent.prepareCommit()
Instructs the component to vote for Commit or Abort of the
distributed transaction it participates in and to prepare a commit.
|
boolean |
ExecutableComponent.rollback()
Instructs the component to undo all its modifications done within the
current transaction.
|