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: }
|