|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPHXDriver
this is the interface that drivers managed by the Analysis Server must implement.
| Method Summary | |
|---|---|
boolean |
endIteration()
performs the second step for an iteration of a driver. |
void |
initializeIterations()
initializes the driver to a starting state. |
void |
startIteration()
performs the first step for an iteration of a driver. |
| Methods inherited from interface com.phoenix_int.aserver.IPHXComponent |
|---|
end |
| Method Detail |
|---|
void initializeIterations()
throws java.lang.Exception
java.lang.Exception - thrown if the function does
not complete succesfully
void startIteration()
throws java.lang.Exception
java.lang.Exception - thrown if the function does
not complete succesfully
boolean endIteration()
throws java.lang.Exception
java.lang.Exception - thrown if the function does
not complete succesfully
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||