public class CompleteWorkflowStateMachine
extends java.lang.Object
| コンストラクタと説明 |
|---|
CompleteWorkflowStateMachine(com.amazonaws.services.simpleworkflow.flow.worker.DecisionId id,
Decision decision) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
cancel(java.lang.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() |
java.lang.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(java.lang.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()
public java.lang.String toString()
toString クラス内 java.lang.Object