public interface RuleEngineIF extends ExecutableIF
ExecutableIF
Modifier and Type | Method and Description |
---|---|
void |
attachJob(Job job)
Attach the job descriptor to the engine.
|
execute, terminate
getContext, getDescriptor, init, setArguments, setContext, setDescriptor
void attachJob(Job job) throws InitializationFailedException
job
- the job descriptor.InitializationFailedException