|
com.im.df.api 5.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
String getMessage()
boolean isSuccessful()
Exception getException()
boolean canContinue()
|
com.im.df.api 5.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||