|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A generic interface describing a programmatic tool.
| Method Summary | |
void |
clearAll()
Removes any internal state within the tool object: any tool settings specified via the setter methods; any input validation errors and warnings; any execution errors and warnings; any results. |
void |
clearResults()
Removes any results held by the tool object after it executes. |
void |
clearSettings()
Removes any settings specified on the tool via the setter methods. |
long |
execute(EbiContext context)
Executes the operation. |
boolean |
isInputSet()
Tells whether the tool has been supplied with an input and is ready to execute. |
| Method Detail |
public boolean isInputSet()
public long execute(EbiContext context)
throws EboUnrecoverableSystemException,
EboSecurityException
context - the contextpublic void clearResults()
public void clearSettings()
public void clearAll()
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||