public class CompleteWorkflowStateMachine extends Object
Constructor and Description |
---|
CompleteWorkflowStateMachine(com.amazonaws.services.simpleworkflow.flow.worker.DecisionId id,
Decision decision) |
Modifier and Type | Method and Description |
---|---|
void |
cancel(Runnable immediateCancellationCallback) |
Decision |
getDecision() |
com.amazonaws.services.simpleworkflow.flow.worker.DecisionId |
getId() |
com.amazonaws.services.simpleworkflow.flow.worker.DecisionState |
getState() |
void |
handleCancellationEvent() |
void |
handleCancellationFailureEvent(HistoryEvent event) |
void |
handleCancellationInitiatedEvent() |
void |
handleCompletionEvent() |
void |
handleDecisionTaskStartedEvent() |
void |
handleInitiatedEvent(HistoryEvent event) |
void |
handleInitiationFailedEvent(HistoryEvent event) |
void |
handleStartedEvent(HistoryEvent event) |
boolean |
isDone() |
String |
toString() |
public CompleteWorkflowStateMachine(com.amazonaws.services.simpleworkflow.flow.worker.DecisionId id, Decision decision)
public com.amazonaws.services.simpleworkflow.flow.worker.DecisionId getId()
public Decision getDecision()
public void handleInitiationFailedEvent(HistoryEvent event)
public void cancel(Runnable immediateCancellationCallback)
public void handleStartedEvent(HistoryEvent event)
public void handleCancellationEvent()
public void handleCancellationFailureEvent(HistoryEvent event)
public void handleCompletionEvent()
public void handleInitiatedEvent(HistoryEvent event)
public com.amazonaws.services.simpleworkflow.flow.worker.DecisionState getState()
public void handleCancellationInitiatedEvent()
public boolean isDone()
public void handleDecisionTaskStartedEvent()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.