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 voidExecutionEnvironment. commit()Throws anIsNotSupportedException- overwrite this method to support committing.voidIDExecutionEnvironment. commit()VoteExecutionEnvironment. prepareCommit()Throws anIsNotSupportedException- overwrite this method to support Two-phase-commit.VoteIDExecutionEnvironment. prepareCommit()booleanExecutionEnvironment. rollback()Throws anIsNotSupportedException- overwrite this method to support rolling back.booleanIDExecutionEnvironment. 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 voidExecutableComponent. commit()Instructs the component to commit its modifications not managed by ADEPT.VoteExecutableComponent. prepareCommit()Instructs the component to vote for Commit or Abort of the distributed transaction it participates in and to prepare a commit.booleanExecutableComponent. rollback()Instructs the component to undo all its modifications done within the current transaction.
-