com.im.df.api 5.9

com.im.df.api
Interface DFSchemaProvider.StepInfo

Enclosing interface:
DFSchemaProvider

public static interface DFSchemaProvider.StepInfo

Return code of "Proceed to next state". This info object is hold by each state and can be obtained from getLastStepInfo method


Method Summary
 boolean canContinue()
          If returns false, the state is terminal, schema open should abort.
 Exception getException()
          Return exception which occured during last proceedToNextState or null
 String getMessage()
          Any info from last proceedToNextState call like "Login successful.", "Login failed.", etc.
 boolean isSuccessful()
          Is last proceedToNextState call successful or any error occurred?
 

Method Detail

getMessage

String getMessage()
Any info from last proceedToNextState call like "Login successful.", "Login failed.", etc.


isSuccessful

boolean isSuccessful()
Is last proceedToNextState call successful or any error occurred?


getException

Exception getException()
Return exception which occured during last proceedToNextState or null


canContinue

boolean canContinue()
If returns false, the state is terminal, schema open should abort.


com.im.df.api 5.9