C# 클래스 Summer.Batch.Core.Job.Flow.Support.State.StepState

IState implementation that delegates to an IFlowExecutor to execute the specified Step.
상속: Summer.Batch.Core.Job.Flow.Support.State.AbstractState, IStepHolder, IStepLocator
파일 보기 프로젝트 열기: SummerBatch/SummerBatch

공개 메소드들

메소드 설명
GetStep ( string stepName ) : IStep

@see IStepLocator#GetStep .

GetStepNames ( ) : ICollection

@see IStepLocator#GetStepNames .

Handle ( IFlowExecutor executor ) : FlowExecutionStatus

@see IState#Handle .

IsEndState ( ) : bool

@see IState#IsEndState

StepState ( IStep step ) : System

Custom constructor using an IStep.

StepState ( IStep step, string name ) : System

Custom constructor using an IStep and a name.

StepState ( string name ) : System

Custom constructor using a name.

메소드 상세

GetStep() 공개 메소드

@see IStepLocator#GetStep .
 
public GetStep ( string stepName ) : IStep
stepName string
리턴 IStep

GetStepNames() 공개 메소드

@see IStepLocator#GetStepNames .
public GetStepNames ( ) : ICollection
리턴 ICollection

Handle() 공개 메소드

@see IState#Handle .
 
public Handle ( IFlowExecutor executor ) : FlowExecutionStatus
executor IFlowExecutor
리턴 FlowExecutionStatus

IsEndState() 공개 메소드

@see IState#IsEndState
public IsEndState ( ) : bool
리턴 bool

StepState() 공개 메소드

Custom constructor using an IStep.
public StepState ( IStep step ) : System
step IStep
리턴 System

StepState() 공개 메소드

Custom constructor using an IStep and a name.
public StepState ( IStep step, string name ) : System
step IStep
name string
리턴 System

StepState() 공개 메소드

Custom constructor using a name.
public StepState ( string name ) : System
name string
리턴 System