Java Doc for LocalStringKeys.java in  » ESB » open-esb » com » sun » jbi » util » 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.util 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.sun.jbi.util.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
 StringCCFG_APP_CFG_ATTR_DEF_MISSING_IN_XML
    
 StringCCFG_APP_CFG_DEF_MISSING_IN_XML
    
 StringCCFG_ATTR_DEF_MISSING_IN_XML
    
 StringCCFG_CD_EXTRA_PROPS
     CompositeData item missing.
 StringCCFG_FAILED_CONVERSION_TO_OPEN_TYPE
     Conversion to open type failed.
 StringCCFG_FAILED_CONVERSION_TO_OPEN_TYPE_AR
     Conversion to open type failed.
 StringEMPTY_LIST_ARGUMENT
     Empty list argument.
 StringINVALID_INTERFACE_IMPL
     Invalid interface implementation.
 StringMBEAN_ALREADY_REGISTERED
     MBean already registered.
 StringMBEAN_CREATION_NOT_JMX_COMPLIANT
     MBean not JMX compliant.
 StringMBEAN_REGISTRATION_EXCEPTION
     Exception during MBean registration.
 StringMBEAN_REGISTRATION_NOT_JMX_COMPLIANT
     MBean not JMX compliant.
 StringMBEAN_UNREGISTRATION_EXCEPTION
     Exception during MBean unregistration.
 StringNULL_ARGUMENT
     Null argument.
 StringNULL_OBJECT
     Null object.
 StringSTACK_TRACE_PRINT_FAILED
     Unable to print stack trace.



Field Detail
CCFG_APP_CFG_ATTR_DEF_MISSING_IN_XML
String CCFG_APP_CFG_ATTR_DEF_MISSING_IN_XML(Code)



CCFG_APP_CFG_DEF_MISSING_IN_XML
String CCFG_APP_CFG_DEF_MISSING_IN_XML(Code)



CCFG_ATTR_DEF_MISSING_IN_XML
String CCFG_ATTR_DEF_MISSING_IN_XML(Code)



CCFG_CD_EXTRA_PROPS
String CCFG_CD_EXTRA_PROPS(Code)
CompositeData item missing.



CCFG_FAILED_CONVERSION_TO_OPEN_TYPE
String CCFG_FAILED_CONVERSION_TO_OPEN_TYPE(Code)
Conversion to open type failed.



CCFG_FAILED_CONVERSION_TO_OPEN_TYPE_AR
String CCFG_FAILED_CONVERSION_TO_OPEN_TYPE_AR(Code)
Conversion to open type failed.



EMPTY_LIST_ARGUMENT
String EMPTY_LIST_ARGUMENT(Code)
Empty list argument.



INVALID_INTERFACE_IMPL
String INVALID_INTERFACE_IMPL(Code)
Invalid interface implementation.



MBEAN_ALREADY_REGISTERED
String MBEAN_ALREADY_REGISTERED(Code)
MBean already registered.



MBEAN_CREATION_NOT_JMX_COMPLIANT
String MBEAN_CREATION_NOT_JMX_COMPLIANT(Code)
MBean not JMX compliant.



MBEAN_REGISTRATION_EXCEPTION
String MBEAN_REGISTRATION_EXCEPTION(Code)
Exception during MBean registration.



MBEAN_REGISTRATION_NOT_JMX_COMPLIANT
String MBEAN_REGISTRATION_NOT_JMX_COMPLIANT(Code)
MBean not JMX compliant.



MBEAN_UNREGISTRATION_EXCEPTION
String MBEAN_UNREGISTRATION_EXCEPTION(Code)
Exception during MBean unregistration.



NULL_ARGUMENT
String NULL_ARGUMENT(Code)
Null argument.



NULL_OBJECT
String NULL_OBJECT(Code)
Null object.



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





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