Java Doc for LocalStringKeys.java in  » ESB » open-esb » com » sun » jbi » framework » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ESB » open esb » com.sun.jbi.framework 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.sun.jbi.framework.LocalStringKeys

LocalStringKeys
public interface LocalStringKeys (Code)
This interface contains the property keys used for looking up message text in the LocalStrings resource bundle. IMPORTANT: The number of property keys defined in this file must always match the number of properties defined LocalStrings_en.properties. The keys defined in this file must all match the keys for the properties defined in LocalStrings_en.properties. The junit test for this class checks all of this and fails with detailed messages if any mismatches are found.
author:
   Sun Microsystems, Inc.


Field Summary
 StringBINDING
     Binding.
 StringCCFG_FAILED_ADD_APP_CFG_REG
     Error - Could not add an application configuration to the registry.
 StringCCFG_FAILED_ADD_APP_VAR_REG
     Error - Could not add an application variable in the registry.
 StringCCFG_FAILED_DELETE_APP_CFG_REG
     Error - Could not deleted an application configuration from the registry.
 StringCCFG_FAILED_DELETE_APP_VAR_REG
     Error - Could not deleted an application variable from the registry.
 StringCCFG_FAILED_UPDATE_APP_CFG_REG
     Error - Could not update an application configuration in the registry.
 StringCCFG_FAILED_UPDATE_APP_VAR_REG
     Error - Could not update an application variable in the registry.
 StringCCFG_MISSING_COMPONENT_CONFIG_MBEAN
     Error - Missing Component Configuration MBean.
 StringCCFG_PERSIST_ATTRIBUTE_FAILURE
     Error - Could not persist attribute change.
 StringCCFG_UNSUPPORTED_OPERATION
     Unsupported Operation.
 StringCC_LOGGER_DIFFERENT_RESOURCE
     Illegal getLogger request with different resource bundle.
 StringCC_LOGGER_MBEAN_CREATION_FAILED
     Unable to create LoggerMBean.
 StringCC_LOGGER_MBEAN_NAME_CREATION_FAILED
     Unable to create LoggerMBean ObjectName.
 StringCC_LOGGER_MBEAN_REGISTRATION_FAILED
     Unable to register LoggerMBean.
 StringCC_LOGGER_MISSING_RESOURCE
     Missing resource bundle.
 StringCC_LOGGER_NULL_SUFFIX
     Null suffix not allowed.
 StringCC_NO_DC_AVAILABLE
     Delivery channel not available.
 StringCF_BOOTSTRAP_CLEANUP_FAILED
     Error message - bootstrap cleanUp() method failed.
 StringCF_BOOTSTRAP_GET_EXTENSION_FAILED
     Error message - bootstrap init() method failed.
 StringCF_BOOTSTRAP_INIT_FAILED
     Error message - bootstrap init() method failed.
 StringCF_BOOTSTRAP_INSTALL_CLEANUP_FAILED
     Error message - bootstrap cleanUp() method failed after onInstall().
 StringCF_BOOTSTRAP_NOT_LOADED
     Error message - bootstrap not loaded.
 StringCF_BOOTSTRAP_ONINSTALL_FAILED
     Error message - bootstrap onInstall() method failed.
 StringCF_BOOTSTRAP_ONUNINSTALL_FAILED
     Error message - bootstrap onUninstall() method failed.
 StringCF_BOOTSTRAP_UNINSTALL_CLEANUP_FAILED
     Error message - bootstrap cleanUp() method failed after onUninstall().
 StringCF_BOOTSTRAP_UNLOAD_CLEANUP_FAILED
     Error message - bootstrap cleanUp() method failed during unload.
 StringCF_COMP_ALREADY_INSTALLED
     Error message - component already installed.
 StringCF_COMP_ALREADY_REGISTERED
     Error message - component ID already registered.
 StringCF_COMP_CANNOT_SHUTDOWN
     Error message - component cannot be shut down.
 StringCF_COMP_CANNOT_START
     Error message - component cannot be started.
 StringCF_COMP_CANNOT_STOP
     Error message - component cannot be stopped.
 StringCF_COMP_INITIALIZATION_FAILED_EXCEPTION
     Error message - component initialization failed due to an exception.
 StringCF_COMP_INIT_TIMEOUT
     Error message - initialization of component timed out.
 StringCF_COMP_INSTALLER_MBEAN_REGISTRATION_FAILED
     Error message - installer MBean registration failed.
 StringCF_COMP_INSTALL_FAILED
     Error message - installation failed.
 StringCF_COMP_INSTALL_SUCCESSFUL
     Info message - installation succeeded.
 StringCF_COMP_MISSING_SHARED_LIBRARIES_START
     Error message - required shared libraries not installed.
 StringCF_COMP_MISSING_SHARED_LIBRARY
     Error message - required shared library not installed.
 StringCF_COMP_MISSING_SHARED_LIBRARY_LIST
     Error message - required shared libraries not installed.
 StringCF_COMP_NOT_AVAILABLE
     Error message - component not available.
 StringCF_COMP_NOT_FOUND
     Error message - component not found.
 StringCF_COMP_NOT_INSTALLED
     Error message - component not installed.
 StringCF_COMP_NOT_LOADED
     Error message - component not loaded.
 StringCF_COMP_NO_COMP_INSTALLED
     Error message - component not installed.
 StringCF_COMP_SHUTDOWN_FORCED
     Info message - shutdown forced.
 StringCF_COMP_SHUTDOWN_SUCCESSFUL
     Info message - shutdown component.
 StringCF_COMP_SHUTDOWN_TIMEOUT
     Error message - shutdown component timed out.
 StringCF_COMP_START_SUCCESSFUL
     Info message - started component.
 StringCF_COMP_START_TIMEOUT
     Error message - start of component timed out.
 StringCF_COMP_STOP_NOT_ACTIVE
     Info message - inactive component.
 StringCF_COMP_STOP_SUCCESSFUL
     Info message - stopped component.
 StringCF_COMP_UNINSTALL_FAILED
     Error message - uninstallation failed.
 StringCF_COMP_UNINSTALL_FAILED_HAS_SUS
     Error message - uninstallation failed due to deployed SUs.
 StringCF_COMP_UNINSTALL_RUNNING
     Error message - uninstalling a running component.
 StringCF_COMP_UNINSTALL_STOPPED
     Error message - uninstalling a stopped component.
 StringCF_COMP_UNINSTALL_SUCCESSFUL
     Error message - uninstallation succeeded.
 StringCF_COMP_UNRECOGNIZED_TYPE
     Warning message - unrecognized component type.
 StringCF_COMP_UPDATE_CANCEL_NOT_FOUND
     Error message - cancel update not allowed, component not found.
 StringCF_COMP_UPDATE_COMPLETE
     Info message - update completed.
 StringCF_COMP_UPDATE_NOT_FOUND
     Error message - update not allowed, component not found.
 StringCF_COMP_UPDATE_NOT_SHUT_DOWN
     Error message - update not allowed, component still active.
 StringCF_COMP_UPDATE_NOT_VALIDATED
     Error message - update not allowed, validate not done.
 StringCF_COMP_UPDATE_VALIDATE_FAILED
     Error message - validation for update failed.
 StringCF_COMP_UPGRADE_CANCEL_NOT_FOUND
     Error message - cancel upgrade not allowed, component not found.
 StringCF_COMP_UPGRADE_COMPLETE
     Info message - upgrade completed.
 StringCF_COMP_UPGRADE_FAILED
     Error message - upgrade failed.
 StringCF_COMP_UPGRADE_ILLEGAL_ACCESS
     Error message - IllegalAccessException on upgrade.
 StringCF_COMP_UPGRADE_LOAD_FAILED
     Error message - upgrade load failed.
 StringCF_COMP_UPGRADE_MISSING_SHARED_LIBRARIES
     Error message - missing shared libraries on upgrade.
 StringCF_COMP_UPGRADE_NOT_FOUND
     Error message - upgrade not allowed, component not found.
 StringCF_COMP_UPGRADE_NOT_SHUT_DOWN
     Error message - upgrade not allowed, component still active.
 StringCF_COMP_UPGRADE_NOT_VALIDATED
     Error message - upgrade not allowed, validate not done.
 StringCF_COMP_UPGRADE_VALIDATE_FAILED
     Error message - validation for upgrade failed.
 StringCF_CONFIGURATION_MBEAN_REGISTRATION_FAILED
     Warning message - configuration MBean registration failed.
 StringCF_CONFIGURATION_MBEAN_UNREGISTRATION_FAILED
     Warning message - configuration MBean unregistration failed.
 StringCF_DEPLOYER_MBEAN_REGISTRATION_FAILED
     Error message - failed to register deployer MBean.
 StringCF_DEPLOYER_MBEAN_UNREGISTRATION_FAILED
     Error message - failed to unregister deployer MBean.
 StringCF_INVALID_STARTUP_PROPERTY
     Error message - invalid component startup value.
 StringCF_LIFECYCLE_MBEAN_NOT_REGISTERED
     Error message - failed to register life cycle MBean during restart.
 StringCF_LIFECYCLE_MBEAN_REGISTRATION_FAILED
     Error message - failed to register life cycle MBean.
 StringCF_LIFECYCLE_MBEAN_UNREGISTRATION_FAILED
     Error message - failed to unregister life cycle MBean.
 StringCF_LIFECYCLE_SHUTDOWN_EXCEPTION
     Error message - LifeCycle shutdown() failed.
 StringCF_LIFECYCLE_START_EXCEPTION
     Error message - LifeCycle start() failed.
 StringCF_LIFECYCLE_STOP_EXCEPTION
     Error message - LifeCycle stop() failed.
 StringCF_LOGGER_MBEAN_UNREGISTRATION_FAILED
     Warning message - logger MBean unregistration failed.
 StringCF_MBEAN_CREATION_FAILED
     Error message - MBean creation failed.
 StringCF_MBEAN_REGISTRATION_FAILED
     Error message - MBean registration failed.
 StringCF_NAME
     Component Framework.
 StringCF_SHUTDOWN_INTERRUPTED
     Error message - shutdown interrupted.
 StringCF_SL_ALREADY_REGISTERED
     Error message - shared library already registered.
 StringCF_SL_CLASSLOADER_CREATION_FAILED
     Error message - shared classloader creation failed.
 StringCF_SL_INSTALL_FAILED
     Error message - installation failed.
 StringCF_SL_INSTALL_SUCCESSFUL
     Info message - installation succeeded.
 StringCF_SL_REFERENCED_BY
     Error message - namespace referenced by component.
 StringCF_SL_REFERENCED_BY_LIST
     Error message - namespace referenced by components.
 StringCF_SL_UNINSTALL_CLASSLOADER
     Info message - uninstall could not remove class loader.
 StringCF_SL_UNINSTALL_FAILED_DEPENDENTS
     Error message - uninstall failed, dependent components exist.
 StringCF_SL_UNINSTALL_NONEXISTENT
     Error message - uninstall failed, no namespace.
 StringCF_SL_UNINSTALL_OK_DEPENDENTS
     Error message - uninstall succeeded, dependent components exist.
 StringCF_SL_UNINSTALL_SUCCESSFUL
     Info message - uninstall successful.
 StringCF_STARTUP_INTERRUPTED
     Error message - startup interrupted.
 StringCF_STATISTICS_MBEAN_REGISTRATION_FAILED
     Warning message - statistics MBean registration failed.
 StringCF_STATISTICS_MBEAN_UNREGISTRATION_FAILED
     Warning message - statistics MBean unregistration failed.
 StringCF_STOPPING_ALL
     Info message - stopping all components.
 StringCL_BOOTSTRAP_CREATE_FAILED
     Error message - could not create bootstrap classloader.
 StringCL_COMPONENT_CLASSLOADER_NOT_FOUND
     Error message - could not find the component classloader.
 StringCL_COMPONENT_CREATE_FAILED
     Error message - could not create component classloader.
 StringCL_SHARED_CLASSLOADER_NOT_FOUND
     Error message - could not find the shared classloader.
 StringCL_SHARED_CLASS_NOT_FOUND
     Error message - could not find the shared class.
 StringCL_SHARED_CREATE_FAILED
     Error message - could not create the shared classloader.
 StringCOMPONENT
     Component.
 StringCOMP_BOOTSTRAP_LOAD_FAILED
     Bootstrap load failed.
 StringCOMP_BUSY
     Component is busy.
 StringCOMP_CLASS_NOT_FOUND
     Class not found.
 StringCOMP_CLASS_NOT_VALID
     Class not valid.
 StringCOMP_EXCEPTION
     Exception creating instance.
 StringCOMP_INSTANCE_NOT_PROVIDED
     Component returned null value for instance.
 StringCOMP_INSTANCE_NOT_VALID
     Instance not valid.
 StringCOMP_INVALID_STATE_CHANGE
     Invalid state change.
 StringCOMP_INVALID_TYPE
     Invalid type.
 StringCOMP_LIFECYCLE_LOAD_FAILED
     LifeCycle load failed.
 StringCOMP_LOGGER_NOT_FOUND
     Component logger not found.
 StringCOMP_LOGGER_REGISTRATION_FAILED
     Component logger registration failed.
 StringCOMP_LOGGER_SETTINGS_CLOSE_FAILED
     Component logger settings file close failed.
 StringCOMP_LOGGER_SETTINGS_CREATE_FAILED
     Component logger settings directory create failed.
 StringCOMP_LOGGER_SETTINGS_LOAD_FAILED
     Component logger settings file read failed.
 StringCOMP_LOGGER_SETTINGS_SAVE_FAILED
     Component logger settings file create failed.
 StringCOMP_LOGGER_UNREGISTRATION_FAILED
     Component logger unregistration failed.
 StringCOMP_STATE_LOADED
     Component state loaded.
 StringCOMP_STATE_SHUTDOWN
     Component state installed.
 StringCOMP_STATE_STARTED
     Component state started.
 StringCOMP_STATE_STOPPED
     Component state stopped.
 StringCR_COMPONENT_ALREADY_REGISTERED
     Exception message used when a component cannot be registered because its ID is already in use.
 StringCR_COMPONENT_NOT_REGISTERED
     Exception message used when a component cannot be unregistered because the name is not registered.
 StringCR_NAME
     Component Registry.
 StringCR_PERMANENT_REGISTRATION_NOT_FOUND
     Exception message used when a permanent registration fails.
 StringCR_RELOAD_BAD_COMPONENT_TYPE
     Warning message issued when an unrecognized entry is found.
 StringCR_SL_ALREADY_REGISTERED
     Exception message used when a shared library cannot be registered because its ID is already in use.
 StringCR_SL_NOT_REGISTERED
     Exception message used when a shared library cannot be unregistered because the name is not registered.
 StringCS_NAME
     Configuration Service .
 StringCU_CL_CREATE_IO_ERROR
     Error Message - I/O error creating class loader.
 StringCU_CL_LOAD_CLASS_FAILURE
     Error Message - class was not loaded with any class loader.
 StringCU_CL_LOAD_CLASS_SECURITY_EXCEPTION
     Error Message - security exception trying to load a class.
 StringDMB_SU_ALREADY_DEPLOYED
     Error - Service Unit already deployed.
 StringDMB_SU_CANNOT_INIT_STARTED
     Error - Service Unit cannot be initialized, it is started.
 StringDMB_SU_CANNOT_SHUT_DOWN_NOT_STOPPED
     Error - Service Unit cannot be shut down, it is not stopped.
 StringDMB_SU_CANNOT_START_NOT_INITIALIZED
     Error - Service Unit cannot be started, it is not initialized.
 StringDMB_SU_CANNOT_STOP_SHUT_DOWN
     Error - Service Unit cannot be stopped, it is not started.
 StringDMB_SU_CANNOT_UNDEPLOY_NOT_SHUT_DOWN
     Error - Service Unit cannot be undeployed, not shut down.
 StringDMB_SU_COMP_NOT_STARTED
     Error - Service Unit operation cannot be performed, component is not started.
 StringDMB_SU_NOT_FOUND
     Error - Service Unit not found.
 StringDMB_SU_OPERATION_EXCEPTION
     Error - Service Unit operation threw exception.
 StringDMB_SU_OPERATION_EXCEPTION_NO_MSG
     Error - Service Unit operation threw exception with no message text.
 StringDMB_SU_OPERATION_INTERRUPTED
     Error - Service Unit operation was interrupted.
 StringDMB_SU_OPERATION_NOT_AVAILABLE
     Error - Service Unit operation was interrupted.
 StringDMB_SU_OPERATION_TIMEOUT
     Error - Service Unit operation timed out.
 StringDMB_SU_STATE_PERSIST_FAILURE
     Error - Service Unit state could not be persisted.
 StringEC_BOOTSTRAP_PROPERTIES_LOAD_FAILED
     Info - Cannot load bootstrap properties file.
 StringEC_BOOTSTRAP_PROPERTIES_OPEN_FAILED
     Info - Cannot open bootstrap properties file.
 StringEC_INITIAL_PROPERTIES_LIST
     Logging - Initial properties.
 StringEC_INVALID_LOG_LEVEL
     Error - Invalid log level.
 StringEC_INVALID_TIMEOUT_PROPERTY
     Error - Invalid timeout value.
 StringEC_JBI_REGISTRY_INIT_FAILED
     Registry initialization failed.
 StringEC_MBEAN_CREATION_FAILED
     Error - MBean creation failed.
 StringEC_MBEAN_NAME_CREATION_FAILED
     Error - MBean name creation failed.
 StringEC_MBEAN_REGISTRATION_FAILED
     Error - MBean registration failed.
 StringEC_MBEAN_UNREGISTRATION_FAILED
     Warning - MBean unregistration failed.
 StringEC_NO_CONFIG_MBEAN
     Warning - Cannot create configuration MBean.
 StringEC_NO_LOGGER_MBEAN
     Warning - Cannot create logger MBean.
 StringEC_NO_NOTIFICATION_MBEAN
     Warning - Cannot create notification MBean.
 StringEC_NO_STATISTICS_MBEAN
     Warning - Cannot create statistics MBean.
 StringEC_STRING_TRANSLATOR_CLASSLOADER_NOT_FOUND
     Logging - StringTranslator class loader not found.
 StringEC_TRANSACTION_MANAGER_NOT_FOUND
     Logging - TransactionManager not found.
 StringEMPTY_LIST_ARGUMENT
     Error message - a required list argument is empty.
 StringEMPTY_STRING_ARGUMENT
     Error message - a required string argument is empty.
 StringENGINE
     Engine.
 StringFN_SEND_NOTIFICATION_FAILED
     Error - exception sending notification.
 StringFN_USER_DATA_CREATE_FAILED
     Error - failed to create user data for notification.
 StringINIT_FRAMEWORK_FAILED
     Error message - framework initialization failed.
 StringINIT_SERVICE_FAILED
     Error message - service initialization failed.
 StringINVALID_ARGUMENT
     Error message - an argument is invalid.
 StringJBI_INITIALIZED
     Logging message - framework initialized.
 StringJBI_INITIALIZING
     Logging message - framework initializing.
 StringJBI_READY
     Logging message - framework ready for requests.
 StringJBI_SHUTDOWN_TIME
     Logging message - framework shutdown elapsed time.
 StringJBI_SHUTTING_DOWN
     Logging message - framework shutting down.
 StringJBI_SHUT_DOWN
     Logging message - framework shut down.
 StringJBI_STARTED
     Logging message - framework started.
 StringJBI_STARTING
     Logging message - framework starting.
 StringJBI_STARTUP_TIME
     Logging message - framework startup elapsed time.
 StringJBI_STATE_FILE_CREATION_FAILED
     Error message - failed to create jbi admin state file.
 StringJBI_TERMINATED
     Logging message - framework terminated.
 StringJBI_TERMINATING
     Logging message - framework terminating.
 StringMRS_NAME
     Management Runtime Service.
 StringMS_NAME
     Management Service.
 StringNMS_NAME
     Normalized Message Service.
 StringNO_MESSAGE
     No exception message.
 StringNULL_ARGUMENT
     Error message - a required argument is null.
 StringRS_NAME
     Registry Service.
 StringSERVICE_ALREADY_INITIALIZED
     Warning message - service already initialized.
 StringSERVICE_ALREADY_STARTED
     Warning message - service already started.
 StringSERVICE_ALREADY_STOPPED
     Warning message - service already stopped.
 StringSERVICE_INITIALIZED
     Info message - service initialized.
 StringSERVICE_STARTED
     Info message - service started.
 StringSERVICE_STOPPED
     Info message - service stopped.
 StringSERVICE_UNIT
     Shared Unit.
 StringSHARED_LIBRARY
     Shared Library.
 StringSS_NAME
     Security Service.
 StringSTACK_TRACE_PRINT_FAILED
     Unable to print stack trace.
 StringSTART_FRAMEWORK_FAILED
     Error message - framework start failed.
 StringSTART_SERVICE_FAILED
     Error message - service start failed.
 StringSTOP_FRAMEWORK_FAILED
     Error message - framework stop failed.
 StringSTOP_SERVICE_FAILED
     Error message - service stop failed.
 StringSUF_DEPLOYED
     Info - Service Unit deployed.
 StringSUF_SHUT_DOWN
     Info - Service Unit shut down.
 StringSUF_STARTED
     Info - Service Unit started.
 StringSUF_STOPPED
     Info - Service Unit stopped.
 StringSUF_UNDEPLOYED
     Info - Service Unit undeployed.
 StringSUM_EXCEPTION
     Error - error in ServiceUnitManager.
 StringSUM_INIT_TIMEOUT_LIMIT
     Error - init() timeout limit reached.
 StringSUM_SHUTDOWN_TIMEOUT_LIMIT
     Error - shutDown() timeout limit reached.
 StringSUM_STACK_TRACE
     Error - stack trace print.
 StringSUM_START_TIMEOUT_LIMIT
     Error - start() timeout limit reached.
 StringSUM_STOP_TIMEOUT_LIMIT
     Error - stop() timeout limit reached.
 StringSU_ALREADY_EXISTS
     Error - already exists.
 StringSU_INVALID_STATE_CHANGE
     Error - invalid state change.
 StringSU_NOT_FOUND
     Error - not found.
 StringSU_STATE_DEPLOYED
     Service Unit state deployed (never initialized).
 StringSU_STATE_SHUTDOWN
     Service Unit state shutdown.
 StringSU_STATE_STARTED
     Service Unit state started.
 StringSU_STATE_STOPPED
     Service Unit state stopped.
 StringUNKNOWN
     Unknown.
 StringXML_DOM_EXCEPTION
     Error - DOM exception while processing XML.
 StringXML_EMPTY_ELEMENT
     Error - Empty element found when not expected.
 StringXML_EXTRA_ELEMENTS
     Error - Extra elements found when not expected.
 StringXML_INVALID_ELEMENT
     Error - Invalid element found.
 StringXML_MISSING_ELEMENT
     Error - Missing required element.
 StringXML_UNKNOWN_ELEMENT
     Error - Unknown element encountered.



