Uses of Class
de.aristaflow.adept2.model.runtimeenvironment.IsNotSupportedException
Packages that use IsNotSupportedException
Package
Description
-
Uses of IsNotSupportedException in de.aristaflow.adept2.core.runtimemanager.executionenvironments
Methods in de.aristaflow.adept2.core.runtimemanager.executionenvironments that throw IsNotSupportedExceptionModifier and TypeMethodDescriptionvoidExecutionEnvironment.commit()Throws anIsNotSupportedException- overwrite this method to support committing.voidIDExecutionEnvironment.commit()ExecutionEnvironment.prepareCommit()Throws anIsNotSupportedException- overwrite this method to support Two-phase-commit.IDExecutionEnvironment.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 IsNotSupportedExceptionModifier and TypeMethodDescriptionvoidExecutableComponent.commit()Instructs the component to commit its modifications not managed by ADEPT.ExecutableComponent.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.