public interface TrianaServer
Modifier and Type | Method and Description |
---|---|
SchedulerInterface |
getSchedulerInterface() |
void |
notifyError(RunnableInstance runnable,
java.lang.String message)
Called be a runnable instance to notify that an error has occured
|
void |
runTask(Task task)
Called by a control task to run the specified task within a running taskgraph
|
SchedulerInterface getSchedulerInterface()
void runTask(Task task) throws SchedulerException
SchedulerException
void notifyError(RunnableInstance runnable, java.lang.String message)