Field Detail
BINDING
String BINDING(Code)
Binding.



CCFG_FAILED_ADD_APP_CFG_REG
String CCFG_FAILED_ADD_APP_CFG_REG(Code)
Error - Could not add an application configuration to the registry.



CCFG_FAILED_ADD_APP_VAR_REG
String CCFG_FAILED_ADD_APP_VAR_REG(Code)
Error - Could not add an application variable in the registry.



CCFG_FAILED_DELETE_APP_CFG_REG
String CCFG_FAILED_DELETE_APP_CFG_REG(Code)
Error - Could not deleted an application configuration from the registry.



CCFG_FAILED_DELETE_APP_VAR_REG
String CCFG_FAILED_DELETE_APP_VAR_REG(Code)
Error - Could not deleted an application variable from the registry.



CCFG_FAILED_UPDATE_APP_CFG_REG
String CCFG_FAILED_UPDATE_APP_CFG_REG(Code)
Error - Could not update an application configuration in the registry.



CCFG_FAILED_UPDATE_APP_VAR_REG
String CCFG_FAILED_UPDATE_APP_VAR_REG(Code)
Error - Could not update an application variable in the registry.



CCFG_MISSING_COMPONENT_CONFIG_MBEAN
String CCFG_MISSING_COMPONENT_CONFIG_MBEAN(Code)
Error - Missing Component Configuration MBean.



