Uses of Class
de.aristaflow.adept2.model.execution.Vote
-
-
Uses of Vote in de.aristaflow.adept2.core.executionmanager
Methods in de.aristaflow.adept2.core.executionmanager that return Vote Modifier and Type Method Description Vote
InstanceControl. prepareCommitInstance(SessionToken session, UUID instanceID)
Prepares the commit of an instance. -
Uses of Vote in de.aristaflow.adept2.core.runtimemanager
Methods in de.aristaflow.adept2.core.runtimemanager that return Vote Modifier and Type Method Description Vote
RuntimeManager. prepareCommit(SessionToken session, EBPInstanceReference ebpInstanceReference)
Instructs the runtime manager to prepare the specified activity for committing its work done within the transaction it participated. -
Uses of Vote in de.aristaflow.adept2.core.runtimemanager.executionenvironments
Methods in de.aristaflow.adept2.core.runtimemanager.executionenvironments that return Vote Modifier and Type Method Description Vote
ExecutionEnvironment. prepareCommit()
Throws anIsNotSupportedException
- overwrite this method to support Two-phase-commit.Vote
IDExecutionEnvironment. prepareCommit()
-
Uses of Vote in de.aristaflow.adept2.model.execution
Methods in de.aristaflow.adept2.model.execution that return Vote Modifier and Type Method Description static Vote
Vote. valueOf(String name)
Returns the enum constant of this type with the specified name.static Vote[]
Vote. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Vote in de.aristaflow.adept2.model.runtimeenvironment
Methods in de.aristaflow.adept2.model.runtimeenvironment that return Vote Modifier and Type Method Description Vote
ExecutableComponent. prepareCommit()
Instructs the component to vote for Commit or Abort of the distributed transaction it participates in and to prepare a commit. -
Uses of Vote in de.aristaflow.ilm.model.runtimeenvironment.messages.execution
Fields in de.aristaflow.ilm.model.runtimeenvironment.messages.execution declared as Vote Modifier and Type Field Description Vote
PrepareCommitMessage. vote
Methods in de.aristaflow.ilm.model.runtimeenvironment.messages.execution that return Vote Modifier and Type Method Description Vote
PrepareCommitMessage. getReplyAbstract()
Methods in de.aristaflow.ilm.model.runtimeenvironment.messages.execution with parameters of type Vote Modifier and Type Method Description void
PrepareCommitMessage. setReplyAbstract(Vote reply)
-