| Modifier and Type | Method and Description |
|---|---|
Vote |
InstanceControl.prepareCommitInstance(SessionToken session,
java.util.UUID instanceID)
Prepares the commit of an instance.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Vote |
ExecutionEnvironment.prepareCommit()
Throws an
IsNotSupportedException - overwrite this method to
support Two-phase-commit. |
Vote |
IDExecutionEnvironment.prepareCommit() |
| Modifier and Type | Method and Description |
|---|---|
static Vote |
Vote.valueOf(java.lang.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.
|
| Modifier and Type | Method and 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.
|