CCFG_PERSIST_ATTRIBUTE_FAILURE
String CCFG_PERSIST_ATTRIBUTE_FAILURE(Code)
Error - Could not persist attribute change.



CCFG_UNSUPPORTED_OPERATION
String CCFG_UNSUPPORTED_OPERATION(Code)
Unsupported Operation.



CC_LOGGER_DIFFERENT_RESOURCE
String CC_LOGGER_DIFFERENT_RESOURCE(Code)
Illegal getLogger request with different resource bundle.



CC_LOGGER_MBEAN_CREATION_FAILED
String CC_LOGGER_MBEAN_CREATION_FAILED(Code)
Unable to create LoggerMBean.



CC_LOGGER_MBEAN_NAME_CREATION_FAILED
String CC_LOGGER_MBEAN_NAME_CREATION_FAILED(Code)
Unable to create LoggerMBean ObjectName.



CC_LOGGER_MBEAN_REGISTRATION_FAILED
String CC_LOGGER_MBEAN_REGISTRATION_FAILED(Code)
Unable to register LoggerMBean.



CC_LOGGER_MISSING_RESOURCE
String CC_LOGGER_MISSING_RESOURCE(Code)
Missing resource bundle.



CC_LOGGER_NULL_SUFFIX
String CC_LOGGER_NULL_SUFFIX(Code)
Null suffix not allowed.



