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 VoteInstanceControl. 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 VoteRuntimeManager. 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 VoteExecutionEnvironment. prepareCommit()Throws anIsNotSupportedException- overwrite this method to support Two-phase-commit.VoteIDExecutionEnvironment. 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 VoteVote. 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 VoteExecutableComponent. 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 VotePrepareCommitMessage. voteMethods in de.aristaflow.ilm.model.runtimeenvironment.messages.execution that return Vote Modifier and Type Method Description VotePrepareCommitMessage. getReplyAbstract()Methods in de.aristaflow.ilm.model.runtimeenvironment.messages.execution with parameters of type Vote Modifier and Type Method Description voidPrepareCommitMessage. setReplyAbstract(Vote reply)
-