com.amazonaws.services.simpleworkflow.flow.worker
Class CompleteWorkflowStateMachine
java.lang.Object
com.amazonaws.services.simpleworkflow.flow.worker.CompleteWorkflowStateMachine
public class CompleteWorkflowStateMachine
- extends Object
CompleteWorkflowStateMachine
public CompleteWorkflowStateMachine(com.amazonaws.services.simpleworkflow.flow.worker.DecisionId id,
Decision decision)
getId
public com.amazonaws.services.simpleworkflow.flow.worker.DecisionId getId()
getDecision
public Decision getDecision()
handleInitiationFailedEvent
public void handleInitiationFailedEvent(HistoryEvent event)
cancel
public void cancel(Runnable immediateCancellationCallback)
handleStartedEvent
public void handleStartedEvent(HistoryEvent event)
handleCancellationEvent
public void handleCancellationEvent()
handleCancellationFailureEvent
public void handleCancellationFailureEvent(HistoryEvent event)
handleCompletionEvent
public void handleCompletionEvent()
handleInitiatedEvent
public void handleInitiatedEvent(HistoryEvent event)
getState
public com.amazonaws.services.simpleworkflow.flow.worker.DecisionState getState()
handleCancellationInitiatedEvent
public void handleCancellationInitiatedEvent()
isDone
public boolean isDone()
handleDecisionTaskStartedEvent
public void handleDecisionTaskStartedEvent()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.