CC_NO_DC_AVAILABLE
String CC_NO_DC_AVAILABLE(Code)
Delivery channel not available.



CF_BOOTSTRAP_CLEANUP_FAILED
String CF_BOOTSTRAP_CLEANUP_FAILED(Code)
Error message - bootstrap cleanUp() method failed.



CF_BOOTSTRAP_GET_EXTENSION_FAILED
String CF_BOOTSTRAP_GET_EXTENSION_FAILED(Code)
Error message - bootstrap init() method failed.



CF_BOOTSTRAP_INIT_FAILED
String CF_BOOTSTRAP_INIT_FAILED(Code)
Error message - bootstrap init() method failed.



CF_BOOTSTRAP_INSTALL_CLEANUP_FAILED
String CF_BOOTSTRAP_INSTALL_CLEANUP_FAILED(Code)
Error message - bootstrap cleanUp() method failed after onInstall().



CF_BOOTSTRAP_NOT_LOADED
String CF_BOOTSTRAP_NOT_LOADED(Code)
Error message - bootstrap not loaded.



CF_BOOTSTRAP_ONINSTALL_FAILED
String CF_BOOTSTRAP_ONINSTALL_FAILED(Code)
Error message - bootstrap onInstall() method failed.



CF_BOOTSTRAP_ONUNINSTALL_FAILED
String CF_BOOTSTRAP_ONUNINSTALL_FAILED(Code)
Error message - bootstrap onUninstall() method failed.



CF_BOOTSTRAP_UNINSTALL_CLEANUP_FAILED
String CF_BOOTSTRAP_UNINSTALL_CLEANUP_FAILED(Code)
Error message - bootstrap cleanUp() method failed after onUninstall().



CF_BOOTSTRAP_UNLOAD_CLEANUP_FAILED
String CF_BOOTSTRAP_UNLOAD_CLEANUP_FAILED(Code)
Error message - bootstrap cleanUp() method failed during unload.



CF_COMP_ALREADY_INSTALLED
String CF_COMP_ALREADY_INSTALLED(Code)
Error message - component already installed.



CF_COMP_ALREADY_REGISTERED
String CF_COMP_ALREADY_REGISTERED(Code)
Error message - component ID already registered.



CF_COMP_CANNOT_SHUTDOWN
String CF_COMP_CANNOT_SHUTDOWN(Code)
Error message - component cannot be shut down.



CF_COMP_CANNOT_START
String CF_COMP_CANNOT_START(Code)
Error message - component cannot be started.



CF_COMP_CANNOT_STOP
String CF_COMP_CANNOT_STOP(Code)
Error message - component cannot be stopped.



CF_COMP_INITIALIZATION_FAILED_EXCEPTION
String CF_COMP_INITIALIZATION_FAILED_EXCEPTION(Code)
Error message - component initialization failed due to an exception.



CF_COMP_INIT_TIMEOUT
String CF_COMP_INIT_TIMEOUT(Code)
Error message - initialization of component timed out.



CF_COMP_INSTALLER_MBEAN_REGISTRATION_FAILED
String CF_COMP_INSTALLER_MBEAN_REGISTRATION_FAILED(Code)
Error message - installer MBean registration failed.



CF_COMP_INSTALL_FAILED
String CF_COMP_INSTALL_FAILED(Code)
Error message - installation failed.



