public static class StandaloneDeployment.NoServerCoordinator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONTEXT_NO_SERVER_COORDINATOR |
Constructor and Description |
---|
NoServerCoordinator(StandaloneDeployment.NoServerDeploymentContext context, StandaloneDeploymentReceiver receiver) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
boolean |
isSuccess() |
void |
notifyCommitFailure(java.lang.Throwable reason) |
void |
notifyCommitSuccess() |
void |
notifyPrepareFailure(java.lang.Throwable reason) |
void |
notifyPrepareSuccess() |
public static final java.lang.String CONTEXT_NO_SERVER_COORDINATOR
public NoServerCoordinator(StandaloneDeployment.NoServerDeploymentContext context, StandaloneDeploymentReceiver receiver)
public boolean isSuccess()
public void execute() throws java.lang.Exception
java.lang.Exception
public void notifyPrepareSuccess()
public void notifyPrepareFailure(java.lang.Throwable reason)
public void notifyCommitSuccess()
public void notifyCommitFailure(java.lang.Throwable reason)