|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CALExecutor
The interface supported by all CAL Executors, regardless of operating machine. Creation date: (3/27/01 8:30:03 AM)
| Method Summary | |
|---|---|
void |
addStatsGenerator(StatsGenerator gen)
Register a stats generator. |
Object |
exec(EntryPoint entryPoint,
Object[] arguments)
Execute the program from the specified entry point. |
ExecutionContext |
getContext()
|
void |
removeStatsGenerator(StatsGenerator gen)
Remove a stats generator. |
void |
requestQuit()
Ask the runtime to quit. |
void |
requestSuspend()
Ask the runtime to suspend. |
void |
setTraceFilters(List<Pattern> patterns)
Set the regular expressions that the tracing code uses to filter the traces. |
| Method Detail |
|---|
Object exec(EntryPoint entryPoint,
Object[] arguments)
throws CALExecutorException
entryPoint - arguments - (null is accepted and used as the 0-length Object array).
CALExecutorExceptionvoid addStatsGenerator(StatsGenerator gen)
gen - void removeStatsGenerator(StatsGenerator gen)
gen - void requestQuit()
void requestSuspend()
ExecutionContext getContext()
void setTraceFilters(List<Pattern> patterns)
patterns - The list of regular expressions to use when filtering traces.
|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||