CF_COMP_INSTALL_SUCCESSFUL
String CF_COMP_INSTALL_SUCCESSFUL(Code)
Info message - installation succeeded.



CF_COMP_MISSING_SHARED_LIBRARIES_START
String CF_COMP_MISSING_SHARED_LIBRARIES_START(Code)
Error message - required shared libraries not installed.



CF_COMP_MISSING_SHARED_LIBRARY
String CF_COMP_MISSING_SHARED_LIBRARY(Code)
Error message - required shared library not installed.



CF_COMP_MISSING_SHARED_LIBRARY_LIST
String CF_COMP_MISSING_SHARED_LIBRARY_LIST(Code)
Error message - required shared libraries not installed.



CF_COMP_NOT_AVAILABLE
String CF_COMP_NOT_AVAILABLE(Code)
Error message - component not available.



CF_COMP_NOT_FOUND
String CF_COMP_NOT_FOUND(Code)
Error message - component not found.



CF_COMP_NOT_INSTALLED
String CF_COMP_NOT_INSTALLED(Code)
Error message - component not installed.



CF_COMP_NOT_LOADED
String CF_COMP_NOT_LOADED(Code)
Error message - component not loaded.



CF_COMP_NO_COMP_INSTALLED
String CF_COMP_NO_COMP_INSTALLED(Code)
Error message - component not installed.



CF_COMP_SHUTDOWN_FORCED
String CF_COMP_SHUTDOWN_FORCED(Code)
Info message - shutdown forced.



CF_COMP_SHUTDOWN_SUCCESSFUL
String CF_COMP_SHUTDOWN_SUCCESSFUL(Code)
Info message - shutdown component.



CF_COMP_SHUTDOWN_TIMEOUT
String CF_COMP_SHUTDOWN_TIMEOUT(Code)
Error message - shutdown component timed out.



CF_COMP_START_SUCCESSFUL
String CF_COMP_START_SUCCESSFUL(Code)
Info message - started component.



CF_COMP_START_TIMEOUT
String CF_COMP_START_TIMEOUT(Code)
Error message - start of component timed out.



CF_COMP_STOP_NOT_ACTIVE
String CF_COMP_STOP_NOT_ACTIVE(Code)
Info message - inactive component.



CF_COMP_STOP_SUCCESSFUL
String CF_COMP_STOP_SUCCESSFUL(Code)
Info message - stopped component.



CF_COMP_UNINSTALL_FAILED
String CF_COMP_UNINSTALL_FAILED(Code)
Error message - uninstallation failed.



CF_COMP_UNINSTALL_FAILED_HAS_SUS
String CF_COMP_UNINSTALL_FAILED_HAS_SUS(Code)
Error message - uninstallation failed due to deployed SUs.



CF_COMP_UNINSTALL_RUNNING
String CF_COMP_UNINSTALL_RUNNING(Code)
Error message - uninstalling a running component.



CF_COMP_UNINSTALL_STOPPED
String CF_COMP_UNINSTALL_STOPPED(Code)
Error message - uninstalling a stopped component.



CF_COMP_UNINSTALL_SUCCESSFUL
String CF_COMP_UNINSTALL_SUCCESSFUL(Code)
Error message - uninstallation succeeded.



CF_COMP_UNRECOGNIZED_TYPE
String CF_COMP_UNRECOGNIZED_TYPE(Code)
Warning message - unrecognized component type.



CF_COMP_UPDATE_CANCEL_NOT_FOUND
String CF_COMP_UPDATE_CANCEL_NOT_FOUND(Code)
Error message - cancel update not allowed, component not found.



CF_COMP_UPDATE_COMPLETE
String CF_COMP_UPDATE_COMPLETE(Code)
Info message - update completed.



CF_COMP_UPDATE_NOT_FOUND
String CF_COMP_UPDATE_NOT_FOUND(Code)
Error message - update not allowed, component not found.



CF_COMP_UPDATE_NOT_SHUT_DOWN
String CF_COMP_UPDATE_NOT_SHUT_DOWN(Code)
Error message - update not allowed, component still active.



CF_COMP_UPDATE_NOT_VALIDATED
String CF_COMP_UPDATE_NOT_VALIDATED(Code)
Error message - update not allowed, validate not done.



CF_COMP_UPDATE_VALIDATE_FAILED
String CF_COMP_UPDATE_VALIDATE_FAILED(Code)
Error message - validation for update failed.



CF_COMP_UPGRADE_CANCEL_NOT_FOUND
String CF_COMP_UPGRADE_CANCEL_NOT_FOUND(Code)
Error message - cancel upgrade not allowed, component not found.



CF_COMP_UPGRADE_COMPLETE
String CF_COMP_UPGRADE_COMPLETE(Code)
Info message - upgrade completed.



CF_COMP_UPGRADE_FAILED
String CF_COMP_UPGRADE_FAILED(Code)
Error message - upgrade failed.



CF_COMP_UPGRADE_ILLEGAL_ACCESS
String CF_COMP_UPGRADE_ILLEGAL_ACCESS(Code)
Error message - IllegalAccessException on upgrade.



CF_COMP_UPGRADE_LOAD_FAILED
String CF_COMP_UPGRADE_LOAD_FAILED(Code)
Error message - upgrade load failed.



CF_COMP_UPGRADE_MISSING_SHARED_LIBRARIES
String CF_COMP_UPGRADE_MISSING_SHARED_LIBRARIES(Code)
Error message - missing shared libraries on upgrade.



CF_COMP_UPGRADE_NOT_FOUND
String CF_COMP_UPGRADE_NOT_FOUND(Code)
Error message - upgrade not allowed, component not found.



CF_COMP_UPGRADE_NOT_SHUT_DOWN
String CF_COMP_UPGRADE_NOT_SHUT_DOWN(Code)
Error message - upgrade not allowed, component still active.



CF_COMP_UPGRADE_NOT_VALIDATED
String CF_COMP_UPGRADE_NOT_VALIDATED(Code)
Error message - upgrade not allowed, validate not done.



CF_COMP_UPGRADE_VALIDATE_FAILED
String CF_COMP_UPGRADE_VALIDATE_FAILED(Code)
Error message - validation for upgrade failed.



CF_CONFIGURATION_MBEAN_REGISTRATION_FAILED
String CF_CONFIGURATION_MBEAN_REGISTRATION_FAILED(Code)
Warning message - configuration MBean registration failed.



CF_CONFIGURATION_MBEAN_UNREGISTRATION_FAILED
String CF_CONFIGURATION_MBEAN_UNREGISTRATION_FAILED(Code)
Warning message - configuration MBean unregistration failed.



CF_DEPLOYER_MBEAN_REGISTRATION_FAILED
String CF_DEPLOYER_MBEAN_REGISTRATION_FAILED(Code)
Error message - failed to register deployer MBean.



CF_DEPLOYER_MBEAN_UNREGISTRATION_FAILED
String CF_DEPLOYER_MBEAN_UNREGISTRATION_FAILED(Code)
Error message - failed to unregister deployer MBean.



CF_INVALID_STARTUP_PROPERTY
String CF_INVALID_STARTUP_PROPERTY(Code)
Error message - invalid component startup value.



CF_LIFECYCLE_MBEAN_NOT_REGISTERED
String CF_LIFECYCLE_MBEAN_NOT_REGISTERED(Code)
Error message - failed to register life cycle MBean during restart.



