public interface IProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
execute(IProcessorContext oContext)
Performs the execution activity for the processor
|
void |
init()
Any initialization of the processor is done here
|
void init()
void execute(IProcessorContext oContext) throws SchedulerException
oContext - SchedulerException? Copyright 2013 BMC Software, Inc.