Uses of Class
de.aristaflow.adept2.model.runtimeenvironment.IsNotSupportedException
-
Packages that use IsNotSupportedException Package Description de.aristaflow.adept2.core.runtimemanager.executionenvironments de.aristaflow.adept2.model.runtimeenvironment -
-
Uses of IsNotSupportedException in de.aristaflow.adept2.core.runtimemanager.executionenvironments
Methods in de.aristaflow.adept2.core.runtimemanager.executionenvironments that throw IsNotSupportedException Modifier and Type Method Description void
ExecutionEnvironment. commit()
Throws anIsNotSupportedException
- overwrite this method to support committing.void
IDExecutionEnvironment. commit()
Vote
ExecutionEnvironment. prepareCommit()
Throws anIsNotSupportedException
- overwrite this method to support Two-phase-commit.Vote
IDExecutionEnvironment. prepareCommit()
boolean
ExecutionEnvironment. rollback()
Throws anIsNotSupportedException
- overwrite this method to support rolling back.boolean
IDExecutionEnvironment. rollback()
-
Uses of IsNotSupportedException in de.aristaflow.adept2.model.runtimeenvironment
Methods in de.aristaflow.adept2.model.runtimeenvironment that throw IsNotSupportedException Modifier and Type Method 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.
-