Source Code Cross Referenced for JBIResourceConstants.java in  » ESB » open-esb » com » sun » jbi » jsf » test » 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.jsf.test 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /*
002:         * The contents of this file are subject to the terms
003:         * of the Common Development and Distribution License
004:         * (the License).  You may not use this file except in
005:         * compliance with the License.
006:         *
007:         * You can obtain a copy of the license at
008:         * https://glassfish.dev.java.net/public/CDDLv1.0.html or
009:         * glassfish/bootstrap/legal/CDDLv1.0.txt.
010:         * See the License for the specific language governing
011:         * permissions and limitations under the License.
012:         *
013:         * When distributing Covered Code, include this CDDL
014:         * Header Notice in each file and include the License file
015:         * at glassfish/bootstrap/legal/CDDLv1.0.txt.
016:         * If applicable, add the following below the CDDL Header,
017:         * with the fields enclosed by brackets [] replaced by
018:         * you own identifying information:
019:         * "Portions Copyrighted [year] [name of copyright owner]"
020:         *
021:         * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
022:         */
023:
024:        package com.sun.jbi.jsf.test;
025:
026:        /* i18n Resource Text on JBI Pages*/
027:
028:        public class JBIResourceConstants {
029:
030:            //Root Page Components Child Nodes
031:            public static final String JBI_ROOT_BC_NODE = "Binding Components";
032:            public static final String JBI_ROOT_SE_NODE = "Service Engines";
033:
034:            //List Shared Table Constants
035:            public static final String JBI_LIST_TABLE_DESC_HEADER = "Description";
036:            public static final String JBI_LIST_TABLE_STATE_HEADER = "State";
037:            public static final String JBI_LIST_TABLE_NAME_HEADER = "Name";
038:            public static final String JBI_LIST_TABLE_TYPE_HEADER = "Type";
039:            public static final String JBI_LIST_TABLE_ACTION_HEADER = "Action";
040:
041:            //List Shared Library Page Text Constants
042:            public static final String JBI_LIST_LIB_PAGE_TITLE = "Shared Libraries";
043:            public static final String JBI_LIST_LIB_PAGE_INLINE_HELP = "Manage Java Business Integration Shared Libraries";
044:            public static final String JBI_LIST_LIB_TABLE_TITLE_TEXT = "JBI Shared Libraries";
045:
046:            //List Components Page Text Constants
047:            public static final String JBI_LIST_COMP_PAGE_TITLE = "Components";
048:            public static final String JBI_LIST_COMP_PAGE_INLINE_HELP = "Manage Java Business Integration Binding Components and Service Engines";
049:            public static final String JBI_LIST_COMP_TABLE_TITLE_TEXT = "JBI Binding Components and Service Engines";
050:            public static final String JBI_LIST_BC_TYPE_TEXT = "Binding";
051:            public static final String JBI_LIST_SE_TYPE_TEXT = "Engine";
052:
053:            //List Service Assemblies Page Text Constants
054:            public static final String JBI_LIST_SA_PAGE_TITLE = "Service Assemblies";
055:            public static final String JBI_LIST_SA_PAGE_INLINE_HELP = "Manage Java Business Integration Service Assemblies";
056:            public static final String JBI_LIST_SA_TABLE_TITLE_TEXT = "JBI Service Assemblies";
057:
058:            //Lifecycle Operation Resource Constatns
059:            public static final String JBI_OPERATION_FAIL_ALERT_SUMMARY = "Requested JBI LifeCycle operation for all selections failed";
060:            public static final String JBI_OPERATION_STARTED_STATE = "Started";
061:            public static final String JBI_OPERATION_STOPPED_STATE = "Stopped";
062:            public static final String JBI_OPERATION_SHUTDOWN_STATE = "Shutdown";
063:
064:            //Wizard Component Steps Resource Constants
065:            public static final String JBI_COMP_INSTALL_WIZ_STEP1_TITLE = "Install JBI Binding or Engine (Step 1 of 2)";
066:            public static final String JBI_COMP_INSTALL_WIZ_STEP2_TITLE = "Install JBI Binding or Engine (Step 2 of 2)";
067:            public static final String JBI_COMP_INSTALL_CONF_PROP_TBL_TITLE = "Configuration Properties: Default and Override Values";
068:            public static final String JBI_COMP_INSTALL_PROP_TBL_TITLE = "Additional Properties";
069:
070:            //Alert Messages for negative test archives
071:            public static final String JBI_EMPTY_ARCHIVE_MSG = "has no entries";
072:            public static final String JBI_NO_ARCHIVE_MSG = "File not found";
073:            public static final String JBI_CORRUPT_ARCHIVE_MSG = "not an archive";
074:            public static final String JBI_MISSING_JBI_XML_ARCHIVE_MSG = "Archive is missing required JBI XML";
075:            public static final String JBI_NOT_WELL_FORMED_JBI_XML_ARCHIVE_MSG = "Archive contains JBI XML that is not well formed";
076:            public static final String JBI_MISMATCHING_ARCHIVE_MSG = "The JBI Archive is not of the expected type";
077:            //Show Pages 
078:            public static final String JBI_SHOW_GENERAL_TAB = "General";
079:            public static final String JBI_SHOW_DESCRIPTOR_TAB = "Descriptor";
080:            public static final String JBI_SHOW_COMPONENTS_TAB = "Components";
081:
082:            //Show Component Pages Tabs
083:            public static final String JBI_SHOW_CONFIGURATION_TAB = "Configuration";
084:            public static final String JBI_SHOW_LOGGERS_TAB = "Loggers";
085:            public static final String JBI_SHOW_TARGETS_TAB = "Targets";
086:            public static final String JBI_SHOW_MONITORING_TAB = "Monitoring";
087:            public static final String JBI_SHOW_COMP_LIBRARIES_TAB = "Libraries";
088:
089:            //Show Component Monitoring Pages 
090:            public static final String JBI_SHOW_COMP_MONITORING_PAGE_TITLE = "- Statistics";
091:            public static final String JBI_SHOW_COMP_MONITORING_PAGE_INLINE_HELP = "View and verify message exchange throughput statistics";
092:            public static final String JBI_SHOW_COMP_MONITORING_TABLE_TITLE = "Binding Component Statistics";
093:
094:            //Component Monitoring table columns
095:            public static final String JBI_SHOW_COMP_MONITORING_TBL_ENDP = "Endpoints";
096:            public static final String JBI_SHOW_COMP_MONITORING_TBL_PRO_ENDP = "Providing Endpoints";
097:            public static final String JBI_SHOW_COMP_MONITORING_TBL_CONS_ENDP = "Consuming Endpoints";
098:            public static final String JBI_SHOW_COMP_MONITORING_TBL_TTL = "Total";
099:
100:            //Show Components Shared Library Pages
101:            public static final String JBI_SHOW_COMP_LIBRARIES_PAGE_TITLE = "- Shared Libraries required by this component";
102:            public static final String JBI_SHOW_COMP_LIBRARIES_INLINE_HELP = "View installed Shared Libraries required by this component";
103:            public static final String JBI_SHOW_COMP_LIBRARIES_TABLE_TITLE = "Required Libraries";
104:
105:            //Show Libraries Pages
106:            public static final String JBI_SHOW_LIBRARIES_GEN_PAGE_TITLE = "- Shared Library General Properties";
107:            public static final String JBI_SHOW_LIBRARIES_GEN_INLINE_HELP = "View installed Shared Libraries required by this component";
108:            public static final String JBI_SHOW_LIBRARIES_TABLE_TITLE = "Required Libraries";
109:
110:            //Show Librarie's Components Pages
111:            public static final String JBI_SHOW_SL_COMP_PAGE_TITLE = "- Components dependent on this Shared Library";
112:            public static final String JBI_SHOW_SL_COMP_TABLE_TITLE = "Dependent Components";
113:            public static final String JBI_SHOW_SL_COMP_PAGE_INLINE_HELP = "View components that require this Shared Library";
114:
115:            //Show Service Assembly Pages
116:            public static final String JBI_SHOW_SA_GENERAL_SU_TABLE_TITLE = "Service Units";
117:
118:            //Deletion Message
119:            public static final String JBI_INSTALLABLE_DELETION_MSG = "Selected applications will be removed from this target.  Continue";
120:
121:            public static final String JBI_SHOW_SL_INLINE_HELP = "View the details for this JBI Shared Library";
122:            public static final String JBI_SHOW_SA_INLINE_HELP = "View the details for this Java Business Integration Service Assembly";
123:            public static final String JBI_SHOW_DESCRIPTOR_INLINE_HELP = "View JBI archive metadata 'jbi.xml' contents";
124:            public static final String JBI_SHOW_TARGETS_SA_INLINE_HELP = "View target clusters and standalone server instances for this JBI Service Assembly";
125:            public static final String JBI_SHOW_TARGETS_SL_INLINE_HELP = "View target clusters and standalone server instances for this JBI Shared Library";
126:
127:            //****************************************************************/
128:            /***********CLuster Profile Messages*****************************/
129:            //****************************************************************/
130:
131:            //State of components
132:            public static final String JBI_EE_STATUS_ENABLED_ON_ALL_TARGETS = "Enabled on All Targets";
133:            public static final String JBI_EE_STATUS_DISABLED_ON_ALL_TARGETS = "Disabled on All Targets";
134:            public static final String JBI_EE_STATE_ENABLED_DROPDOWN = "Enabled";
135:            public static final String JBI_EE_STATE_DISABLED_DROPDOWN = "Disabled";
136:            //Deletion Message for Library uninstallation alert box
137:            public static final String JBI_EE_LIB_DELETION_MSG = "The selected Shared Library(ies) will be uninstalled from all targets and from the domain.  Continue?";
138:
139:            //Deletion Message for SA undeployment alert box
140:            public static final String JBI_EE_SA_DELETION_MSG = "The selected  Service Assembly(ies) will be undeployed from all targets and from the domain.  Continue?";
141:            //Deletion Message for component uninstallation alert box
142:            public static final String JBI_EE_COMP_DELETION_MSG = "The selected component(s) will be uninstalled from all targets and from the domain.  Continue?";
143:
144:            /**********************************************************************/
145:            /*****************Server Cluster Pages Related Messages**************/
146:            /**********************************************************************/
147:
148:            public static final String JBI_EE_SERVER_CLUSTER_LIST_TABLE_HEADER_STATUS_ENABLED = "Enabled";
149:            public static final String JBI_EE_STATUS_ENABLED_ON_SERVER_CLUSTER = "Enabled (Started)";
150:            public static final String JBI_EE_STATUS_DISABLED_ON_SERVER_CLUSTER = "Disabled (Shut Down)";
151:
152:            public static final String JBI_EE_SERVER_CLUSTER_LIB_DELETION_MSG = "The selected Shared Library(ies) will be uninstalled from the current target only.  Continue?";
153:
154:            public static final String JBI_EE_SERVER_CLUSTER_COMP_DELETION_MSG = "The selected component(s) will be uninstalled from the current target only.  Continue?";
155:
156:            public static final String JBI_EE_SERVER_CLUSTER_SA_DELETION_MSG = "The selected Service Assembly(ies) will be undeployed from the current target only.  Continue?";
157:
158:            public static final String JBI_EE_SERVER_CLUSTER_LIST_COMP_TABLE_TITLE_TEXT = "Binding Components and Service Engines";
159:
160:            //Cluster Inline Page Help
161:            public static final String JBI_EE_CLUSTER_INLINE_HELP_SUFFIX = " on this cluster";
162:
163:            public static final String JBI_EE_CLUSTER_LIST_LIB_PAGE_INLINE_HELP = JBI_LIST_LIB_PAGE_INLINE_HELP
164:                    + JBI_EE_CLUSTER_INLINE_HELP_SUFFIX;
165:
166:            public static final String JBI_EE_CLUSTER_LIST_COMP_PAGE_INLINE_HELP = JBI_LIST_COMP_PAGE_INLINE_HELP
167:                    + JBI_EE_CLUSTER_INLINE_HELP_SUFFIX;
168:
169:            public static final String JBI_EE_CLUSTER_LIST_SA_PAGE_INLINE_HELP = JBI_LIST_SA_PAGE_INLINE_HELP
170:                    + JBI_EE_CLUSTER_INLINE_HELP_SUFFIX;
171:
172:            //Stand Alone Instances 
173:            public static final String JBI_EE_SERVER_INLINE_HELP_SUFFIX = " on this stand-alone instance";
174:
175:            public static final String JBI_EE_SERVER_LIST_LIB_PAGE_INLINE_HELP = JBI_LIST_LIB_PAGE_INLINE_HELP
176:                    + JBI_EE_SERVER_INLINE_HELP_SUFFIX;
177:
178:            public static final String JBI_EE_SERVER_LIST_COMP_PAGE_INLINE_HELP = JBI_LIST_COMP_PAGE_INLINE_HELP
179:                    + JBI_EE_SERVER_INLINE_HELP_SUFFIX;
180:
181:            public static final String JBI_EE_SERVER_LIST_SA_PAGE_INLINE_HELP = JBI_LIST_SA_PAGE_INLINE_HELP
182:                    + JBI_EE_SERVER_INLINE_HELP_SUFFIX;
183:
184:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.