public abstract class RunnerController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Runner |
_cdcRunner |
protected String |
_module |
protected Tracer |
_tracer |
| Constructor and Description |
|---|
RunnerController(Runner cdcRunner,
ICdcTracer tracer,
String module) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeCdc()
Close the CDC runner
|
void |
disableCdc()
Disable CDC
|
void |
dumpCdcInfo()
Dump CDC info
|
void |
enableCdc()
Enable CDC
|
String |
handleCdcClose(String command,
String[] args)
CDC close command handler
|
String |
handleCdcDisable(String command,
String[] args)
CDC disable command handler
|
String |
handleCdcEnable(String command,
String[] args)
CDC enable command handler
|
String |
handleCdcInfo(String command,
String[] args)
CDC info command handler
|
String |
handleCdcOpen(String command,
String[] args)
CDC open command handler
|
String |
handleCdcOpenDone(String command,
String[] args)
CDC open done check command handler
|
String |
handleCdcStart(String command,
String[] args)
CDC start command handler
|
String |
handleCdcState(String command,
String[] args)
CDC state command handler
|
String |
handleCdcStop(String command,
String[] args)
CDC stop command handler
|
String |
handleCdcStopDone(String command,
String[] args)
CDC stop done check command handler
|
void |
openCdc(boolean async)
Open the CDC runner
|
void |
startCdc()
Start the CDC runner
|
void |
stopCdc(boolean async)
Stop the CDC runner
|
protected final Runner _cdcRunner
protected final Tracer _tracer
protected final String _module
public RunnerController(Runner cdcRunner, ICdcTracer tracer, String module) throws Exception
Exceptionpublic final void openCdc(boolean async)
throws Exception
Exceptionpublic final void stopCdc(boolean async)
public final void enableCdc()
public final void disableCdc()
public final void dumpCdcInfo()
public final void closeCdc()
public final String handleCdcOpen(String command, String[] args) throws Exception
Exceptionpublic final String handleCdcOpenDone(String command, String[] args) throws Exception
Exceptionpublic final String handleCdcStart(String command, String[] args) throws Exception
Exceptionpublic final String handleCdcState(String command, String[] args) throws Exception
Exceptionpublic final String handleCdcStop(String command, String[] args) throws Exception
Exceptionpublic final String handleCdcStopDone(String command, String[] args) throws Exception
Exceptionpublic final String handleCdcEnable(String command, String[] args) throws Exception
Exceptionpublic final String handleCdcDisable(String command, String[] args) throws Exception
Exceptionpublic final String handleCdcInfo(String command, String[] args) throws Exception
ExceptionCopyright © 2016 Neeve Research, LLC. All Rights Reserved.