org.rhq.enterprise.communications.i18n
Interface CommI18NResourceKeys
@I18NResourceBundle(baseName="comm-messages",
defaultLocale="en")
public interface CommI18NResourceKeys
I18N resource bundle keys that identify the messages needed by the communications module.
- Author:
- John Mazzitelli
SERVER_POLLING_THREAD_ADDED_POLLING_LISTENER
@I18NMessages(value=@I18NMessage(value="Added the polling listener [{0}]"))
static final String SERVER_POLLING_THREAD_ADDED_POLLING_LISTENER
- See Also:
- Constant Field Values
SERVER_POLLING_THREAD_REMOVED_POLLING_LISTENER
@I18NMessages(value=@I18NMessage(value="Removed the polling listener [{0}]"))
static final String SERVER_POLLING_THREAD_REMOVED_POLLING_LISTENER
- See Also:
- Constant Field Values
COMMUNICATOR_CHANGING_ENDPOINT
@I18NMessages(value=@I18NMessage(value="Communicator is changing endpoint from [{0}] to [{1}]"))
static final String COMMUNICATOR_CHANGING_ENDPOINT
- See Also:
- Constant Field Values
INITIALIZE_CALLBACK_DONE
@I18NMessages(value=@I18NMessage(value="The initialize callback has finished. Callback to be invoked again? [{0}]"))
static final String INITIALIZE_CALLBACK_DONE
- See Also:
- Constant Field Values
INITIALIZE_CALLBACK_FAILED
@I18NMessages(value=@I18NMessage(value="The initialize callback has failed. It will be tried again. Cause: {0}"))
static final String INITIALIZE_CALLBACK_FAILED
- See Also:
- Constant Field Values
COMM_CCE
@I18NMessages(value=@I18NMessage(value="The remote server did not reply with a valid command response. Reply was: [{0}]"))
static final String COMM_CCE
- See Also:
- Constant Field Values
INVALID_PERMITS_CONFIG
@I18NMessages(value=@I18NMessage(value="Invalid number of semaphore permits [{0}] configured for [{1}]. Defaulting to [{2}]"))
static final String INVALID_PERMITS_CONFIG
- See Also:
- Constant Field Values
KEYSTORE_EXISTS
@I18NMessages(value={@I18NMessage(value="Confirmed that keystore already exists: [{0}]"),@I18NMessage(value="Best\u00c3\u00a4tigt, dass der Keystore schon besteht: [{0}]",locale="de")})
static final String KEYSTORE_EXISTS
- See Also:
- Constant Field Values
CANNOT_CREATE_KEYSTORE_DIR
@I18NMessages(value=@I18NMessage(value="The keystore directory [{0}] does not exist and cannot be created"))
static final String CANNOT_CREATE_KEYSTORE_DIR
- See Also:
- Constant Field Values
KEYSTORE_PASSWORD_NULL
@I18NMessages(value={@I18NMessage(value="Keystore password must not be null"),@I18NMessage(value="Das Keystore-Passwort darf nicht leer sein",locale="de")})
static final String KEYSTORE_PASSWORD_NULL
- See Also:
- Constant Field Values
KEYSTORE_PASSWORD_MIN_LENGTH
@I18NMessages(value=@I18NMessage(value="Keystore password must be at least 6 characters long "))
static final String KEYSTORE_PASSWORD_MIN_LENGTH
- See Also:
- Constant Field Values
KEY_PASSWORD_UNSPECIFIED
@I18NMessages(value={@I18NMessage(value="Key password is not specified; when creating the keystore [{0}], the key password will be the same as the keystore password"),@I18NMessage(value="Das Passwort f\u00c3\u00bcr den Schl\u00c3\u00bcssel wurde beim Anlegen des Keystores [{0}] nicht angegeben, als Passwort f\u00c3\u00bcr den Schl\u00c3\u00bcssel wird das des Keystores verwendet",locale="de")})
static final String KEY_PASSWORD_UNSPECIFIED
- See Also:
- Constant Field Values
KEYSTORE_PASSWORD_NOT_LONG_ENOUGH
@I18NMessages(value={@I18NMessage(value="Keystore password must be at least 6 characters long"),@I18NMessage(value="Das Password f\u00c3\u00bcr den Keystore muss mindestens 6 Zeichen lang sein",locale="de")})
static final String KEYSTORE_PASSWORD_NOT_LONG_ENOUGH
- See Also:
- Constant Field Values
KEY_PASSWORD_NOT_LONG_ENOUGH
@I18NMessages(value={@I18NMessage(value="Key password must be at least 6 characters long"),@I18NMessage(value="Das Passwort f\u00c3\u00bcr den Schl\u00c3\u00bcssel muss mindestens 6 Zeichen lang sein",locale="de")})
static final String KEY_PASSWORD_NOT_LONG_ENOUGH
- See Also:
- Constant Field Values
KEYSTORE_CREATION_FAILURE
@I18NMessages(value={@I18NMessage(value="Failed to create keystore [{0}] with arguments [{1}]"),@I18NMessage(value="Konte den Keystore [{0}] mit den Argumenten [{1}] nicht anlegen",locale="de")})
static final String KEYSTORE_CREATION_FAILURE
- See Also:
- Constant Field Values
KEYSTORE_CREATED
@I18NMessages(value={@I18NMessage(value="Keystore has been created at [{0}]"),@I18NMessage(value="Keystore wurde unter [{0}] angelegt",locale="de")})
static final String KEYSTORE_CREATED
- See Also:
- Constant Field Values
PING_ACK
@I18NMessages(value={@I18NMessage(value="PING ACKNOWLEDGE"),@I18NMessage(value="PING BEST\u00c3\u0084TIGUNG",locale="de")})
static final String PING_ACK
- See Also:
- Constant Field Values
INVALID_POJO_INTERFACE
@I18NMessages(value={@I18NMessage(value="The given pojo [{0}] does not implement the interface [{1}]"),@I18NMessage(value="Das \u00c3\u00bcbergebene POJO [{0}] implmentiert die Schnittstelle [{1}] nicht",locale="de")})
static final String INVALID_POJO_INTERFACE
- See Also:
- Constant Field Values
INVALID_INTERFACE
@I18NMessages(value={@I18NMessage(value="The given interface [{0}] is not valid. Cause: {1}"),@I18NMessage(value="Die gegebene Schnittstelle ist ung\u00c3\u00bcltig. Grund: {1} ",locale="de")})
static final String INVALID_INTERFACE
- See Also:
- Constant Field Values
NO_POJO_SERVICE
@I18NMessages(value={@I18NMessage(value="There is no remote POJO that can service the method invocation request. Command: {0} "),@I18NMessage(value="Es gibt kein entferntes Objekt, das die Anfrage bearbeiten kann. Kommando: {0}",locale="de")})
static final String NO_POJO_SERVICE
- See Also:
- Constant Field Values
REMOTE_POJO_EXECUTE_FAILURE
@I18NMessages(value=@I18NMessage(value="Failed to execute a remote pojo invocation"))
static final String REMOTE_POJO_EXECUTE_FAILURE
- See Also:
- Constant Field Values
COMMAND_NOT_PERMITTED
@I18NMessages(value=@I18NMessage(value="Command not permitted - server reached its limit of concurrent invocations [{0}]. Retry in [{1}]ms"))
static final String COMMAND_NOT_PERMITTED
- See Also:
- Constant Field Values
NO_PARAM_DEF_ACCEPTS_ALL
@I18NMessages(value=@I18NMessage(value="Command does not define any parameter definitions and accepts all parameters"))
static final String NO_PARAM_DEF_ACCEPTS_ALL
- See Also:
- Constant Field Values
NULL_PARAM_NAME
@I18NMessages(value={@I18NMessage(value="Parameter name must not be null"),@I18NMessage(value="Der Name des Parameters darf nicht leer sein",locale="de")})
static final String NULL_PARAM_NAME
- See Also:
- Constant Field Values
NULL_PARAM_NAME_SET
@I18NMessages(value={@I18NMessage(value="Cannot add a parameter whose name is null"),@I18NMessage(value="Kann keinen Parameter hinzuf\u00c3\u00bcgen dessen Name null ist",locale="de")})
static final String NULL_PARAM_NAME_SET
- See Also:
- Constant Field Values
NULL_PARAM_NAME_REMOVE
@I18NMessages(value={@I18NMessage(value="Cannot remove a parameter whose name is null"),@I18NMessage(value="Kann keinen Parameter l\u00c3\u00b6schen dessen Name null ist",locale="de")})
static final String NULL_PARAM_NAME_REMOVE
- See Also:
- Constant Field Values
MISSING_REQUIRED_FIELD
@I18NMessages(value={@I18NMessage(value="Missing required field [{0}]; command=[{1}]"),@I18NMessage(value="Das Pflichtfeld [{0}] f\u00c3\u00bcr das Kommando [{1}] fehlt",locale="de")})
static final String MISSING_REQUIRED_FIELD
- See Also:
- Constant Field Values
BAD_REQUIRED_PARAM_TYPE
@I18NMessages(value={@I18NMessage(value="Required field [{0}] must be of type [{1}] with nullable set to [{2}] but was a [{3}]; command=[{4}]"),@I18NMessage(value="Das Pflichtfeld [{0}] muss vom Typ [{1}] sein mit nullable auf [{2}] gesetzt, war aber [{3}]; Kommando [{4}]",locale="de")})
static final String BAD_REQUIRED_PARAM_TYPE
- See Also:
- Constant Field Values
BAD_OPTIONAL_PARAM_TYPE
@I18NMessages(value={@I18NMessage(value="Optional field [{0}] must be of type [{1}] with nullable set to [{2}] but was a [{3}]; command=[{4}]"),@I18NMessage(value="Das optinale Feld [{0}] muss vom Typ [{1}] sein mit nullable auf [{2}] gesetzt, war aber [{3}]; Kommando [{4}]",locale="de")})
static final String BAD_OPTIONAL_PARAM_TYPE
- See Also:
- Constant Field Values
UNEXPECTED_PARAM
@I18NMessages(value={@I18NMessage(value="Unexpected parameter with the name [{0}] has been specified; command=[{1}]"),@I18NMessage(value="Es wurde ein unerwarteter Parameter mit Namen [{0}] angegeben; Kommando=[{1}]",locale="de")})
static final String UNEXPECTED_PARAM
- See Also:
- Constant Field Values
SHOULD_NOT_OCCUR
@I18NMessages(value={@I18NMessage(value="This should never have occurred"),@I18NMessage(value="Dies h\u00c3\u00a4tte nie passieren d\u00c3\u00bcrfen",locale="de")})
static final String SHOULD_NOT_OCCUR
- See Also:
- Constant Field Values
NULL_COMMAND_TYPE
@I18NMessages(value={@I18NMessage(value="Command type must not be null"),@I18NMessage(value="Der Typ des Kommandos darf nicht null sein",locale="de")})
static final String NULL_COMMAND_TYPE
- See Also:
- Constant Field Values
DUP_DEFS
@I18NMessages(value={@I18NMessage(value="Cannot have mutiple parameter definitions with the same name [{0}]"),@I18NMessage(value="Mehrere Parameter mit dem selben Namen [{0}] sind nicht erlaubt",locale="de")})
static final String DUP_DEFS
- See Also:
- Constant Field Values
EMPTY_NAME
@I18NMessages(value={@I18NMessage(value="Command type name must be 1 or more non-space characters"),@I18NMessage(value="Der Name des Kommandotyps muss einen oder mehrere Zeichen enthalten, die keine Leerzeichen sind",locale="de")})
static final String EMPTY_NAME
- See Also:
- Constant Field Values
NULL_NAME_VERSION
@I18NMessages(value={@I18NMessage(value="Command type name/version string must not be null"),@I18NMessage(value="Der Name oder die Version des Kommandotyps darf nicht null sein",locale="de")})
static final String NULL_NAME_VERSION
- See Also:
- Constant Field Values
INVALID_NAME_VERSION
@I18NMessages(value={@I18NMessage(value="Command type name/version string was invalid [{0}]"),@I18NMessage(value="Der Name oder die Version des Kommandotyps war ung\u00c3\u00bcltig [{0}]",locale="de")})
static final String INVALID_NAME_VERSION
- See Also:
- Constant Field Values
NAME_MISSING
@I18NMessages(value={@I18NMessage(value="Command type name/version string is missing the name [{0}]"),@I18NMessage(value="Dem Kommandotyp fehlt der name [{0}]",locale="de")})
static final String NAME_MISSING
- See Also:
- Constant Field Values
VERSION_INVALID
@I18NMessages(value={@I18NMessage(value="Command type name/version string has an invalid version number [{0}]"),@I18NMessage(value="Der Kommandotyp hat eine ung\u00c3\u00bcltige Versionsnummer [{0}]",locale="de")})
static final String VERSION_INVALID
- See Also:
- Constant Field Values
CANNOT_COMPARE_DIFF_NAMES
@I18NMessages(value=@I18NMessage(value="Cannot compare command types with different names: [{0}] != [{1}]"))
static final String CANNOT_COMPARE_DIFF_NAMES
- See Also:
- Constant Field Values
CALLBACK_FAILED
@I18NMessages(value=@I18NMessage(value="Failed to notify callback of response [{0}]"))
static final String CALLBACK_FAILED
- See Also:
- Constant Field Values
SEND_FAILED
@I18NMessages(value={@I18NMessage(value="Failed to send command [{0}]. Cause: {1}"),@I18NMessage(value="Das Kommando [{0}] konnte nicht gesendet werden. Grund: {1}",locale="de")})
static final String SEND_FAILED
- See Also:
- Constant Field Values
AGENT_PING_FAILED
@I18NMessages(value={@I18NMessage(value="Failed to ping the agent at [{0}], because we could not connect to it."),@I18NMessage(locale="de",value="Ein Ping zum Agent unter [{0}] ist fehlgeschlagen, da der Agent nicht kontaktiert werden konnte")})
static final String AGENT_PING_FAILED
- See Also:
- Constant Field Values
QUEUING_FAILED_COMMAND
@I18NMessages(value=@I18NMessage(value="The command that failed has its guaranteed-delivery flag set so it is being queued again"))
static final String QUEUING_FAILED_COMMAND
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_TASK_REQUEUE_FAILED
@I18NMessages(value=@I18NMessage(value="Failed to re-queue the command - it is lost: [{0}]"))
static final String CLIENT_COMMAND_SENDER_TASK_REQUEUE_FAILED
- See Also:
- Constant Field Values
SEND_FAILED_NO_ARG
@I18NMessages(value={@I18NMessage(value="Failed to send command"),@I18NMessage(value="Das Kommando konnte nicht gesendet werden",locale="de")})
static final String SEND_FAILED_NO_ARG
- See Also:
- Constant Field Values
SERVER_POLLING_THREAD_STARTED
@I18NMessages(value=@I18NMessage(value="Server polling thread has started and will poll for server status every [{0}] milliseconds"))
static final String SERVER_POLLING_THREAD_STARTED
- See Also:
- Constant Field Values
SERVER_POLLING_THREAD_SERVER_ONLINE
@I18NMessages(value={@I18NMessage(value="The server has come back online; client has been told to start sending commands again"),@I18NMessage(value="Der Server ist wieder online. Der Client wird wieder Kommandos senden",locale="de")})
static final String SERVER_POLLING_THREAD_SERVER_ONLINE
- See Also:
- Constant Field Values
SERVER_POLLING_THREAD_SERVER_OFFLINE
@I18NMessages(value={@I18NMessage(value="The server has gone offline; client has been told to stop sending commands"),@I18NMessage(value="Der Server ist offline gegangen. Der Client wird keine weitere Kommandos senden",locale="de")})
static final String SERVER_POLLING_THREAD_SERVER_OFFLINE
- See Also:
- Constant Field Values
SERVER_POLL_FAILURE
@I18NMessages(value=@I18NMessage(value="Failed to successfully poll the server. This is normally due to the server not being up yet. You can usually ignore this message since it will be tried again later, however, you should ensure this failure was not really caused by a misconfiguration. Cause: {0}"))
static final String SERVER_POLL_FAILURE
- See Also:
- Constant Field Values
SERVER_POLLING_THREAD_STOPPED
@I18NMessages(value=@I18NMessage(value="Server polling thread has been stopped"))
static final String SERVER_POLLING_THREAD_STOPPED
- See Also:
- Constant Field Values
SEND_THROTTLE_CONFIGURED
@I18NMessages(value=@I18NMessage(value="Send throttling is configured for [{0}] max commands and quiet periods of [{1}] milliseconds. These will take effect while send throttling is enabled."))
static final String SEND_THROTTLE_CONFIGURED
- See Also:
- Constant Field Values
SEND_THROTTLE_ENABLED
@I18NMessages(value=@I18NMessage(value="Send throttling is now enabled - a maximum of [{0}] commands are allowed to be sent in between quiet periods of [{1}] milliseconds."))
static final String SEND_THROTTLE_ENABLED
- See Also:
- Constant Field Values
SEND_THROTTLE_DISABLED
@I18NMessages(value=@I18NMessage(value="Send throttling is disabled - commands will be sent as fast as possible"))
static final String SEND_THROTTLE_DISABLED
- See Also:
- Constant Field Values
SEND_THROTTLE_CANNOT_KILL
@I18NMessages(value=@I18NMessage(value="Cannot kill the send throttle quiet period thread"))
static final String SEND_THROTTLE_CANNOT_KILL
- See Also:
- Constant Field Values
INVALID_PURGE_PERCENTAGE
@I18NMessages(value=@I18NMessage(value="The purge percentage [{0}] must be between 0 and 99"))
static final String INVALID_PURGE_PERCENTAGE
- See Also:
- Constant Field Values
INVALID_MAX_SIZE
@I18NMessages(value={@I18NMessage(value="The max size [{0}] must be greater than or equal to [{1}]"),@I18NMessage(value="Die Maximalgr\u00c3\u00bc\u00c3\u009fe [{0}] muss gr\u00c3\u00b6\u00c3\u009fer oder gleich [{1}] sein",locale="de")})
static final String INVALID_MAX_SIZE
- See Also:
- Constant Field Values
CLIENT_REMOTE_POJO_INVOKER_EXECUTION_FAILURE
@I18NMessages(value=@I18NMessage(value="Failed to execute remote POJO method [{0}]. Cause: {1}"))
static final String CLIENT_REMOTE_POJO_INVOKER_EXECUTION_FAILURE
- See Also:
- Constant Field Values
COMMAND_QUEUE_NULL_CONFIG
@I18NMessages(value={@I18NMessage(value="Command queue configuration must not be null"),@I18NMessage(value="Die Konfiguration f\u00c3\u00bcr die Warteschlange darf nicht leer sein",locale="de")})
static final String COMMAND_QUEUE_NULL_CONFIG
- See Also:
- Constant Field Values
COMMAND_QUEUE_CONFIGURED
@I18NMessages(value=@I18NMessage(value="Queue throttling is configured for [{0}] max commands in burst periods of [{1}] milliseconds. These will take effect when queue throttling is enabled."))
static final String COMMAND_QUEUE_CONFIGURED
- See Also:
- Constant Field Values
COMMAND_QUEUE_ENABLED
@I18NMessages(value=@I18NMessage(value="Command Queue is now throttling - a maximum of [{0}] commands are allowed to be dequeued every [{1}] milliseconds"))
static final String COMMAND_QUEUE_ENABLED
- See Also:
- Constant Field Values
COMMAND_QUEUE_DISABLED
@I18NMessages(value=@I18NMessage(value="Command Queue is not throttling - commands will be dequeued as fast as possible"))
static final String COMMAND_QUEUE_DISABLED
- See Also:
- Constant Field Values
CMDLINE_CLIENT_RESPONSE
@I18NMessages(value={@I18NMessage(value="Command response: {0}"),@I18NMessage(value="Antwort auf das Kommando: {0}",locale="de")})
static final String CMDLINE_CLIENT_RESPONSE
- See Also:
- Constant Field Values
CMDLINE_CLIENT_EXECUTE_FAILURE
@I18NMessages(value={@I18NMessage(value="Failed to execute command: {0}"),@I18NMessage(value="Konnte das Kommando {0} nicht ausf\u00c3\u00bchren ",locale="de")})
static final String CMDLINE_CLIENT_EXECUTE_FAILURE
- See Also:
- Constant Field Values
CMDLINE_CLIENT_PROCESS_ARGS_FAILURE
@I18NMessages(value={@I18NMessage(value="Failed to process the command line arguments"),@I18NMessage(value="Konnte die Kommandozeilenparameter nicht verarbeiten",locale="de")})
static final String CMDLINE_CLIENT_PROCESS_ARGS_FAILURE
- See Also:
- Constant Field Values
CMDLINE_CLIENT_USING_GENERIC_CLIENT
@I18NMessages(value=@I18NMessage(value="Using generic command client to issue an unknown command: [{0}]"))
static final String CMDLINE_CLIENT_USING_GENERIC_CLIENT
- See Also:
- Constant Field Values
CMDLINE_CLIENT_NULL_URI
@I18NMessages(value={@I18NMessage(value="Locator URI must not be null"),@I18NMessage(value="Die URI darf nicht leer sein",locale="de")})
static final String CMDLINE_CLIENT_NULL_URI
- See Also:
- Constant Field Values
CMDLINE_CLIENT_USAGE
@I18NMessages(value=@I18NMessage(value="[options] [paramName[=[paramValue]]\\n\\\n\\n\\\noptions:\\n\\\n -h, --help Show this help message\\n\\\n -- Stop processing options\\n\\\n -p, --pkgs= Defines command client class locations (colon-separated)\\n\\\n -c, --cmd= Set the name of the command to issue\\n\\\n -v, --version Set the version of the command to issue\\n\\\n -l, --class= Defines the command client class to use; this ignores --pkgs\\n\\\n -u, --uri= Sets the locator URI used to connect to the server\\n\\\n -s, --subsystem= Sets the subsystem name of the server\'s command processor handler\\n\\\n\\n\\\nparamName Sets the name of a command parameter\\n\\\nparamValue Sets the value of the command parameter, \'true\' if unspecified\\n\\\n\\n\\\nNote that -c and -u are required options in order to be able to issue any commands to the command processor.\\n\\\nIf the command type\'s specific command client can not be found, will attempt with a generic client.\\n"))
static final String CMDLINE_CLIENT_USAGE
- See Also:
- Constant Field Values
CMDLINE_CLIENT_CMDLINE_PARAM
@I18NMessages(value={@I18NMessage(value="{0}: command parameter: {1}={2}"),@I18NMessage(value="{0}: Kommandoparameter {1}={2}",locale="de")})
static final String CMDLINE_CLIENT_CMDLINE_PARAM
- See Also:
- Constant Field Values
CMDLINE_CLIENT_INVALID_CMD_VERSION
@I18NMessages(value={@I18NMessage(value="Command version [{0}] is invalid. Cause: {1}"),@I18NMessage(value="Kommandoversion [{0}] ist ung\u00c3\u00bcltig. Grund: {1}",locale="de")})
static final String CMDLINE_CLIENT_INVALID_CMD_VERSION
- See Also:
- Constant Field Values
CMDLINE_CLIENT_PACKAGES
@I18NMessages(value=@I18NMessage(value="{0}: command class packages: {1}"))
static final String CMDLINE_CLIENT_PACKAGES
- See Also:
- Constant Field Values
CMDLINE_CLIENT_CLASSNAME
@I18NMessages(value=@I18NMessage(value="{0}: command client class name: {1}"))
static final String CMDLINE_CLIENT_CLASSNAME
- See Also:
- Constant Field Values
CMDLINE_CLIENT_COMMAND
@I18NMessages(value={@I18NMessage(value="{0}: command: {1}"),@I18NMessage(value="{0}: Kommando: {1}",locale="de")})
static final String CMDLINE_CLIENT_COMMAND
- See Also:
- Constant Field Values
CMDLINE_CLIENT_LOCATOR_URI
@I18NMessages(value=@I18NMessage(value="{0}: locator uri: {1}"))
static final String CMDLINE_CLIENT_LOCATOR_URI
- See Also:
- Constant Field Values
CMDLINE_CLIENT_SUBSYSTEM
@I18NMessages(value={@I18NMessage(value="{0}: subsystem: {1}"),@I18NMessage(value="{0}: Subsystem: {1}",locale="de")})
static final String CMDLINE_CLIENT_SUBSYSTEM
- See Also:
- Constant Field Values
CMDLINE_CLIENT_UNHANDLED_OPTION
@I18NMessages(value=@I18NMessage(value="unhandled option code: {0}"))
static final String CMDLINE_CLIENT_UNHANDLED_OPTION
- See Also:
- Constant Field Values
CMDLINE_CLIENT_CANNOT_FIND_CLIENT
@I18NMessages(value=@I18NMessage(value="cannot find command client class - no command specified"))
static final String CMDLINE_CLIENT_CANNOT_FIND_CLIENT
- See Also:
- Constant Field Values
CMDLINE_CLIENT_CANNOT_FIND_CLIENT_SEARCHED
@I18NMessages(value=@I18NMessage(value="cannot find command client class - searched for command client here"))
static final String CMDLINE_CLIENT_CANNOT_FIND_CLIENT_SEARCHED
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_ADDED_STATE_LISTENER
@I18NMessages(value=@I18NMessage(value="Added the command client sender state listener [{0}]; sender is sending=[{1}]; notify listener immediately=[{2}]"))
static final String CLIENT_COMMAND_SENDER_ADDED_STATE_LISTENER
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_REMOVED_STATE_LISTENER
@I18NMessages(value=@I18NMessage(value="Removed the command client sender state listener [{0}]"))
static final String CLIENT_COMMAND_SENDER_REMOVED_STATE_LISTENER
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_NOTIFYING_STATE_LISTENERS
@I18NMessages(value=@I18NMessage(value="Notifying command client sender state listeners of a state change - sender is sending=[{0}]"))
static final String CLIENT_COMMAND_SENDER_NOTIFYING_STATE_LISTENERS
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_STATE_LISTENER_EXCEPTION
@I18NMessages(value={@I18NMessage(value="Listener [{0}] threw an exception: {1}"),@I18NMessage(value="Listener [{0}] hat eine Exception geworfen: {1} ",locale="de")})
static final String CLIENT_COMMAND_SENDER_STATE_LISTENER_EXCEPTION
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_NULL_REMOTE_COMM
@I18NMessages(value=@I18NMessage(value="Remote communicator must not be null"))
static final String CLIENT_COMMAND_SENDER_NULL_REMOTE_COMM
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_NULL_CONFIG
@I18NMessages(value={@I18NMessage(value="Sender configuration must not be null"),@I18NMessage(value="Die Senderkonfiguration darf nicht leer sein",locale="de")})
static final String CLIENT_COMMAND_SENDER_NULL_CONFIG
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_COMMAND_SPOOL_ACCESS_ERROR
@I18NMessages(value=@I18NMessage(value="Cannot access the command spool file [{0}] - cannot guarantee the delivery of commands to [{1}]. Cause: {2}"))
static final String CLIENT_COMMAND_SENDER_COMMAND_SPOOL_ACCESS_ERROR
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_REQUEUE_FAILED
@I18NMessages(value=@I18NMessage(value="Failed to queue up the previously queued tasks - some commands are lost for [{0}]"))
static final String CLIENT_COMMAND_SENDER_REQUEUE_FAILED
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_REQUEUE
@I18NMessages(value=@I18NMessage(value="A new client sender has re-queued [{0}] commands for [{1}]"))
static final String CLIENT_COMMAND_SENDER_REQUEUE
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_FULL_QUEUE
@I18NMessages(value={@I18NMessage(value="Queue is full - the command will not be sent: [{0}]"),@I18NMessage(value="Die Warteschlange ist voll. Das Kommando wird nicht gesendet: [{0}]",locale="de")})
static final String CLIENT_COMMAND_SENDER_FULL_QUEUE
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_QUEUE_FAILED
@I18NMessages(value={@I18NMessage(value="Failed to queue the command - it will not be sent now [{0}]"),@I18NMessage(value="Konnte das Kommando nicht in die Warteschlange einstellen - es wird jetzt nicht gesendet [{0}]",locale="de")})
static final String CLIENT_COMMAND_SENDER_QUEUE_FAILED
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_CANNOT_SEND_NOT_SENDING
@I18NMessages(value=@I18NMessage(value="The sender object is currently not sending commands now. Command not sent: [{0}]"))
static final String CLIENT_COMMAND_SENDER_CANNOT_SEND_NOT_SENDING
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_DRAIN_INTERRUPTED
@I18NMessages(value=@I18NMessage(value="Interrupted while draining the queue of commands preparing to send them - some commands may be lost for [{0}]"))
static final String CLIENT_COMMAND_SENDER_DRAIN_INTERRUPTED
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_REQUEUE_INTERRUPTED
@I18NMessages(value=@I18NMessage(value="Interrupted while re-queuing commands during start - some commands may be lost for [{0}]"))
static final String CLIENT_COMMAND_SENDER_REQUEUE_INTERRUPTED
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_SENDING
@I18NMessages(value={@I18NMessage(value="Client is now going to actively send commands"),@I18NMessage(value="Der Client wird nun aktiv Kommandos senden",locale="de")})
static final String CLIENT_COMMAND_SENDER_SENDING
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_NO_LONGER_SENDING
@I18NMessages(value=@I18NMessage(value="Client is no longer actively sending commands to [{0}]"))
static final String CLIENT_COMMAND_SENDER_NO_LONGER_SENDING
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_DRAIN_METHOD_INTERRUPTED
@I18NMessages(value=@I18NMessage(value="Failed to drain the queued commands from the sender, thread was interrupted"))
static final String CLIENT_COMMAND_SENDER_DRAIN_METHOD_INTERRUPTED
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_RETRY_READ_LOCK_ACQUIRE_FAILURE
@I18NMessages(value=@I18NMessage(value="Could not retry command - failed to acquire the read lock. The command is lost: [{0}]"))
static final String CLIENT_COMMAND_SENDER_RETRY_READ_LOCK_ACQUIRE_FAILURE
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_RETRY_FAILURE
@I18NMessages(value=@I18NMessage(value="Failed to retry the command to [{0}], it is lost: [{1}]"))
static final String CLIENT_COMMAND_SENDER_RETRY_FAILURE
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_INVALID_TIMEOUT
@I18NMessages(value=@I18NMessage(value="Command defines an invalid timeout [{0}], using the default of [{1}]. Command is [{2}]"))
static final String CLIENT_COMMAND_SENDER_INVALID_TIMEOUT
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_LOADING_COMMAND_SPOOL
@I18NMessages(value=@I18NMessage(value="Loading [{0}] commands from the spool file and queueing them up to be sent to [{1}]"))
static final String CLIENT_COMMAND_SENDER_LOADING_COMMAND_SPOOL
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_UNSPOOLED
@I18NMessages(value=@I18NMessage(value="[{0}] commands were unspooled and will be resent to [{1}]"))
static final String CLIENT_COMMAND_SENDER_UNSPOOLED
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_UNSPOOL_CNC_FAILURE
@I18NMessages(value=@I18NMessage(value="A command failed to be unspooled or the spool file was corrupted. [{0}] commands were unspooled successfully; however, [{1}] were not and are lost for [{2}]"))
static final String CLIENT_COMMAND_SENDER_UNSPOOL_CNC_FAILURE
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_UNSPOOL_FAILURE
@I18NMessages(value=@I18NMessage(value="An exception occurred while attempting to queue up commands that were persisted - no more commands will be unspooled, those that were unspooled will remained queued and ready to be sent to [{0}]"))
static final String CLIENT_COMMAND_SENDER_UNSPOOL_FAILURE
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_SPOOLING
@I18NMessages(value={@I18NMessage(value="Persisting commands with guaranteed delivery to the spool file"),@I18NMessage(value="Schreibe Kommandos mit garantierter Zustellung in die SpoolDatei",locale="de")})
static final String CLIENT_COMMAND_SENDER_SPOOLING
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_SPOOL_FAILURE
@I18NMessages(value=@I18NMessage(value="Failed to spool commands found in the queue - some commands will be lost! [{0}]"))
static final String CLIENT_COMMAND_SENDER_SPOOL_FAILURE
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_SPOOL_DONE
@I18NMessages(value=@I18NMessage(value="Persisted [{0}] commands to the spool file for later delivery to [{2}]; [{1}] volatile commands remain in the queue and will be lost if the sender does not start again"))
static final String CLIENT_COMMAND_SENDER_SPOOL_DONE
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_CALLBACK_NOT_SERIALIZABLE
@I18NMessages(value=@I18NMessage(value="The callback may not be serializable; serializing only the command. Cause: {0}"))
static final String CLIENT_COMMAND_SENDER_CALLBACK_NOT_SERIALIZABLE
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_PERSIST_FAILURE
@I18NMessages(value=@I18NMessage(value="Failed to persist a command/callback pair. Command=[{0}]"))
static final String CLIENT_COMMAND_SENDER_PERSIST_FAILURE
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_COMMAND_STORE_TAKE_FAILURE
@I18NMessages(value=@I18NMessage(value="Failed to take a command/callback pair from the spool file for [{0}]."))
static final String CLIENT_COMMAND_SENDER_COMMAND_STORE_TAKE_FAILURE
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_QUEUING_STARTUP_COMMAND
@I18NMessages(value=@I18NMessage(value="Command sender is starting - queuing the startup command [{0}]."))
static final String CLIENT_COMMAND_SENDER_QUEUING_STARTUP_COMMAND
- See Also:
- Constant Field Values
IDENTIFY_COMMAND_SERVICE_UNKNOWN_ENDPOINT
@I18NMessages(value={@I18NMessage(value="The endpoint does not know what type it is"),@I18NMessage(value="Der Endpunkt weiss nicht, welchen Typs er ist",locale="de")})
static final String IDENTIFY_COMMAND_SERVICE_UNKNOWN_ENDPOINT
- See Also:
- Constant Field Values
REMOTE_POJO_INVOCATION_COMMAND_INVOCATION
@I18NMessages(value={@I18NMessage(value="Describes the invocation to be made on the remote POJO"),@I18NMessage(value="Beschreibt die durchzuf\u00c3\u00bchrende Aktion auf dem entfernten POJO",locale="de")})
static final String REMOTE_POJO_INVOCATION_COMMAND_INVOCATION
- See Also:
- Constant Field Values
REMOTE_POJO_INVOCATION_COMMAND_TARGET_INTERFACE_NAME
@I18NMessages(value={@I18NMessage(value="The remote POJO interface that is being invoked"),@I18NMessage(value="Die entfernte POJO-Schnittstelle, die verwendet werden soll",locale="de")})
static final String REMOTE_POJO_INVOCATION_COMMAND_TARGET_INTERFACE_NAME
- See Also:
- Constant Field Values
ECHO_COMMAND_MESSAGE
@I18NMessages(value={@I18NMessage(value="The message to echo back to the client"),@I18NMessage(value="Die Nachricht, die an den Client zur\u00c3\u00bcckgesandt wird",locale="de")})
static final String ECHO_COMMAND_MESSAGE
- See Also:
- Constant Field Values
ECHO_COMMAND_PREFIX
@I18NMessages(value={@I18NMessage(value="A string prepended to the message when echoed back"),@I18NMessage(value="Eine Zeichenkette, die der Nachricht vorangestellt wird, die zur\u00c3\u00bcckgesendet wird",locale="de")})
static final String ECHO_COMMAND_PREFIX
- See Also:
- Constant Field Values
START_COMMAND_PROGRAM_TITLE
@I18NMessages(value={@I18NMessage(value="Name of this program start configuration"),@I18NMessage(value="Name der Startkonfiguration des Progamms",locale="de")})
static final String START_COMMAND_PROGRAM_TITLE
- See Also:
- Constant Field Values
START_COMMAND_PROGRAM_EXECUTABLE
@I18NMessages(value={@I18NMessage(value="Name of the program\'s executable"),@I18NMessage(value="Name des Executables",locale="de")})
static final String START_COMMAND_PROGRAM_EXECUTABLE
- See Also:
- Constant Field Values
START_COMMAND_PROGRAM_DIRECTORY
@I18NMessages(value={@I18NMessage(value="Full directory pathname to the program\'s executable"),@I18NMessage(value="Voller Verzeichnispfad zum Executable",locale="de")})
static final String START_COMMAND_PROGRAM_DIRECTORY
- See Also:
- Constant Field Values
START_COMMAND_ARGUMENTS
@I18NMessages(value=@I18NMessage(value="Array of arguments to pass to the program executable; by default, no arguments are passed"))
static final String START_COMMAND_ARGUMENTS
- See Also:
- Constant Field Values
START_COMMAND_ENVIRONMENT_VARIABLES
@I18NMessages(value=@I18NMessage(value="Environment variable in the format \'name=value\'; null (the default) allows subprocess to inherit parent process environment"))
static final String START_COMMAND_ENVIRONMENT_VARIABLES
- See Also:
- Constant Field Values
START_COMMAND_WORKING_DIRECTORY
@I18NMessages(value=@I18NMessage(value="The current working directory of the new process; null (the default) allows subprocess to inherit directory from parent process"))
static final String START_COMMAND_WORKING_DIRECTORY
- See Also:
- Constant Field Values
START_COMMAND_OUTPUT_DIRECTORY
@I18NMessages(value={@I18NMessage(value="The directory where the program\'s output log file will be written; default is a tmp directory"),@I18NMessage(value="Das Verzeichnis, in das die Ausgabe des Programms geschieben wird. Standard ist ein Tempor\u00c3\u00a4rverzeichnis",locale="de")})
static final String START_COMMAND_OUTPUT_DIRECTORY
- See Also:
- Constant Field Values
START_COMMAND_OUTPUT_FILE
@I18NMessages(value=@I18NMessage(value="The file (to be placed in the output directory) where the program\'s output will be written; default is auto-generated"))
static final String START_COMMAND_OUTPUT_FILE
- See Also:
- Constant Field Values
START_COMMAND_INPUT_DIRECTORY
@I18NMessages(value=@I18NMessage(value="The directory containing a file whose contents is input data to be fed into the program\'s stdin input stream"))
static final String START_COMMAND_INPUT_DIRECTORY
- See Also:
- Constant Field Values
START_COMMAND_INPUT_FILE
@I18NMessages(value=@I18NMessage(value="A file containing input data to be fed into the program\'s stdin input stream"))
static final String START_COMMAND_INPUT_FILE
- See Also:
- Constant Field Values
START_COMMAND_WAIT_FOR_EXIT
@I18NMessages(value=@I18NMessage(value="Time (ms) for the server to wait for the process to exit before sending back the response; 0 or less means do not wait before sending back a response"))
static final String START_COMMAND_WAIT_FOR_EXIT
- See Also:
- Constant Field Values
START_COMMAND_CAPTURE_OUTPUT
@I18NMessages(value=@I18NMessage(value="If true, the started process\' output will be written to the output file; false (the default) means no output file is created"))
static final String START_COMMAND_CAPTURE_OUTPUT
- See Also:
- Constant Field Values
START_COMMAND_BACKUP_OUTPUT_FILE
@I18NMessages(value=@I18NMessage(value="If false (the default), any previous output file will be overwritten; if true, previous output files will be renamed with a date/timestamp"))
static final String START_COMMAND_BACKUP_OUTPUT_FILE
- See Also:
- Constant Field Values
START_COMMAND_ENV_VAR_BAD_FORMAT
@I18NMessages(value={@I18NMessage(value="Environment variable is not in the form name=value: {0}"),@I18NMessage(value="Die Umgebungsvariable ist nicht in der Form Name=Wert: {0}",locale="de")})
static final String START_COMMAND_ENV_VAR_BAD_FORMAT
- See Also:
- Constant Field Values
START_COMMAND_BAD_INPUT_PARAMS
@I18NMessages(value=@I18NMessage(value="Must specify either both or none of the input directory and input file parameters: {0}"))
static final String START_COMMAND_BAD_INPUT_PARAMS
- See Also:
- Constant Field Values
NOT_USING_LABEL_KEY
@I18NMessages(value=@I18NMessage(value="Not using parameter label from ResourceBundle since no key was specified."))
static final String NOT_USING_LABEL_KEY
- See Also:
- Constant Field Values
NOT_USING_DESC_KEY
@I18NMessages(value=@I18NMessage(value="Not using parameter description from ResourceBundle since no key was specified."))
static final String NOT_USING_DESC_KEY
- See Also:
- Constant Field Values
PARAMETER_RENDING_INFORMATION_NO_RESOURCE_BUNDLE
@I18NMessages(value=@I18NMessage(value="No ResourceBundle was specified for looking up parameter labels and descriptions, but keys were specified in the rendering information. Either specify a ResourceBundle or do not specify keys"))
static final String PARAMETER_RENDING_INFORMATION_NO_RESOURCE_BUNDLE
- See Also:
- Constant Field Values
NOT_USING_OPTION_LABELS_KEY
@I18NMessages(value=@I18NMessage(value="Not using parameter option lables from ResourceBundle since no keys were specified."))
static final String NOT_USING_OPTION_LABELS_KEY
- See Also:
- Constant Field Values
OPTION_LIST_RENDING_INFORMATION_NO_RESOURCE_BUNDLE
@I18NMessages(value=@I18NMessage(value="No ResourceBundle was specified for looking up option list labels, but keys were specified in the rendering information. Either specify a ResourceBundle or do not specify keys"))
static final String OPTION_LIST_RENDING_INFORMATION_NO_RESOURCE_BUNDLE
- See Also:
- Constant Field Values
NO_ARRAY_TYPES_ALLOWED
@I18NMessages(value=@I18NMessage(value="Array types are not allowed to have fixed values"))
static final String NO_ARRAY_TYPES_ALLOWED
- See Also:
- Constant Field Values
INVALID_PARAM_TYPE
@I18NMessages(value=@I18NMessage(value="Invalid parameter type [{0}]; cannot determine if allowed values are OK. Cause: {1}"))
static final String INVALID_PARAM_TYPE
- See Also:
- Constant Field Values
NEED_AT_LEAST_ONE_FIXED_VALUE
@I18NMessages(value=@I18NMessage(value="Must define at least one fixed value for this parameter definition: [{0}]"))
static final String NEED_AT_LEAST_ONE_FIXED_VALUE
- See Also:
- Constant Field Values
ALLOWED_VALUE_INVALID_TYPE
@I18NMessages(value=@I18NMessage(value="All allowed values must be of type (or convertible to type) [{0}]. Cause: {1}"))
static final String ALLOWED_VALUE_INVALID_TYPE
- See Also:
- Constant Field Values
FIXED_VALUES_PARAMETER_DEFINITION_INVALID_VALUE
@I18NMessages(value=@I18NMessage(value="Value of parameter [{0}] must be one of the allowed values [{1}]"))
static final String FIXED_VALUES_PARAMETER_DEFINITION_INVALID_VALUE
- See Also:
- Constant Field Values
PARAMETER_DEFINITION_NOT_NULLABLE
@I18NMessages(value=@I18NMessage(value="Object to convert is null but the parameter definition [{0}] does not allow for null values"))
static final String PARAMETER_DEFINITION_NOT_NULLABLE
- See Also:
- Constant Field Values
PARAMETER_DEFINITION_STILL_NOT_VALID
@I18NMessages(value=@I18NMessage(value="For some reason, the newly converted parameter value (now of type [{0}]) is still not valid"))
static final String PARAMETER_DEFINITION_STILL_NOT_VALID
- See Also:
- Constant Field Values
CLASS_NOT_FOUND
@I18NMessages(value={@I18NMessage(value="Class [{0}] cannot be found"),@I18NMessage(value="ie Klasse [{0}] kann nicht gefunden werden",locale="de")})
static final String CLASS_NOT_FOUND
- See Also:
- Constant Field Values
CANNOT_CONVERT_PRIMITIVE
@I18NMessages(value={@I18NMessage(value="Cannot convert to a primitive type [{0}]"),@I18NMessage(value="Kann nicht in den primitiven Datentyp [{0}] konvertieren",locale="de")})
static final String CANNOT_CONVERT_PRIMITIVE
- See Also:
- Constant Field Values
PARAMETER_DEFINITION_CANNOT_CONVERT
@I18NMessages(value=@I18NMessage(value="Failed to convert to type [{0}]; an exception occurred in its constructor"))
static final String PARAMETER_DEFINITION_CANNOT_CONVERT
- See Also:
- Constant Field Values
PARAMETER_DEFINITION_CANNOT_CONVERT_NO_CONSTRUCTOR
@I18NMessages(value=@I18NMessage(value="Cannot convert to type [{0}]; it does not have a constructor that takes a single parameter of type [{1}]"))
static final String PARAMETER_DEFINITION_CANNOT_CONVERT_NO_CONSTRUCTOR
- See Also:
- Constant Field Values
NO_PARAMETER
@I18NMessages(value={@I18NMessage(value="There is no parameter named [{0}]"),@I18NMessage(value="Es gibt keinen Parameter mit Namen [{0}]",locale="de")})
static final String NO_PARAMETER
- See Also:
- Constant Field Values
MUST_BE_STRING_OR_PARAM
@I18NMessages(value={@I18NMessage(value="Object must be either a String or Parameter"),@I18NMessage(value="Das Objekt muss ein String oder eine Zeichenkette sein",locale="de")})
static final String MUST_BE_STRING_OR_PARAM
- See Also:
- Constant Field Values
PARAMETERS_IMPL_HIDDEN
@I18NMessages(value=@I18NMessage(value="Parameter [{0}] is not of the proper visibility [{1}] to add to this collection"))
static final String PARAMETERS_IMPL_HIDDEN
- See Also:
- Constant Field Values
INVALID_CMD_SERVICE_NAME
@I18NMessages(value=@I18NMessage(value="The command service [{0}] must have a key property named [{1}] whose value must be [{2}]"))
static final String INVALID_CMD_SERVICE_NAME
- See Also:
- Constant Field Values
UNKNOWN_COMMAND_TYPE
@I18NMessages(value={@I18NMessage(value="Cannot execute unknown command type: [{0}]"),@I18NMessage(value="Kann den unbekannten Kommandotyp [{0}] nicht ausf\u00c3\u00bchren",locale="de")})
static final String UNKNOWN_COMMAND_TYPE
- See Also:
- Constant Field Values
INVALID_EXECUTOR_CLASS
@I18NMessages(value=@I18NMessage(value="[{0}] must be a non-abstract concrete type of [{1}], while not derived of type [{2}]"))
static final String INVALID_EXECUTOR_CLASS
- See Also:
- Constant Field Values
INVALID_EXECUTOR_INSTANCE
@I18NMessages(value=@I18NMessage(value="Executor instance is of type [{0}]; it must not be derived from [{1}]"))
static final String INVALID_EXECUTOR_INSTANCE
- See Also:
- Constant Field Values
CANNOT_CREATE_EXECUTOR
@I18NMessages(value=@I18NMessage(value="Failed to instantiate new command executor"))
static final String CANNOT_CREATE_EXECUTOR
- See Also:
- Constant Field Values
COMMAND_PROCESSOR_AUTHENTICATOR_SET
@I18NMessages(value=@I18NMessage(value="Command processor assigned an authenticator for command security checks: [{0}]"))
static final String COMMAND_PROCESSOR_AUTHENTICATOR_SET
- See Also:
- Constant Field Values
COMMAND_PROCESSOR_FAILED_AUTHENTICATION
@I18NMessages(value=@I18NMessage(value="Command failed to be authenticated! This command will be ignored and not processed: {0}"))
static final String COMMAND_PROCESSOR_FAILED_AUTHENTICATION
- See Also:
- Constant Field Values
COMMAND_PROCESSOR_EXECUTING
@I18NMessages(value={@I18NMessage(value="Executing command [{0}]"),@I18NMessage(value="F\u00c3\u00bchre das Kommnado [{0}] aus",locale="de")})
static final String COMMAND_PROCESSOR_EXECUTING
- See Also:
- Constant Field Values
COMMAND_PROCESSOR_POST_PROCESSING_FAILURE
@I18NMessages(value=@I18NMessage(value="Failed to post-process command [{0}] - returning response anyway"))
static final String COMMAND_PROCESSOR_POST_PROCESSING_FAILURE
- See Also:
- Constant Field Values
COMMAND_PROCESSOR_EXECUTED
@I18NMessages(value={@I18NMessage(value="Executed command - response is [{0}]"),@I18NMessage(value="Kommando ausgef\u00c3\u00bchrt. Die Anwort ist [{0}]",locale="de")})
static final String COMMAND_PROCESSOR_EXECUTED
- See Also:
- Constant Field Values
COMMAND_PROCESSOR_MISSING_COMMAND
@I18NMessages(value=@I18NMessage(value="A remote invocation was received but there is no command to execute"))
static final String COMMAND_PROCESSOR_MISSING_COMMAND
- See Also:
- Constant Field Values
COMMAND_PROCESSOR_UNSUPPORTED_COMMAND_TYPE
@I18NMessages(value=@I18NMessage(value="There is no command service instance in subsystem [{0}] that provides support for the command type [{1}]"))
static final String COMMAND_PROCESSOR_UNSUPPORTED_COMMAND_TYPE
- See Also:
- Constant Field Values
COMMAND_PROCESSOR_LISTENER_ERROR_RECEIVED
@I18NMessages(value=@I18NMessage(value="Command listener threw an exception when command was received: {0}"))
static final String COMMAND_PROCESSOR_LISTENER_ERROR_RECEIVED
- See Also:
- Constant Field Values
COMMAND_PROCESSOR_LISTENER_ERROR_PROCESSED
@I18NMessages(value=@I18NMessage(value="Command listener threw an exception after command was processed: {0}"))
static final String COMMAND_PROCESSOR_LISTENER_ERROR_PROCESSED
- See Also:
- Constant Field Values
COMMAND_PROCESSOR_NO_DIRECTORY
@I18NMessages(value=@I18NMessage(value="Cannot find the command service directory using the query [{0}]"))
static final String COMMAND_PROCESSOR_NO_DIRECTORY
- See Also:
- Constant Field Values
COMMAND_SERVICE_DIRECTORY_INVALID_SELF_NAME
@I18NMessages(value=@I18NMessage(value="The command directory [{0}] must have a key property named [{1}] whose value must be [{2}]"))
static final String COMMAND_SERVICE_DIRECTORY_INVALID_SELF_NAME
- See Also:
- Constant Field Values
COMMAND_SERVICE_DIRECTORY_FAILED_TO_START
@I18NMessages(value={@I18NMessage(value="Failed to start the directory service"),@I18NMessage(value="Konnte den Verzeichnisdiesnt nicht starten",locale="de")})
static final String COMMAND_SERVICE_DIRECTORY_FAILED_TO_START
- See Also:
- Constant Field Values
COMMAND_SERVICE_DIRECTORY_UNKNOWN_NOTIF
@I18NMessages(value=@I18NMessage(value="Received an unknown type of notification - should have been an MBeanServerNotification: [{0}]"))
static final String COMMAND_SERVICE_DIRECTORY_UNKNOWN_NOTIF
- See Also:
- Constant Field Values
COMMAND_SERVICE_DIRECTORY_DYNAMIC_DISCOVERY_ALLOWED
@I18NMessages(value=@I18NMessage(value="Command Service Directory has been allowed to perform dynamic discovery"))
static final String COMMAND_SERVICE_DIRECTORY_DYNAMIC_DISCOVERY_ALLOWED
- See Also:
- Constant Field Values
COMMAND_SERVICE_DIRECTORY_LISTENER_REMOVAL_FAILURE
@I18NMessages(value=@I18NMessage(value="failed to remove the command services directory as a listener to the MBeanServer delegate"))
static final String COMMAND_SERVICE_DIRECTORY_LISTENER_REMOVAL_FAILURE
- See Also:
- Constant Field Values
COMMAND_SERVICE_DIRECTORY_NEW_SUPPORTED_COMMAND
@I18NMessages(value={@I18NMessage(value="Command [{0}] is now supported by [{1}]"),@I18NMessage(value="Kommado [{0}] ist nun durch [{1}] unterst\u00c3\u00bctzt",locale="de")})
static final String COMMAND_SERVICE_DIRECTORY_NEW_SUPPORTED_COMMAND
- See Also:
- Constant Field Values
COMMAND_SERVICE_DIRECTORY_REMOVED_COMMAND_SUPPORT
@I18NMessages(value={@I18NMessage(value="Command [{0}] is no longer supported; removed [{1}]"),@I18NMessage(value="Kommando [{0}] wird nicht mehr unterst\u00c3\u00bctzt. Es wird gel\u00c3\u00b6scht [{1}]",locale="de")})
static final String COMMAND_SERVICE_DIRECTORY_REMOVED_COMMAND_SUPPORT
- See Also:
- Constant Field Values
COMMAND_SERVICE_DIRECTORY_REMOVAL_FAILURE
@I18NMessages(value=@I18NMessage(value="Asked to remove a supported command type [{0}], but the given service [{1}] was not its provider [{2}]"))
static final String COMMAND_SERVICE_DIRECTORY_REMOVAL_FAILURE
- See Also:
- Constant Field Values
COMMAND_SERVICE_DIRECTORY_DETECTED_BUT_NOT_ADDED
@I18NMessages(value=@I18NMessage(value="A new command service has been detected [{0}]; however, dynamic discovery has been disabled. This new command has not been added to the directory"))
static final String COMMAND_SERVICE_DIRECTORY_DETECTED_BUT_NOT_ADDED
- See Also:
- Constant Field Values
FAILED_TO_STOP_LISTENING
@I18NMessages(value=@I18NMessage(value="Failed to stop listening to the previous Network Registry - will continue receiving notifications from it!"))
static final String FAILED_TO_STOP_LISTENING
- See Also:
- Constant Field Values
INVALID_REGISTRY_NAME
@I18NMessages(value=@I18NMessage(value="The given Network Registry name is not valid. Cause: {0}"))
static final String INVALID_REGISTRY_NAME
- See Also:
- Constant Field Values
REGISTRY_NAME
@I18NMessages(value=@I18NMessage(value="Auto-discovery will look to the Network Registry named [{0}]"))
static final String REGISTRY_NAME
- See Also:
- Constant Field Values
FAILED_TO_START_LISTENING
@I18NMessages(value=@I18NMessage(value="Failed to start listening to the Network Registry named [{0}]"))
static final String FAILED_TO_START_LISTENING
- See Also:
- Constant Field Values
UNKNOWN_NOTIF_TYPE
@I18NMessages(value=@I18NMessage(value="Received an unknown network registry notification type [{0}]"))
static final String UNKNOWN_NOTIF_TYPE
- See Also:
- Constant Field Values
UNKNOWN_NOTIF
@I18NMessages(value=@I18NMessage(value="Received an unknown network registry notification [{0}]"))
static final String UNKNOWN_NOTIF
- See Also:
- Constant Field Values
UNREGISTER_FAILURE
@I18NMessages(value=@I18NMessage(value="Failed to unregister our listener from the Network Registry [{0}]"))
static final String UNREGISTER_FAILURE
- See Also:
- Constant Field Values
GOT_NOTIF
@I18NMessages(value=@I18NMessage(value="Got a network registry notification of type [{0}]"))
static final String GOT_NOTIF
- See Also:
- Constant Field Values
SERVICE_CONTAINER_NETWORK_NOTIF_LISTENER_SERVER_ONLINE
@I18NMessages(value={@I18NMessage(value="A new server has come online: [{0}]"),@I18NMessage(value="Ein neuer Server kam online: [{0}]",locale="de")})
static final String SERVICE_CONTAINER_NETWORK_NOTIF_LISTENER_SERVER_ONLINE
- See Also:
- Constant Field Values
SERVICE_CONTAINER_NETWORK_NOTIF_LISTENER_ONLINE_PROCESSING_FAILURE
@I18NMessages(value=@I18NMessage(value="Failed to process the newly detected server [{0}]"))
static final String SERVICE_CONTAINER_NETWORK_NOTIF_LISTENER_ONLINE_PROCESSING_FAILURE
- See Also:
- Constant Field Values
SERVICE_CONTAINER_NETWORK_NOTIF_LISTENER_SERVER_OFFLINE
@I18NMessages(value={@I18NMessage(value="A remote server has gone down: [{0}]"),@I18NMessage(value="Ein entfernter Server ging offline",locale="de")})
static final String SERVICE_CONTAINER_NETWORK_NOTIF_LISTENER_SERVER_OFFLINE
- See Also:
- Constant Field Values
SERVICE_CONTAINER_NETWORK_NOTIF_LISTENER_OFFLINE_PROCESSING_FAILURE
@I18NMessages(value=@I18NMessage(value="Failed to process the detected offline server [{0}]"))
static final String SERVICE_CONTAINER_NETWORK_NOTIF_LISTENER_OFFLINE_PROCESSING_FAILURE
- See Also:
- Constant Field Values
SERVICE_CONTAINER_CONFIGURATION_INVALID_CLIENT_AUTH
@I18NMessages(value=@I18NMessage(value="The [{0}] preference specified is invalid [{1}] - it must be one of [{2}, {3}, {4}]. Setting it to [{5}]"))
static final String SERVICE_CONTAINER_CONFIGURATION_INVALID_CLIENT_AUTH
- See Also:
- Constant Field Values
SERVICE_CONTAINER_CONFIGURATION_UNKNOWN
@I18NMessages(value={@I18NMessage(value=""),@I18NMessage(value="",locale="de")})
static final String SERVICE_CONTAINER_CONFIGURATION_UNKNOWN
- See Also:
- Constant Field Values
SERVICE_CONTAINER_CONFIGURATION_CANNOT_GET_PREFS
@I18NMessages(value={@I18NMessage(value="cannot get preferences: {0}"),@I18NMessage(value="Kann die Voreinstellung {0} nicht laden",locale="de")})
static final String SERVICE_CONTAINER_CONFIGURATION_CANNOT_GET_PREFS
- See Also:
- Constant Field Values
SERVICE_CONTAINER_STARTED
@I18NMessages(value={@I18NMessage(value="Service container started - ready to accept incoming commands"),@I18NMessage(value="Der Service Container ist gestarter und wartet auf eingehende Kommandos",locale="de")})
static final String SERVICE_CONTAINER_STARTED
- See Also:
- Constant Field Values
SERVICE_CONTAINER_DISABLED
@I18NMessages(value=@I18NMessage(value="Service container is configured to disable communications - incoming commands will not be accepted"))
static final String SERVICE_CONTAINER_DISABLED
- See Also:
- Constant Field Values
GLOBAL_CONCURRENCY_LIMIT_SET
@I18NMessages(value=@I18NMessage(value="Global concurrency limit has been set - no more than [{0}] incoming commands will be accepted at the same time"))
static final String GLOBAL_CONCURRENCY_LIMIT_SET
- See Also:
- Constant Field Values
GLOBAL_CONCURRENCY_LIMIT_DISABLED
@I18NMessages(value=@I18NMessage(value="Global concurrency limit has been disabled - there is no limit to the number of incoming commands allowed"))
static final String GLOBAL_CONCURRENCY_LIMIT_DISABLED
- See Also:
- Constant Field Values
SERVICE_CONTAINER_SHUTTING_DOWN
@I18NMessages(value={@I18NMessage(value="Service container shutting down..."),@I18NMessage(value="Der Service Container f\u00c3\u00a4hrt herunter ...",locale="de")})
static final String SERVICE_CONTAINER_SHUTTING_DOWN
- See Also:
- Constant Field Values
SERVICE_CONTAINER_SHUTDOWN_CONNECTOR_FAILURE
@I18NMessages(value=@I18NMessage(value="Failed to stop the connector; this will be ignored and the shutdown will continue"))
static final String SERVICE_CONTAINER_SHUTDOWN_CONNECTOR_FAILURE
- See Also:
- Constant Field Values
SERVICE_CONTAINER_SHUTDOWN_DETECTOR_FAILURE
@I18NMessages(value=@I18NMessage(value="Failed to stop multicast detector; this will be ignored and the shutdown will continue"))
static final String SERVICE_CONTAINER_SHUTDOWN_DETECTOR_FAILURE
- See Also:
- Constant Field Values
SERVICE_CONTAINER_UNREGISTER_LISTENER_FAILURE
@I18NMessages(value=@I18NMessage(value="Failed to unregister discovery listener from registry; this will be ignored and the shutdown will continue"))
static final String SERVICE_CONTAINER_UNREGISTER_LISTENER_FAILURE
- See Also:
- Constant Field Values
SERVICE_CONTAINER_SHUTDOWN_SSL_FACTORY_SERVICE_FAILURE
@I18NMessages(value=@I18NMessage(value="Failed to stop the SSL socket factory service; this will be ignored and the shutdown will continue"))
static final String SERVICE_CONTAINER_SHUTDOWN_SSL_FACTORY_SERVICE_FAILURE
- See Also:
- Constant Field Values
SERVICE_CONTAINER_SHUTDOWN_REMOTE_POJO_SERVICE_FAILURE
@I18NMessages(value=@I18NMessage(value="Failed to stop the remote POJO service; this will be ignored and the shutdown will continue"))
static final String SERVICE_CONTAINER_SHUTDOWN_REMOTE_POJO_SERVICE_FAILURE
- See Also:
- Constant Field Values
SERVICE_CONTAINER_SHUTDOWN_REMOTE_STREAM_SERVICE_FAILURE
@I18NMessages(value=@I18NMessage(value="Failed to stop the remote input stream service; this will be ignored and the shutdown will continue"))
static final String SERVICE_CONTAINER_SHUTDOWN_REMOTE_STREAM_SERVICE_FAILURE
- See Also:
- Constant Field Values
SERVICE_CONTAINER_SHUTDOWN_REMOTE_OUTSTREAM_SERVICE_FAILURE
@I18NMessages(value=@I18NMessage(value="Failed to stop the remote output stream service; this will be ignored and the shutdown will continue"))
static final String SERVICE_CONTAINER_SHUTDOWN_REMOTE_OUTSTREAM_SERVICE_FAILURE
- See Also:
- Constant Field Values
SERVICE_CONTAINER_SHUTDOWN_MBS_FAILURE
@I18NMessages(value=@I18NMessage(value="Failed to clean up the MBeanServer; this will be ignored and the shutdown will continue."))
static final String SERVICE_CONTAINER_SHUTDOWN_MBS_FAILURE
- See Also:
- Constant Field Values
SERVICE_CONTAINER_SHUTDOWN
@I18NMessages(value={@I18NMessage(value="Service container shut down - no longer accepting incoming commands"),@I18NMessage(value="Der Service Container ist heruntergefahren und akzeptiert keine eingehenden Kommandos mehr",locale="de")})
static final String SERVICE_CONTAINER_SHUTDOWN
- See Also:
- Constant Field Values
SERVICE_CONTAINER_USING_EXISTING_MBS
@I18NMessages(value={@I18NMessage(value="Found an existing MBeanServer [{0}] - will use that"),@I18NMessage(value="Habe einen existierenen MBeanServer [{0}] gefunden - werde ihn verwenden",locale="de")})
static final String SERVICE_CONTAINER_USING_EXISTING_MBS
- See Also:
- Constant Field Values
SERVICE_CONTAINER_CREATING_MBS
@I18NMessages(value={@I18NMessage(value="Creating a new MBeanServer [{0}]"),@I18NMessage(value="Lege einen neuen MBeanServer [{0}] an",locale="de")})
static final String SERVICE_CONTAINER_CREATING_MBS
- See Also:
- Constant Field Values
SERVICE_CONTAINER_REGISTRY_CREATED
@I18NMessages(value=@I18NMessage(value="Network registry has been created [{0}]"))
static final String SERVICE_CONTAINER_REGISTRY_CREATED
- See Also:
- Constant Field Values
SERVICE_CONTAINER_IDENTITY_FAILURE
@I18NMessages(value=@I18NMessage(value="The machine hostname does not seem to be resolvable - generating our own identity. Cause: {0}"))
static final String SERVICE_CONTAINER_IDENTITY_FAILURE
- See Also:
- Constant Field Values
SERVICE_CONTAINER_NETWORK_REGISTRY_FAILURE
@I18NMessages(value=@I18NMessage(value="Failed to register the network registry. The machine hostname probably is not resolvable to an IP address but should be. Because of this, multicast detection is disabled. Cause: {0}"))
static final String SERVICE_CONTAINER_NETWORK_REGISTRY_FAILURE
- See Also:
- Constant Field Values
SERVICE_CONTAINER_MULTICAST_DETECTOR_CONFIG
@I18NMessages(value=@I18NMessage(value="Multicast Detector configuration:\\n\\\nMulticast Detector address: {0}\\n\\\nMulticast Detector port: {1,number,#}\\n\\\nMulticast Detector bind address: {2}\\n\\\nMulticast Detector default IP: {3}\\n\\\nMulticast Detector default time delay: {4}\\n\\\nMulticast Detector heartbeat time delay: {5}"))
static final String SERVICE_CONTAINER_MULTICAST_DETECTOR_CONFIG
- See Also:
- Constant Field Values
SERVICE_CONTAINER_MULTICAST_DETECTOR_CREATED
@I18NMessages(value=@I18NMessage(value="Multicast detector has been created [{0}] and is listening for new remote servers to come online"))
static final String SERVICE_CONTAINER_MULTICAST_DETECTOR_CREATED
- See Also:
- Constant Field Values
SERVICE_CONTAINER_MULTICAST_DETECTOR_DISABLED
@I18NMessages(value=@I18NMessage(value="Multicast detector has not been enabled in configuration - it will not be started and auto-discovery will not be supported"))
static final String SERVICE_CONTAINER_MULTICAST_DETECTOR_DISABLED
- See Also:
- Constant Field Values
SERVICE_CONTAINER_MULTICAST_DETECTOR_START_ERROR
@I18NMessages(value=@I18NMessage(value="Multicast detector failed to start. It will be disabled. Cause: {0}"))
static final String SERVICE_CONTAINER_MULTICAST_DETECTOR_START_ERROR
- See Also:
- Constant Field Values
SERVICE_CONTAINER_INVALID_RHQTYPE
@I18NMessages(value=@I18NMessage(value="The rhqtype [{0}] must be either [{1}] or [{2}]; defaulting to the latter [{2}]"))
static final String SERVICE_CONTAINER_INVALID_RHQTYPE
- See Also:
- Constant Field Values
SERVICE_CONTAINER_CONNECTOR_URI
@I18NMessages(value=@I18NMessage(value="Connector is using locator URI of [{0}]"))
static final String SERVICE_CONTAINER_CONNECTOR_URI
- See Also:
- Constant Field Values
SERVICE_CONTAINER_NEEDS_SECURITY_SERVICES
@I18NMessages(value=@I18NMessage(value="The server transport [{0}] requires security services - initializing them now"))
static final String SERVICE_CONTAINER_NEEDS_SECURITY_SERVICES
- See Also:
- Constant Field Values
SERVICE_CONTAINER_CONNECTOR_LEASE_PERIOD
@I18NMessages(value=@I18NMessage(value="The connector lease period is [{0}]"))
static final String SERVICE_CONTAINER_CONNECTOR_LEASE_PERIOD
- See Also:
- Constant Field Values
SERVICE_CONTAINER_PROCESSOR_READY
@I18NMessages(value=@I18NMessage(value="Command processor is now ready to begin accepting commands from clients"))
static final String SERVICE_CONTAINER_PROCESSOR_READY
- See Also:
- Constant Field Values
SERVICE_CONTAINER_ADDED_COMMAND_SERVICE
@I18NMessages(value=@I18NMessage(value="Added command service [{0}] with an id of [{1}]"))
static final String SERVICE_CONTAINER_ADDED_COMMAND_SERVICE
- See Also:
- Constant Field Values
SERVICE_CONTAINER_REMOTE_POJO_CONFIG_INVALID
@I18NMessages(value=@I18NMessage(value="The communications configuration is invalid - remote POJOs are defined as a comma-separated list of pojo-class-name:remote-interface-name pairs via the preference [{0}]. The misconfigured element is: [{1}]. The full preference value was [{2}]"))
static final String SERVICE_CONTAINER_REMOTE_POJO_CONFIG_INVALID
- See Also:
- Constant Field Values
SERVICE_CONTAINER_ADDED_REMOTE_POJO
@I18NMessages(value=@I18NMessage(value="Added remote POJO of type [{0}] with a remote interface of [{1}]"))
static final String SERVICE_CONTAINER_ADDED_REMOTE_POJO
- See Also:
- Constant Field Values
SERVICE_CONTAINER_DIRECTORY_CREATED
@I18NMessages(value=@I18NMessage(value="Command service directory has been created [{0}]"))
static final String SERVICE_CONTAINER_DIRECTORY_CREATED
- See Also:
- Constant Field Values
SERVICE_CONTAINER_TRUSTSTORE_FAILURE
@I18NMessages(value=@I18NMessage(value="Failed to set truststore but it is probably going to be needed to perform client authentication"))
static final String SERVICE_CONTAINER_TRUSTSTORE_FAILURE
- See Also:
- Constant Field Values
SERVICE_CONTAINER_SSL_SOCKET_FACTORY_CREATED
@I18NMessages(value=@I18NMessage(value="SSL server socket factory service has been created [{0}]"))
static final String SERVICE_CONTAINER_SSL_SOCKET_FACTORY_CREATED
- See Also:
- Constant Field Values
INVOKING_STREAM_FROM_REMOTE_CLIENT
@I18NMessages(value=@I18NMessage(value="Input stream with ID [{0}] is being accessed from a remote client - the method being invoked is [{1}]"))
static final String INVOKING_STREAM_FROM_REMOTE_CLIENT
- See Also:
- Constant Field Values
INVOKING_OUTSTREAM_FROM_REMOTE_CLIENT
@I18NMessages(value=@I18NMessage(value="Output stream with ID [{0}] is being accessed from a remote client - the method being invoked is [{1}]"))
static final String INVOKING_OUTSTREAM_FROM_REMOTE_CLIENT
- See Also:
- Constant Field Values
FAILED_TO_INVOKE_STREAM_METHOD
@I18NMessages(value=@I18NMessage(value="Input stream being accessed from a remote client encountered an exception - the method invoked was [{0}]. The command was: [{1}]"))
static final String FAILED_TO_INVOKE_STREAM_METHOD
- See Also:
- Constant Field Values
FAILED_TO_INVOKE_OUTSTREAM_METHOD
@I18NMessages(value=@I18NMessage(value="Output stream being accessed from a remote client encountered an exception - the method invoked was [{0}]. The command was: [{1}]"))
static final String FAILED_TO_INVOKE_OUTSTREAM_METHOD
- See Also:
- Constant Field Values
INVALID_INPUT_STREAM_METHOD
@I18NMessages(value=@I18NMessage(value="An invalid name or signature for an InputStream method was specified - this is very bad - you cannot remotely access a stream."))
static final String INVALID_INPUT_STREAM_METHOD
- See Also:
- Constant Field Values
INVALID_OUTPUT_STREAM_METHOD
@I18NMessages(value=@I18NMessage(value="An invalid name or signature for an OututStream method was specified - this is very bad - you cannot remotely access a stream."))
static final String INVALID_OUTPUT_STREAM_METHOD
- See Also:
- Constant Field Values
CANNOT_REMOVE_UNREGISTERED_CMDSERVICE
@I18NMessages(value=@I18NMessage(value="A command service with an ID of [{0}] and name of [{1}] could not be removed because it was never registered in the first place. Cause: [{2}]"))
static final String CANNOT_REMOVE_UNREGISTERED_CMDSERVICE
- See Also:
- Constant Field Values
CANNOT_REMOVE_CMDSERVICE
@I18NMessages(value=@I18NMessage(value="A command service with an ID of [{0}] and name of [{1}] could not be removed - an error occurred in its deregister code. Cause: [{2}]"))
static final String CANNOT_REMOVE_CMDSERVICE
- See Also:
- Constant Field Values
REMOTE_INPUT_STREAM_HAS_NO_SENDER
@I18NMessages(value=@I18NMessage(value="A remote input stream with an ID of [{0}] and server endpoint of [{1}] has not yet been assigned a sender object - cannot access the stream"))
static final String REMOTE_INPUT_STREAM_HAS_NO_SENDER
- See Also:
- Constant Field Values
REMOTE_OUTPUT_STREAM_HAS_NO_SENDER
@I18NMessages(value=@I18NMessage(value="A remote output stream with an ID of [{0}] and server endpoint of [{1}] has not yet been assigned a sender object - cannot access the stream"))
static final String REMOTE_OUTPUT_STREAM_HAS_NO_SENDER
- See Also:
- Constant Field Values
FAILED_TO_CREATE_SENDER
@I18NMessages(value=@I18NMessage(value="Failed to create a command sender for [{0}]"))
static final String FAILED_TO_CREATE_SENDER
- See Also:
- Constant Field Values
TIMER_TASK_CANNOT_REMOVE_STREAM
@I18NMessages(value=@I18NMessage(value="Remote input stream with ID [{0}] has been idle and needs to be removed but failed to do so. Cause: [{1}]"))
static final String TIMER_TASK_CANNOT_REMOVE_STREAM
- See Also:
- Constant Field Values
TIMER_TASK_CANNOT_REMOVE_OUTSTREAM
@I18NMessages(value=@I18NMessage(value="Remote output stream with ID [{0}] has been idle and needs to be removed but failed to do so. Cause: [{1}]"))
static final String TIMER_TASK_CANNOT_REMOVE_OUTSTREAM
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_NO_COMMAND_SPOOL_FILENAME
@I18NMessages(value=@I18NMessage(value="This instance of the client command sender does not have a command spool filename defined; no commands will be spooled and thus guaranteed delivery is implicitly disabled for [{0}]"))
static final String CLIENT_COMMAND_SENDER_NO_COMMAND_SPOOL_FILENAME
- See Also:
- Constant Field Values
CLIENT_COMMAND_SENDER_INVALID_PREPROCESSOR
@I18NMessages(value=@I18NMessage(value="The command preprocessor class [{0}] cannot be instantiated - the sender will not be able to perform any command preprocessing for [{1}]"))
static final String CLIENT_COMMAND_SENDER_INVALID_PREPROCESSOR
- See Also:
- Constant Field Values
INVALID_STREAM_ID
@I18NMessages(value=@I18NMessage(value="A command asked to access an unknown input stream with ID of [{0}]. The command was: [{1}]"))
static final String INVALID_STREAM_ID
- See Also:
- Constant Field Values
INVALID_OUTSTREAM_ID
@I18NMessages(value=@I18NMessage(value="A command asked to access an unknown output stream with ID of [{0}]. The command was: [{1}]"))
static final String INVALID_OUTSTREAM_ID
- See Also:
- Constant Field Values
ADDED_REMOTE_STREAM
@I18NMessages(value=@I18NMessage(value="An input stream has been remoted (ID=[{0}]) and can now be accessed by remote clients"))
static final String ADDED_REMOTE_STREAM
- See Also:
- Constant Field Values
ADDED_REMOTE_OUTSTREAM
@I18NMessages(value=@I18NMessage(value="An output stream has been remoted (ID=[{0}]) and can now be accessed by remote clients"))
static final String ADDED_REMOTE_OUTSTREAM
- See Also:
- Constant Field Values
REMOVED_REMOTE_STREAM
@I18NMessages(value=@I18NMessage(value="An input stream with ID=[{0}] has been removed and is no longer accessible by remote clients"))
static final String REMOVED_REMOTE_STREAM
- See Also:
- Constant Field Values
REMOVED_REMOTE_OUTSTREAM
@I18NMessages(value=@I18NMessage(value="An output stream with ID=[{0}] has been removed and is no longer accessible by remote clients"))
static final String REMOVED_REMOTE_OUTSTREAM
- See Also:
- Constant Field Values
TIMER_TASK_REMOVED_IDLE_STREAM
@I18NMessages(value=@I18NMessage(value="Input stream with ID=[{0}] was removed because it was idle for longer than its allowed max of [{1}] milliseconds"))
static final String TIMER_TASK_REMOVED_IDLE_STREAM
- See Also:
- Constant Field Values
TIMER_TASK_REMOVED_IDLE_OUTSTREAM
@I18NMessages(value=@I18NMessage(value="Output stream with ID=[{0}] was removed because it was idle for longer than its allowed max of [{1}] milliseconds"))
static final String TIMER_TASK_REMOVED_IDLE_OUTSTREAM
- See Also:
- Constant Field Values
SERVICE_CONTAINER_REMOVED_COMMAND_SERVICE
@I18NMessages(value=@I18NMessage(value="Removed command service whose id was [{0}] and name was [{1}] - it is no longer accessible"))
static final String SERVICE_CONTAINER_REMOVED_COMMAND_SERVICE
- See Also:
- Constant Field Values
SERVICE_CONTAINER_REMOVED_REMOTE_POJO
@I18NMessages(value=@I18NMessage(value="Removed remote POJO with the remote interface of [{0}] - it is no longer accessible"))
static final String SERVICE_CONTAINER_REMOVED_REMOTE_POJO
- See Also:
- Constant Field Values
CONFIG_SCHEMA_VERSION_STEP_UPGRADING
@I18NMessages(value=@I18NMessage(value="The preferences configuration [{0}] is getting upgraded from version [{1,number,#}] to [{2,number,#}]"))
static final String CONFIG_SCHEMA_VERSION_STEP_UPGRADING
- See Also:
- Constant Field Values
CONFIG_SCHEMA_VERSION_STEP_UPGRADED
@I18NMessages(value=@I18NMessage(value="The preferences configuration [{0}] was step-upgraded to version [{1,number,#}]"))
static final String CONFIG_SCHEMA_VERSION_STEP_UPGRADED
- See Also:
- Constant Field Values
CONFIG_SCHEMA_VERSION_UPGRADED
@I18NMessages(value=@I18NMessage(value="The preferences configuration [{0}] has been fully upgraded and is now at version [{1,number,#}]"))
static final String CONFIG_SCHEMA_VERSION_UPGRADED
- See Also:
- Constant Field Values
CONFIG_SCHEMA_VERSION_UPTODATE
@I18NMessages(value=@I18NMessage(value="The preferences configuration [{0}] is up-to-date at version [{1,number,#}]"))
static final String CONFIG_SCHEMA_VERSION_UPTODATE
- See Also:
- Constant Field Values
CONFIG_SCHEMA_VERSION_NOT_UPTODATE
@I18NMessages(value=@I18NMessage(value="The preferences configuration [{0}] could not be upgraded fully to version [{1,number,#}] - it only was upgraded to version [{2,number,#}]. More upgrade steps need to be implemented."))
static final String CONFIG_SCHEMA_VERSION_NOT_UPTODATE
- See Also:
- Constant Field Values
SETUP_PREPROCESS_INSTRUCTION
@I18NMessages(value=@I18NMessage(value="Setup is now preprocessing the instruction [{0}]"))
static final String SETUP_PREPROCESS_INSTRUCTION
- See Also:
- Constant Field Values
SETUP_POSTPROCESS_INSTRUCTION
@I18NMessages(value=@I18NMessage(value="Setup is now postprocessing the instruction [{0}]"))
static final String SETUP_POSTPROCESS_INSTRUCTION
- See Also:
- Constant Field Values
SETUP_COMPLETE_WITH_DUMP
@I18NMessages(value=@I18NMessage(value="Setup is finished - the preferences are now setup: {0}"))
static final String SETUP_COMPLETE_WITH_DUMP
- See Also:
- Constant Field Values
SETUP_USER_STOP
@I18NMessages(value=@I18NMessage(value="The setup has been stopped early - those values that have been setup are now in the preferences at node [{0}]."))
static final String SETUP_USER_STOP
- See Also:
- Constant Field Values
SETUP_USER_CANCEL
@I18NMessages(value=@I18NMessage(value="The setup has been canceled - the original values have been restored back into the preferences at node [{0}]."))
static final String SETUP_USER_CANCEL
- See Also:
- Constant Field Values
SETUP_COMPLETE
@I18NMessages(value=@I18NMessage(value="The setup has been completed for the preferences at node [{0}]."))
static final String SETUP_COMPLETE
- See Also:
- Constant Field Values
SETUP_NEW_VALUE
@I18NMessages(value=@I18NMessage(value="The new user-entered preference is [{0}]=[{1}]"))
static final String SETUP_NEW_VALUE
- See Also:
- Constant Field Values
SETUP_NEW_VALUE_NO_PROMPT
@I18NMessages(value=@I18NMessage(value="Setup instruction will not prompt for value - the new preference is [{0}]=[{1}]"))
static final String SETUP_NEW_VALUE_NO_PROMPT
- See Also:
- Constant Field Values
SETUP_NOT_AN_INTEGER
@I18NMessages(value={@I18NMessage(value="That is not a valid integer: {0}"),@I18NMessage(value="Dies ist keine g\u00c3\u00bcltige Ganzzahl: {0}",locale="de")})
static final String SETUP_NOT_AN_INTEGER
- See Also:
- Constant Field Values
SETUP_NOT_A_LONG
@I18NMessages(value={@I18NMessage(value="That is not a valid number: {0}"),@I18NMessage(value="Dies ist keine g\u00c3\u00bcltige Zahl: {0}",locale="de")})
static final String SETUP_NOT_A_LONG
- See Also:
- Constant Field Values
SETUP_NOT_A_FLOAT
@I18NMessages(value={@I18NMessage(value="That is not a valid floating point number: {0}"),@I18NMessage(value="Dies ist keine g\u00c3\u00bcltige Zahl: {0}",locale="de")})
static final String SETUP_NOT_A_FLOAT
- See Also:
- Constant Field Values
SETUP_NOT_A_URL
@I18NMessages(value={@I18NMessage(value="That is not a valid URL: {0}"),@I18NMessage(value="Dies ist keine g\u00c3\u00bcltige URL: {0}",locale="de")})
static final String SETUP_NOT_A_URL
- See Also:
- Constant Field Values
SETUP_NUMBER_TOO_LOW
@I18NMessages(value={@I18NMessage(value="That new value [{0}] is too low - it must be greater than or equal to [{1}]"),@I18NMessage(value="Der neue Wert [{0}] ist zu niedrig - er muss gr\u00c3\u00b6\u00c3\u009fer oder gleich [{1}] sein",locale="de")})
static final String SETUP_NUMBER_TOO_LOW
- See Also:
- Constant Field Values
SETUP_NUMBER_TOO_HIGH
@I18NMessages(value={@I18NMessage(value="That new value [{0}] is too high - it must be less than or equal to [{1}]"),@I18NMessage(value="Der neue Wert [{0}] ist zu hoch - er muss kleiner oder gleich [{1}] sein",locale="de")})
static final String SETUP_NUMBER_TOO_HIGH
- See Also:
- Constant Field Values
SETUP_NOT_AN_IP_ADDRESS_OR_HOSTNAME
@I18NMessages(value={@I18NMessage(value="That new value [{0}] is not a valid IP address or hostname. Cause: {1}"),@I18NMessage(value="Der neue Wert [{0}] ist keine g\u00c3\u00bcltige IP-Adresse oder Hostname. Grund: {1}",locale="de")})
static final String SETUP_NOT_AN_IP_ADDRESS_OR_HOSTNAME
- See Also:
- Constant Field Values
SETUP_NOT_A_LOCATOR_URI
@I18NMessages(value=@I18NMessage(value="That new value [{0}] is not a valid remote endpoint locator URI. Cause: {1}"))
static final String SETUP_NOT_A_LOCATOR_URI
- See Also:
- Constant Field Values
SETUP_NOT_LOCATOR_URI_PARAMS
@I18NMessages(value=@I18NMessage(value="That new value [{0}] is not valid remote endpoint locator URI parameters. Cause: {1}"))
static final String SETUP_NOT_LOCATOR_URI_PARAMS
- See Also:
- Constant Field Values
SETUP_STANDARD_INTRO
@I18NMessages(value=@I18NMessage(value="- After each prompt, a default value will appear in square brackets.\\n\\\n\\ If you press the ENTER key without providing any value,\\n\\\n\\ the new preference value will be set to that default value.\\n\\\n- If you wish to rely on the system internal default value and\\n\\\n\\ not define any preference value, enter \'!*\'.\\n\\\n- If you wish to stop before finishing all the questions but still\\n\\\n\\ retain those preferences you already set, enter \'!+\'.\\n\\\n- If you wish to cancel before finishing all the questions and revert\\n\\\n\\ all preferences back to their original values, enter \'!-\'.\\n\\\n- If you need help for a particular preference, enter \'!?\'.\\n"))
static final String SETUP_STANDARD_INTRO
- See Also:
- Constant Field Values
NOT_SERVLET_TRANSPORT
@I18NMessages(value=@I18NMessage(value="Transport must be one of the following: servlet, sslservlet"))
static final String NOT_SERVLET_TRANSPORT
- See Also:
- Constant Field Values
TRACE_NOT_SERIALIZABLE_COMMAND
@I18NMessage(value="Command was not serializable [{0}]. Cause: {1}")
static final String TRACE_NOT_SERIALIZABLE_COMMAND
- See Also:
- Constant Field Values
TRACE_NOT_SERIALIZABLE_COMMAND_RESPONSE
@I18NMessage(value="Command response was not serializable [{0}]. Cause: {1}")
static final String TRACE_NOT_SERIALIZABLE_COMMAND_RESPONSE
- See Also:
- Constant Field Values
TRACE_SIZE_THRESHOLD_EXCEEDED_COMMAND
@I18NMessage(value="Command [{0}] has size of [{1}] which exceeds the threshold")
static final String TRACE_SIZE_THRESHOLD_EXCEEDED_COMMAND
- See Also:
- Constant Field Values
TRACE_SIZE_THRESHOLD_EXCEEDED_COMMAND_RESPONSE
@I18NMessage(value="Command response [{0}] has size of [{1}] which exceeds the threshold")
static final String TRACE_SIZE_THRESHOLD_EXCEEDED_COMMAND_RESPONSE
- See Also:
- Constant Field Values
TRACE_OUTGOING_COMMAND_START
@I18NMessage(value="==>{0}|{1}")
static final String TRACE_OUTGOING_COMMAND_START
- See Also:
- Constant Field Values
TRACE_OUTGOING_COMMAND_FINISH
@I18NMessage(value="=>>{0}|{1}|{2}")
static final String TRACE_OUTGOING_COMMAND_FINISH
- See Also:
- Constant Field Values
TRACE_INCOMING_COMMAND_START
@I18NMessage(value="<=={0}|{1}")
static final String TRACE_INCOMING_COMMAND_START
- See Also:
- Constant Field Values
TRACE_INCOMING_COMMAND_FINISH
@I18NMessage(value="<<={0}|{1}|{2}")
static final String TRACE_INCOMING_COMMAND_FINISH
- See Also:
- Constant Field Values
CANNOT_STORE_PREFERENCES
@I18NMessage(value="Failed to store preference key [{0}]. Cause: {1}")
static final String CANNOT_STORE_PREFERENCES
- See Also:
- Constant Field Values
EXCEPTION
@I18NMessage(value="Exception occurred: {0}")
static final String EXCEPTION
- See Also:
- Constant Field Values
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.