public interface LinkMessages extends MessageContainer
| Modifier and Type | Field and Description |
|---|---|
static MessageItem |
CALL_ANNOTATED_METHOD_ERROR
"Error while trying to call annoated method {0} for component {1}
|
static MessageItem |
COMMAND_NOT_FOUND_ERROR
"Cannot get the right Command to process the wave : {0}".
|
static MessageItem |
COMMAND_NOT_FOUND_MESSAGE
"Cannot get the right Command to process the wave".
|
static MessageItem |
COMPONENT_INJECTION_FAILURE
"Component {0} injection has failed".
|
static MessageItem |
CUSTOM_METHOD_NOT_FOUND
"Custom method not found {0}".
|
static MessageItem |
LISTEN_WAVE_TYPE
"Listen {0} by {1}".
|
static MessageItem |
MODEL_NOT_FOUND_ERROR
"Cannot get the right Model to process the wave : {0}".
|
static MessageItem |
MODEL_NOT_FOUND_MESSAGE
"Cannot get the right Model to process the wave".
|
static MessageItem |
NO_WAVE_LISTENER
"No Listener attached for wave type : {0}".
|
static MessageItem |
NOTIFIER_CONSUMES
"NB consumes : {0}".
|
static MessageItem |
SEND_WAVE
"Send Wave {0}".
|
static MessageItem |
SERVICE_NOT_FOUND_ERROR
"Cannot get the right Service to process the wave : {0}".
|
static MessageItem |
SERVICE_NOT_FOUND_MESSAGE
"Cannot get the right Service to process the wave".
|
static MessageItem |
UNLISTEN_WAVE_TYPE
"UnListen {0} by {1}".
|
static MessageItem |
USE_DEFAULT_WAVE_HANDLER
"Impossible to load the UnprocessedWaveHandler , will use the default one".
|
static MessageItem |
WAVE_BEAN_CREATION_ERROR
"Impossible to build WaveBean instance : {0}".
|
static MessageItem |
WAVE_DISPATCH_ERROR
"Error while dispatching a wave".
|
static MessageItem |
WAVE_HANDLING_ERROR
"Error while handling a wave".
|
static MessageItem |
WAVE_LOST
"Wave Lost : {0}".
|
static MessageItem |
WAVE_LOST_CONTEXT
"Wave Lost [{1}]: {0}".
|
static MessageItem |
WAVE_SENDING_ERROR
"Failed to send Wave".
|
static final MessageItem WAVE_LOST
static final MessageItem WAVE_LOST_CONTEXT
static final MessageItem LISTEN_WAVE_TYPE
static final MessageItem UNLISTEN_WAVE_TYPE
static final MessageItem SEND_WAVE
static final MessageItem CUSTOM_METHOD_NOT_FOUND
static final MessageItem WAVE_DISPATCH_ERROR
static final MessageItem CALL_ANNOTATED_METHOD_ERROR
static final MessageItem USE_DEFAULT_WAVE_HANDLER
static final MessageItem WAVE_SENDING_ERROR
static final MessageItem COMMAND_NOT_FOUND_ERROR
static final MessageItem COMMAND_NOT_FOUND_MESSAGE
static final MessageItem SERVICE_NOT_FOUND_ERROR
static final MessageItem SERVICE_NOT_FOUND_MESSAGE
static final MessageItem MODEL_NOT_FOUND_ERROR
static final MessageItem MODEL_NOT_FOUND_MESSAGE
static final MessageItem NO_WAVE_LISTENER
static final MessageItem NOTIFIER_CONSUMES
static final MessageItem WAVE_HANDLING_ERROR
static final MessageItem WAVE_BEAN_CREATION_ERROR
static final MessageItem COMPONENT_INJECTION_FAILURE
Copyright © 2011–2014 JRebirth OSS. All rights reserved.