CF_LIFECYCLE_MBEAN_REGISTRATION_FAILED
String CF_LIFECYCLE_MBEAN_REGISTRATION_FAILED(Code)
Error message - failed to register life cycle MBean.



CF_LIFECYCLE_MBEAN_UNREGISTRATION_FAILED
String CF_LIFECYCLE_MBEAN_UNREGISTRATION_FAILED(Code)
Error message - failed to unregister life cycle MBean.



CF_LIFECYCLE_SHUTDOWN_EXCEPTION
String CF_LIFECYCLE_SHUTDOWN_EXCEPTION(Code)
Error message - LifeCycle shutdown() failed.



CF_LIFECYCLE_START_EXCEPTION
String CF_LIFECYCLE_START_EXCEPTION(Code)
Error message - LifeCycle start() failed.



CF_LIFECYCLE_STOP_EXCEPTION
String CF_LIFECYCLE_STOP_EXCEPTION(Code)
Error message - LifeCycle stop() failed.



CF_LOGGER_MBEAN_UNREGISTRATION_FAILED
String CF_LOGGER_MBEAN_UNREGISTRATION_FAILED(Code)
Warning message - logger MBean unregistration failed.



CF_MBEAN_CREATION_FAILED
String CF_MBEAN_CREATION_FAILED(Code)
Error message - MBean creation failed.



CF_MBEAN_REGISTRATION_FAILED
String CF_MBEAN_REGISTRATION_FAILED(Code)
Error message - MBean registration failed.



CF_NAME
String CF_NAME(Code)
Component Framework.



CF_SHUTDOWN_INTERRUPTED
String CF_SHUTDOWN_INTERRUPTED(Code)
Error message - shutdown interrupted.



CF_SL_ALREADY_REGISTERED
String CF_SL_ALREADY_REGISTERED(Code)
Error message - shared library already registered.



CF_SL_CLASSLOADER_CREATION_FAILED
String CF_SL_CLASSLOADER_CREATION_FAILED(Code)
Error message - shared classloader creation failed.



CF_SL_INSTALL_FAILED
String CF_SL_INSTALL_FAILED(Code)
Error message - installation failed.



CF_SL_INSTALL_SUCCESSFUL
String CF_SL_INSTALL_SUCCESSFUL(Code)
Info message - installation succeeded.



CF_SL_REFERENCED_BY
String CF_SL_REFERENCED_BY(Code)
Error message - namespace referenced by component.



CF_SL_REFERENCED_BY_LIST
String CF_SL_REFERENCED_BY_LIST(Code)
Error message - namespace referenced by components.



CF_SL_UNINSTALL_CLASSLOADER
String CF_SL_UNINSTALL_CLASSLOADER(Code)
Info message - uninstall could not remove class loader.



CF_SL_UNINSTALL_FAILED_DEPENDENTS
String CF_SL_UNINSTALL_FAILED_DEPENDENTS(Code)
Error message - uninstall failed, dependent components exist.



CF_SL_UNINSTALL_NONEXISTENT
String CF_SL_UNINSTALL_NONEXISTENT(Code)
Error message - uninstall failed, no namespace.



CF_SL_UNINSTALL_OK_DEPENDENTS
String CF_SL_UNINSTALL_OK_DEPENDENTS(Code)
Error message - uninstall succeeded, dependent components exist.



CF_SL_UNINSTALL_SUCCESSFUL
String CF_SL_UNINSTALL_SUCCESSFUL(Code)
Info message - uninstall successful.



CF_STARTUP_INTERRUPTED
String CF_STARTUP_INTERRUPTED(Code)
Error message - startup interrupted.



CF_STATISTICS_MBEAN_REGISTRATION_FAILED
String CF_STATISTICS_MBEAN_REGISTRATION_FAILED(Code)
Warning message - statistics MBean registration failed.



CF_STATISTICS_MBEAN_UNREGISTRATION_FAILED
String CF_STATISTICS_MBEAN_UNREGISTRATION_FAILED(Code)
Warning message - statistics MBean unregistration failed.



CF_STOPPING_ALL
String CF_STOPPING_ALL(Code)
Info message - stopping all components.



CL_BOOTSTRAP_CREATE_FAILED
String CL_BOOTSTRAP_CREATE_FAILED(Code)
Error message - could not create bootstrap classloader.



CL_COMPONENT_CLASSLOADER_NOT_FOUND
String CL_COMPONENT_CLASSLOADER_NOT_FOUND(Code)
Error message - could not find the component classloader.



CL_COMPONENT_CREATE_FAILED
String CL_COMPONENT_CREATE_FAILED(Code)
Error message - could not create component classloader.



CL_SHARED_CLASSLOADER_NOT_FOUND
String CL_SHARED_CLASSLOADER_NOT_FOUND(Code)
Error message - could not find the shared classloader.



CL_SHARED_CLASS_NOT_FOUND
String CL_SHARED_CLASS_NOT_FOUND(Code)
Error message - could not find the shared class.



CL_SHARED_CREATE_FAILED
String CL_SHARED_CREATE_FAILED(Code)
Error message - could not create the shared classloader.



COMPONENT
String COMPONENT(Code)
Component.



COMP_BOOTSTRAP_LOAD_FAILED
String COMP_BOOTSTRAP_LOAD_FAILED(Code)
Bootstrap load failed.



COMP_BUSY
String COMP_BUSY(Code)
Component is busy.



COMP_CLASS_NOT_FOUND
String COMP_CLASS_NOT_FOUND(Code)
Class not found.



COMP_CLASS_NOT_VALID
String COMP_CLASS_NOT_VALID(Code)
Class not valid.



COMP_EXCEPTION
String COMP_EXCEPTION(Code)
Exception creating instance.



COMP_INSTANCE_NOT_PROVIDED
String COMP_INSTANCE_NOT_PROVIDED(Code)
Component returned null value for instance.



COMP_INSTANCE_NOT_VALID
String COMP_INSTANCE_NOT_VALID(Code)
Instance not valid.



COMP_INVALID_STATE_CHANGE
String COMP_INVALID_STATE_CHANGE(Code)
Invalid state change.



COMP_INVALID_TYPE
String COMP_INVALID_TYPE(Code)
Invalid type.



COMP_LIFECYCLE_LOAD_FAILED
String COMP_LIFECYCLE_LOAD_FAILED(Code)
LifeCycle load failed.



COMP_LOGGER_NOT_FOUND
String COMP_LOGGER_NOT_FOUND(Code)
Component logger not found.



COMP_LOGGER_REGISTRATION_FAILED
String COMP_LOGGER_REGISTRATION_FAILED(Code)
Component logger registration failed.



COMP_LOGGER_SETTINGS_CLOSE_FAILED
String COMP_LOGGER_SETTINGS_CLOSE_FAILED(Code)
Component logger settings file close failed.



COMP_LOGGER_SETTINGS_CREATE_FAILED
String COMP_LOGGER_SETTINGS_CREATE_FAILED(Code)
Component logger settings directory create failed.



COMP_LOGGER_SETTINGS_LOAD_FAILED
String COMP_LOGGER_SETTINGS_LOAD_FAILED(Code)
Component logger settings file read failed.



COMP_LOGGER_SETTINGS_SAVE_FAILED
String COMP_LOGGER_SETTINGS_SAVE_FAILED(Code)
Component logger settings file create failed.



