public class BaseJobProcessor extends Object implements IJobProcessor
| Constructor and Description |
|---|
BaseJobProcessor(DumpyDB dumpyDB,
IStreamProcessor streamProcessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(IJob iJob) |
<ERROR extends Exception> |
isRunning() |
<ERROR extends Exception> |
start() |
<ERROR extends Exception> |
stop() |
public BaseJobProcessor(DumpyDB dumpyDB, IStreamProcessor streamProcessor)
public <ERROR extends Exception> void start() throws ERROR extends Exception
start in interface org.irenical.lifecycle.LifeCycleERROR extends Exceptionpublic <ERROR extends Exception> void stop() throws ERROR extends Exception
stop in interface org.irenical.lifecycle.LifeCycleERROR extends Exceptionpublic <ERROR extends Exception> boolean isRunning() throws ERROR extends Exception
isRunning in interface org.irenical.lifecycle.LifeCycleERROR extends Exceptionpublic void accept(IJob iJob)
accept in interface IJobProcessorCopyright © 2017 Irenical. All rights reserved.