public class ChainServiceCommand extends DefaultCommand implements WaveListener
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOGGER
The class logger.
|
PROCESS_WAVE_METHOD_NAMECALL_ANNOTATED_METHOD_ERROR, COMMAND_NOT_FOUND_ERROR, COMMAND_NOT_FOUND_MESSAGE, COMPONENT_INJECTION_FAILURE, CUSTOM_METHOD_NOT_FOUND, LISTEN_WAVE_TYPE, MODEL_NOT_FOUND_ERROR, MODEL_NOT_FOUND_MESSAGE, NO_WAVE_LISTENER, NOTIFIER_CONSUMES, SEND_WAVE, SERVICE_NOT_FOUND_ERROR, SERVICE_NOT_FOUND_MESSAGE, UNLISTEN_WAVE_TYPE, USE_DEFAULT_WAVE_HANDLER, WAVE_BEAN_CREATION_ERROR, WAVE_DISPATCH_ERROR, WAVE_HANDLING_ERROR, WAVE_LOST, WAVE_LOST_CONTEXT, WAVE_SENDING_ERROR| Constructor and Description |
|---|
ChainServiceCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPerform(Wave wave)
Actions to perform after the command into the executor thread.
|
protected void |
perform(Wave wave)
Perform the command code.
|
void |
waveCancelled(Wave wave)
The wave has just been cancelled.
|
void |
waveConsumed(Wave wave)
The wave has just been consumed.
|
void |
waveCreated(Wave wave)
The wave has just been created.
|
void |
waveDestroyed(Wave wave)
The wave has just been destroyed.
|
void |
waveFailed(Wave wave)
The wave processing has failed.
|
void |
waveProcessed(Wave wave)
The wave is being processed.
|
void |
waveSent(Wave wave)
The wave has just been sent to the notifier.
|
initCommandbeforePerform, isRunning, readyfinalize, fireConsumed, fireFailed, getRunInto, getRunnablePriority, getWaveBean, processWave, run, runattachUi, callCommand, callCommand, getReturnCommand, getReturnWaveType, listen, listen, listen, registerCallback, registerCallback, registerCallback, release, returnData, sendWave, sendWave, setup, unlistengetCommand, getFirstKeyPart, getKey, getListKeyPart, getLocalFacade, getModel, getSecondKeyPart, getService, getThirdKeyPart, setKey, setLocalFacadeclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReturnCommand, getReturnWaveType, listen, listen, listen, registerCallback, registerCallback, registerCallback, sendWave, sendWave, unlistengetKey, getLocalFacade, release, setKey, setLocalFacade, setupattachUi, getModelgetService, returnDatacallCommand, callCommand, getCommandprotected void perform(Wave wave)
perform in class DefaultBeanCommand<DefaultWaveBean>wave - the wave that contain data to be processedpublic void afterPerform(Wave wave)
afterPerform in class AbstractSingleCommand<DefaultWaveBean>wave - the wave that triggered this commandpublic void waveCreated(Wave wave)
waveCreated in interface WaveListenerwave - the created wavepublic void waveSent(Wave wave)
waveSent in interface WaveListenerwave - the sent wavepublic void waveProcessed(Wave wave)
waveProcessed in interface WaveListenerwave - the processed wavepublic void waveConsumed(Wave wave)
waveConsumed in interface WaveListenerwave - the consumed wavepublic void waveFailed(Wave wave)
waveFailed in interface WaveListenerwave - the failed wavepublic void waveCancelled(Wave wave)
waveCancelled in interface WaveListenerwave - the cancelled wavepublic void waveDestroyed(Wave wave)
waveDestroyed in interface WaveListenerwave - the destroyed waveCopyright © 2011–2014 JRebirth OSS. All rights reserved.