COMP_LOGGER_UNREGISTRATION_FAILED
String COMP_LOGGER_UNREGISTRATION_FAILED(Code)
Component logger unregistration failed.



COMP_STATE_LOADED
String COMP_STATE_LOADED(Code)
Component state loaded.



COMP_STATE_SHUTDOWN
String COMP_STATE_SHUTDOWN(Code)
Component state installed.



COMP_STATE_STARTED
String COMP_STATE_STARTED(Code)
Component state started.



COMP_STATE_STOPPED
String COMP_STATE_STOPPED(Code)
Component state stopped.



CR_COMPONENT_ALREADY_REGISTERED
String CR_COMPONENT_ALREADY_REGISTERED(Code)
Exception message used when a component cannot be registered because its ID is already in use.



CR_COMPONENT_NOT_REGISTERED
String CR_COMPONENT_NOT_REGISTERED(Code)
Exception message used when a component cannot be unregistered because the name is not registered.



CR_NAME
String CR_NAME(Code)
Component Registry.



CR_PERMANENT_REGISTRATION_NOT_FOUND
String CR_PERMANENT_REGISTRATION_NOT_FOUND(Code)
Exception message used when a permanent registration fails.



CR_RELOAD_BAD_COMPONENT_TYPE
String CR_RELOAD_BAD_COMPONENT_TYPE(Code)
Warning message issued when an unrecognized entry is found.



CR_SL_ALREADY_REGISTERED
String CR_SL_ALREADY_REGISTERED(Code)
Exception message used when a shared library cannot be registered because its ID is already in use.



CR_SL_NOT_REGISTERED
String CR_SL_NOT_REGISTERED(Code)
Exception message used when a shared library cannot be unregistered because the name is not registered.



CS_NAME
String CS_NAME(Code)
Configuration Service .



CU_CL_CREATE_IO_ERROR
String CU_CL_CREATE_IO_ERROR(Code)
Error Message - I/O error creating class loader.



CU_CL_LOAD_CLASS_FAILURE
String CU_CL_LOAD_CLASS_FAILURE(Code)
Error Message - class was not loaded with any class loader.



CU_CL_LOAD_CLASS_SECURITY_EXCEPTION
String CU_CL_LOAD_CLASS_SECURITY_EXCEPTION(Code)
Error Message - security exception trying to load a class.



DMB_SU_ALREADY_DEPLOYED
String DMB_SU_ALREADY_DEPLOYED(Code)
Error - Service Unit already deployed.



DMB_SU_CANNOT_INIT_STARTED
String DMB_SU_CANNOT_INIT_STARTED(Code)
Error - Service Unit cannot be initialized, it is started.



DMB_SU_CANNOT_SHUT_DOWN_NOT_STOPPED
String DMB_SU_CANNOT_SHUT_DOWN_NOT_STOPPED(Code)
Error - Service Unit cannot be shut down, it is not stopped.



DMB_SU_CANNOT_START_NOT_INITIALIZED
String DMB_SU_CANNOT_START_NOT_INITIALIZED(Code)
Error - Service Unit cannot be started, it is not initialized.



DMB_SU_CANNOT_STOP_SHUT_DOWN
String DMB_SU_CANNOT_STOP_SHUT_DOWN(Code)
Error - Service Unit cannot be stopped, it is not started.



DMB_SU_CANNOT_UNDEPLOY_NOT_SHUT_DOWN
String DMB_SU_CANNOT_UNDEPLOY_NOT_SHUT_DOWN(Code)
Error - Service Unit cannot be undeployed, not shut down.



DMB_SU_COMP_NOT_STARTED
String DMB_SU_COMP_NOT_STARTED(Code)
Error - Service Unit operation cannot be performed, component is not started.



DMB_SU_NOT_FOUND
String DMB_SU_NOT_FOUND(Code)
Error - Service Unit not found.



DMB_SU_OPERATION_EXCEPTION
String DMB_SU_OPERATION_EXCEPTION(Code)
Error - Service Unit operation threw exception.



DMB_SU_OPERATION_EXCEPTION_NO_MSG
String DMB_SU_OPERATION_EXCEPTION_NO_MSG(Code)
Error - Service Unit operation threw exception with no message text.



DMB_SU_OPERATION_INTERRUPTED
String DMB_SU_OPERATION_INTERRUPTED(Code)
Error - Service Unit operation was interrupted.



DMB_SU_OPERATION_NOT_AVAILABLE
String DMB_SU_OPERATION_NOT_AVAILABLE(Code)
Error - Service Unit operation was interrupted.



DMB_SU_OPERATION_TIMEOUT
String DMB_SU_OPERATION_TIMEOUT(Code)
Error - Service Unit operation timed out.



DMB_SU_STATE_PERSIST_FAILURE
String DMB_SU_STATE_PERSIST_FAILURE(Code)
Error - Service Unit state could not be persisted.



EC_BOOTSTRAP_PROPERTIES_LOAD_FAILED
String EC_BOOTSTRAP_PROPERTIES_LOAD_FAILED(Code)
Info - Cannot load bootstrap properties file.



EC_BOOTSTRAP_PROPERTIES_OPEN_FAILED
String EC_BOOTSTRAP_PROPERTIES_OPEN_FAILED(Code)
Info - Cannot open bootstrap properties file.



EC_INITIAL_PROPERTIES_LIST
String EC_INITIAL_PROPERTIES_LIST(Code)
Logging - Initial properties.



EC_INVALID_LOG_LEVEL
String EC_INVALID_LOG_LEVEL(Code)
Error - Invalid log level.



EC_INVALID_TIMEOUT_PROPERTY
String EC_INVALID_TIMEOUT_PROPERTY(Code)
Error - Invalid timeout value.



EC_JBI_REGISTRY_INIT_FAILED
String EC_JBI_REGISTRY_INIT_FAILED(Code)
Registry initialization failed.



EC_MBEAN_CREATION_FAILED
String EC_MBEAN_CREATION_FAILED(Code)
Error - MBean creation failed.



EC_MBEAN_NAME_CREATION_FAILED
String EC_MBEAN_NAME_CREATION_FAILED(Code)
Error - MBean name creation failed.



EC_MBEAN_REGISTRATION_FAILED
String EC_MBEAN_REGISTRATION_FAILED(Code)
Error - MBean registration failed.



EC_MBEAN_UNREGISTRATION_FAILED
String EC_MBEAN_UNREGISTRATION_FAILED(Code)
Warning - MBean unregistration failed.



EC_NO_CONFIG_MBEAN
String EC_NO_CONFIG_MBEAN(Code)
Warning - Cannot create configuration MBean.



EC_NO_LOGGER_MBEAN
String EC_NO_LOGGER_MBEAN(Code)
Warning - Cannot create logger MBean.



EC_NO_NOTIFICATION_MBEAN
String EC_NO_NOTIFICATION_MBEAN(Code)
Warning - Cannot create notification MBean.



EC_NO_STATISTICS_MBEAN
String EC_NO_STATISTICS_MBEAN(Code)
Warning - Cannot create statistics MBean.



EC_STRING_TRANSLATOR_CLASSLOADER_NOT_FOUND
String EC_STRING_TRANSLATOR_CLASSLOADER_NOT_FOUND(Code)
Logging - StringTranslator class loader not found.



