com.ibm.batch.container.xjcl
Interface Navigator<T>

All Known Implementing Classes:
FlowNavigatorImpl, JobNavigatorImpl

public interface Navigator<T>


Method Summary
 ExecutionElement getFirstExecutionElement(String restartOn)
           
 String getId()
           
 T getJSL()
           
 Transition getNextTransition(ExecutionElement currentExecutionElem, String currentStepExitStatus)
           
 

Method Detail

getFirstExecutionElement

ExecutionElement getFirstExecutionElement(String restartOn)

getJSL

T getJSL()

getId

String getId()

getNextTransition

Transition getNextTransition(ExecutionElement currentExecutionElem,
                             String currentStepExitStatus)


Copyright © 2013. All Rights Reserved.