final class CommandRunnable extends AbstractJrbRunnable
| Modifier and Type | Field and Description |
|---|---|
private AbstractBaseCommand<? extends WaveBean> |
command
The command link.
|
private static org.slf4j.Logger |
LOGGER
The class logger.
|
private Wave |
wave
The
wave. |
BOOT_UP_ERROR, FUTURE_DONE, HPTP_QUEUED, JIT_ERROR, JTP_ERROR, JTP_ERROR_EXPLANATION, JTP_QUEUED, RUN_IT, SHUTDOWN_ERROR, THREAD_ERROR| Constructor and Description |
|---|
CommandRunnable(String runnableName,
AbstractBaseCommand<? extends WaveBean> command,
Wave wave)
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
runInto()
Run task and allow to throw a JRebirthException.
|
getCreationTime, getPriority, run, toStringprivate static final org.slf4j.Logger LOGGER
private final Wave wave
wave.private final AbstractBaseCommand<? extends WaveBean> command
CommandRunnable(String runnableName, AbstractBaseCommand<? extends WaveBean> command, Wave wave)
runnableName - the name of the action to performcommand - the command to run with the right threadwave - the wave that generates this command callprotected void runInto()
throws JRebirthThreadException
runInto in class AbstractJrbRunnableJRebirthThreadException - it thread errorCopyright © 2011–2014 JRebirth OSS. All rights reserved.