EC_TRANSACTION_MANAGER_NOT_FOUND
String EC_TRANSACTION_MANAGER_NOT_FOUND(Code)
Logging - TransactionManager not found.



EMPTY_LIST_ARGUMENT
String EMPTY_LIST_ARGUMENT(Code)
Error message - a required list argument is empty.



EMPTY_STRING_ARGUMENT
String EMPTY_STRING_ARGUMENT(Code)
Error message - a required string argument is empty.



ENGINE
String ENGINE(Code)
Engine.



FN_SEND_NOTIFICATION_FAILED
String FN_SEND_NOTIFICATION_FAILED(Code)
Error - exception sending notification.



FN_USER_DATA_CREATE_FAILED
String FN_USER_DATA_CREATE_FAILED(Code)
Error - failed to create user data for notification.



INIT_FRAMEWORK_FAILED
String INIT_FRAMEWORK_FAILED(Code)
Error message - framework initialization failed.



INIT_SERVICE_FAILED
String INIT_SERVICE_FAILED(Code)
Error message - service initialization failed.



INVALID_ARGUMENT
String INVALID_ARGUMENT(Code)
Error message - an argument is invalid.



JBI_INITIALIZED
String JBI_INITIALIZED(Code)
Logging message - framework initialized.



JBI_INITIALIZING
String JBI_INITIALIZING(Code)
Logging message - framework initializing.



JBI_READY
String JBI_READY(Code)
Logging message - framework ready for requests.



JBI_SHUTDOWN_TIME
String JBI_SHUTDOWN_TIME(Code)
Logging message - framework shutdown elapsed time.



JBI_SHUTTING_DOWN
String JBI_SHUTTING_DOWN(Code)
Logging message - framework shutting down.



JBI_SHUT_DOWN
String JBI_SHUT_DOWN(Code)
Logging message - framework shut down.



JBI_STARTED
String JBI_STARTED(Code)
Logging message - framework started.



JBI_STARTING
String JBI_STARTING(Code)
Logging message - framework starting.



JBI_STARTUP_TIME
String JBI_STARTUP_TIME(Code)
Logging message - framework startup elapsed time.



JBI_STATE_FILE_CREATION_FAILED
String JBI_STATE_FILE_CREATION_FAILED(Code)
Error message - failed to create jbi admin state file.



JBI_TERMINATED
String JBI_TERMINATED(Code)
Logging message - framework terminated.



JBI_TERMINATING
String JBI_TERMINATING(Code)
Logging message - framework terminating.



MRS_NAME
String MRS_NAME(Code)
Management Runtime Service.



MS_NAME
String MS_NAME(Code)
Management Service.



NMS_NAME
String NMS_NAME(Code)
Normalized Message Service.



NO_MESSAGE
String NO_MESSAGE(Code)
No exception message.



NULL_ARGUMENT
String NULL_ARGUMENT(Code)
Error message - a required argument is null.



RS_NAME
String RS_NAME(Code)
Registry Service.



SERVICE_ALREADY_INITIALIZED
String SERVICE_ALREADY_INITIALIZED(Code)
Warning message - service already initialized.



SERVICE_ALREADY_STARTED
String SERVICE_ALREADY_STARTED(Code)
Warning message - service already started.



SERVICE_ALREADY_STOPPED
String SERVICE_ALREADY_STOPPED(Code)
Warning message - service already stopped.



SERVICE_INITIALIZED
String SERVICE_INITIALIZED(Code)
Info message - service initialized.



SERVICE_STARTED
String SERVICE_STARTED(Code)
Info message - service started.



SERVICE_STOPPED
String SERVICE_STOPPED(Code)
Info message - service stopped.



SERVICE_UNIT
String SERVICE_UNIT(Code)
Shared Unit.



SHARED_LIBRARY
String SHARED_LIBRARY(Code)
Shared Library.



SS_NAME
String SS_NAME(Code)
Security Service.



STACK_TRACE_PRINT_FAILED
String STACK_TRACE_PRINT_FAILED(Code)
Unable to print stack trace.



START_FRAMEWORK_FAILED
String START_FRAMEWORK_FAILED(Code)
Error message - framework start failed.



START_SERVICE_FAILED
String START_SERVICE_FAILED(Code)
Error message - service start failed.



STOP_FRAMEWORK_FAILED
String STOP_FRAMEWORK_FAILED(Code)
Error message - framework stop failed.



STOP_SERVICE_FAILED
String STOP_SERVICE_FAILED(Code)
Error message - service stop failed.



SUF_DEPLOYED
String SUF_DEPLOYED(Code)
Info - Service Unit deployed.



SUF_SHUT_DOWN
String SUF_SHUT_DOWN(Code)
Info - Service Unit shut down.



SUF_STARTED
String SUF_STARTED(Code)
Info - Service Unit started.



SUF_STOPPED
String SUF_STOPPED(Code)
Info - Service Unit stopped.



SUF_UNDEPLOYED
String SUF_UNDEPLOYED(Code)
Info - Service Unit undeployed.



SUM_EXCEPTION
String SUM_EXCEPTION(Code)
Error - error in ServiceUnitManager.



SUM_INIT_TIMEOUT_LIMIT
String SUM_INIT_TIMEOUT_LIMIT(Code)
Error - init() timeout limit reached.



SUM_SHUTDOWN_TIMEOUT_LIMIT
String SUM_SHUTDOWN_TIMEOUT_LIMIT(Code)
Error - shutDown() timeout limit reached.



SUM_STACK_TRACE
String SUM_STACK_TRACE(Code)
Error - stack trace print.



SUM_START_TIMEOUT_LIMIT
String SUM_START_TIMEOUT_LIMIT(Code)
Error - start() timeout limit reached.



SUM_STOP_TIMEOUT_LIMIT
String SUM_STOP_TIMEOUT_LIMIT(Code)
Error - stop() timeout limit reached.



SU_ALREADY_EXISTS
String SU_ALREADY_EXISTS(Code)
Error - already exists.



SU_INVALID_STATE_CHANGE
String SU_INVALID_STATE_CHANGE(Code)
Error - invalid state change.



SU_NOT_FOUND
String SU_NOT_FOUND(Code)
Error - not found.



SU_STATE_DEPLOYED
String SU_STATE_DEPLOYED(Code)
Service Unit state deployed (never initialized).



SU_STATE_SHUTDOWN
String SU_STATE_SHUTDOWN(Code)
Service Unit state shutdown.



SU_STATE_STARTED
String SU_STATE_STARTED(Code)
Service Unit state started.



SU_STATE_STOPPED
String SU_STATE_STOPPED(Code)
Service Unit state stopped.



UNKNOWN
String UNKNOWN(Code)
Unknown.



XML_DOM_EXCEPTION
String XML_DOM_EXCEPTION(Code)
Error - DOM exception while processing XML.



XML_EMPTY_ELEMENT
String XML_EMPTY_ELEMENT(Code)
Error - Empty element found when not expected.



XML_EXTRA_ELEMENTS
String XML_EXTRA_ELEMENTS(Code)
Error - Extra elements found when not expected.



XML_INVALID_ELEMENT
String XML_INVALID_ELEMENT(Code)
Error - Invalid element found.



XML_MISSING_ELEMENT
String XML_MISSING_ELEMENT(Code)
Error - Missing required element.



XML_UNKNOWN_ELEMENT
String XML_UNKNOWN_ELEMENT(Code)
Error - Unknown element encountered.





www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.