public class DefaultUnprocessedWaveHandler extends Object implements UnprocessedWaveHandler, LinkMessages
ADD_BEHAVIOR, CALL_ANNOTATED_METHOD_ERROR, COMMAND_NOT_FOUND_ERROR, COMMAND_NOT_FOUND_MESSAGE, COMPONENT_INJECTION_FAILURE, COMPONENT_RELEASE_ERROR, CUSTOM_METHOD_NOT_FOUND, LISTEN_WAVE_TYPE, MODEL_NOT_FOUND_ERROR, MODEL_NOT_FOUND_MESSAGE, NO_WAVE_LISTENER, NOTIFIER_CONSUMES, NOTIFIER_HANDLES, SEND_WAVE, SERVICE_NOT_FOUND_ERROR, SERVICE_NOT_FOUND_MESSAGE, UNLISTEN_WAVE_TYPE, WAVE_BEAN_CREATION_ERROR, WAVE_DISPATCH_ERROR, WAVE_HANDLING_ERROR, WAVE_LOST, WAVE_LOST_CONTEXT, WAVE_SENDING_ERROR
Constructor and Description |
---|
DefaultUnprocessedWaveHandler() |
Modifier and Type | Method and Description |
---|---|
void |
manageUnprocessedWave(String contextExplanation,
Wave wave)
Manage unprocessed Wave.
|
void |
manageUnprocessedWave(Wave wave)
Manage unprocessed Wave.
|
public DefaultUnprocessedWaveHandler()
public void manageUnprocessedWave(Wave wave)
manageUnprocessedWave
in interface UnprocessedWaveHandler
wave
- the wave that wasn't be processed for any reasonpublic void manageUnprocessedWave(String contextExplanation, Wave wave)
manageUnprocessedWave
in interface UnprocessedWaveHandler
contextExplanation
- a string that explains the contextwave
- the wave that wasn't be processed for any reasonCopyright © 2011–2016 JRebirth OSS. All rights reserved.