KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencms > main > Messages


1 /*
2  * File : $Source: /usr/local/cvs/opencms/src/org/opencms/main/Messages.java,v $
3  * Date : $Date: 2006/04/28 15:20:52 $
4  * Version: $Revision: 1.29 $
5  *
6  * This library is part of OpenCms -
7  * the Open Source Content Mananagement System
8  *
9  * Copyright (c) 2005 Alkacon Software GmbH (http://www.alkacon.com)
10  *
11  * This library is free software; you can redistribute it and/or
12  * modify it under the terms of the GNU Lesser General Public
13  * License as published by the Free Software Foundation; either
14  * version 2.1 of the License, or (at your option) any later version.
15  *
16  * This library is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19  * Lesser General Public License for more details.
20  *
21  * For further information about Alkacon Software GmbH, please see the
22  * company website: http://www.alkacon.com
23  *
24  * For further information about OpenCms, please see the
25  * project website: http://www.opencms.org
26  *
27  * You should have received a copy of the GNU Lesser General Public
28  * License along with this library; if not, write to the Free Software
29  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
30  */

31
32 package org.opencms.main;
33
34 import org.opencms.i18n.A_CmsMessageBundle;
35 import org.opencms.i18n.I_CmsMessageBundle;
36
37 /**
38  * Convenience class to access the localized messages of this OpenCms package.<p>
39  *
40  * @author Alexander Kandzior
41  *
42  * @version $Revision: 1.29 $
43  *
44  * @since 6.0.0
45  */

46 public final class Messages extends A_CmsMessageBundle {
47
48     /** The copyright message for OpenCms. */
49     public static final String JavaDoc[] COPYRIGHT_BY_ALKACON = {
50         "",
51         "Copyright (c) 2005 Alkacon Software GmbH",
52         "OpenCms comes with ABSOLUTELY NO WARRANTY",
53         "This is free software, and you are welcome to",
54         "redistribute it under certain conditions.",
55         "Please see the GNU Lesser General Public Licence for",
56         "further details.",
57         ""};
58
59     /** Message contant for key in the resource bundle. */
60     public static final String JavaDoc ERR_ALREADY_INITIALIZED_0 = "ERR_ALREADY_INITIALIZED_0";
61
62     /** Message contant for key in the resource bundle. */
63     public static final String JavaDoc ERR_CONTEXT_INFO_FROZEN_0 = "ERR_CONTEXT_INFO_FROZEN_0";
64
65     /** Message contant for key in the resource bundle. */
66     public static final String JavaDoc ERR_CRITICAL_CLASS_CREATION_1 = "ERR_CRITICAL_CLASS_CREATION_1";
67
68     /** Message contant for key in the resource bundle. */
69     public static final String JavaDoc ERR_CRITICAL_INIT_ADMINCMS_0 = "ERR_CRITICAL_INIT_ADMINCMS_0";
70
71     /** Message contant for key in the resource bundle. */
72     public static final String JavaDoc ERR_CRITICAL_INIT_DATABASE_0 = "ERR_CRITICAL_INIT_DATABASE_0";
73
74     /** Message contant for key in the resource bundle. */
75     public static final String JavaDoc ERR_CRITICAL_INIT_ENCODING_1 = "ERR_CRITICAL_INIT_ENCODING_1";
76
77     /** Message contant for key in the resource bundle. */
78     public static final String JavaDoc ERR_CRITICAL_INIT_FOLDER_0 = "ERR_CRITICAL_INIT_FOLDER_0";
79
80     /** Message contant for key in the resource bundle. */
81     public static final String JavaDoc ERR_CRITICAL_INIT_GENERIC_1 = "ERR_CRITICAL_INIT_GENERIC_1";
82
83     /** Message contant for key in the resource bundle. */
84     public static final String JavaDoc ERR_CRITICAL_INIT_MANAGERS_0 = "ERR_CRITICAL_INIT_MANAGERS_0";
85
86     /** Message contant for key in the resource bundle. */
87     public static final String JavaDoc ERR_CRITICAL_INIT_PROP_0 = "ERR_CRITICAL_INIT_PROP_0";
88
89     /** Message contant for key in the resource bundle. */
90     public static final String JavaDoc ERR_CRITICAL_INIT_PROPFILE_1 = "ERR_CRITICAL_INIT_PROPFILE_1";
91
92     /** Message contant for key in the resource bundle. */
93     public static final String JavaDoc ERR_CRITICAL_INIT_SERVLET_0 = "ERR_CRITICAL_INIT_SERVLET_0";
94
95     /** Message contant for key in the resource bundle. */
96     public static final String JavaDoc ERR_CRITICAL_INIT_WIZARD_0 = "ERR_CRITICAL_INIT_WIZARD_0";
97
98     /** Message contant for key in the resource bundle. */
99     public static final String JavaDoc ERR_CRITICAL_INIT_XML_0 = "ERR_CRITICAL_INIT_XML_0";
100
101     /** Message contant for key in the resource bundle. */
102     public static final String JavaDoc ERR_CRITICAL_NO_DB_CONTEXT_0 = "ERR_CRITICAL_NO_DB_CONTEXT_0";
103
104     /** Message contant for key in the resource bundle. */
105     public static final String JavaDoc ERR_ILLEGAL_ARG_2 = "ERR_ILLEGAL_ARG_2";
106
107     /** Message contant for key in the resource bundle. */
108     public static final String JavaDoc ERR_INVALID_INIT_USER_2 = "ERR_INVALID_INIT_USER_2";
109
110     /** Message contant for key in the resource bundle. */
111     public static final String JavaDoc ERR_MULTI_EXCEPTION_1 = "ERR_MULTI_EXCEPTION_1";
112
113     /** Message contant for key in the resource bundle. */
114     public static final String JavaDoc ERR_NOT_A_FOLDER_1 = "ERR_NOT_A_FOLDER_1";
115
116     /** Message contant for key in the resource bundle. */
117     public static final String JavaDoc ERR_OPENCMS_NOT_INITIALIZED_2 = "ERR_OPENCMS_NOT_INITIALIZED_2";
118
119     /** Message contant for key in the resource bundle. */
120     public static final String JavaDoc ERR_READ_INTERNAL_RESOURCE_1 = "ERR_READ_INTERNAL_RESOURCE_1";
121
122     /** Message contant for key in the resource bundle. */
123     public static final String JavaDoc ERR_REQUEST_SECURE_RESOURCE_0 = "ERR_REQUEST_SECURE_RESOURCE_0";
124
125     /** Message contant for key in the resource bundle. */
126     public static final String JavaDoc ERR_SHOW_ERR_HANDLER_RESOURCE_2 = "ERR_SHOW_ERR_HANDLER_RESOURCE_2";
127
128     /** Message contant for key in the resource bundle. */
129     public static final String JavaDoc ERR_UNKNOWN_MODULE_1 = "ERR_UNKNOWN_MODULE_1";
130
131     /** Message constant for key in the resource bundle. */
132     public static final String JavaDoc GUI_SHELL_AVAILABLE_METHODS_1 = "GUI_SHELL_AVAILABLE_METHODS_1";
133
134     /** Message constant for key in the resource bundle. */
135     public static final String JavaDoc GUI_SHELL_CONFIG_FILE_1 = "GUI_SHELL_CONFIG_FILE_1";
136
137     /** Message constant for key in the resource bundle. */
138     public static final String JavaDoc GUI_SHELL_CURRENT_FOLDER_1 = "GUI_SHELL_CURRENT_FOLDER_1";
139
140     /** Message constant for key in the resource bundle. */
141     public static final String JavaDoc GUI_SHELL_ECHO_OFF_0 = "GUI_SHELL_ECHO_OFF_0";
142
143     /** Message constant for key in the resource bundle. */
144     public static final String JavaDoc GUI_SHELL_ECHO_ON_0 = "GUI_SHELL_ECHO_ON_0";
145
146     /** Message constant for key in the resource bundle. */
147     public static final String JavaDoc GUI_SHELL_ERR_SCRIPTFILE_1 = "GUI_SHELL_ERR_SCRIPTFILE_1";
148
149     /** Message contant for key in the resource bundle. */
150     public static final String JavaDoc GUI_SHELL_EXEC_METHOD_1 = "GUI_SHELL_EXEC_METHOD_1";
151
152     /** Message constant for key in the resource bundle. */
153     public static final String JavaDoc GUI_SHELL_GOODBYE_0 = "GUI_SHELL_GOODBYE_0";
154
155     /** Message contant for key in the resource bundle. */
156     public static final String JavaDoc GUI_SHELL_HELP1_0 = "GUI_SHELL_HELP1_0";
157
158     /** Message contant for key in the resource bundle. */
159     public static final String JavaDoc GUI_SHELL_HELP2_0 = "GUI_SHELL_HELP2_0";
160
161     /** Message contant for key in the resource bundle. */
162     public static final String JavaDoc GUI_SHELL_HELP3_0 = "GUI_SHELL_HELP3_0";
163
164     /** Message contant for key in the resource bundle. */
165     public static final String JavaDoc GUI_SHELL_HELP4_0 = "GUI_SHELL_HELP4_0";
166
167     /** Message contant for key in the resource bundle. */
168     public static final String JavaDoc GUI_SHELL_HR_0 = "GUI_SHELL_HR_0";
169
170     /** Message constant for key in the resource bundle. */
171     public static final String JavaDoc GUI_SHELL_IMPORT_TEMP_PROJECT_NAME_0 = "GUI_SHELL_IMPORT_TEMP_PROJECT_NAME_0";
172
173     /** Message constant for key in the resource bundle. */
174     public static final String JavaDoc GUI_SHELL_IMPORTEXPORT_MODULE_HANDLER_NAME_1 = "GUI_SHELL_IMPORTEXPORT_MODULE_HANDLER_NAME_1";
175
176     /** Message constant for key in the resource bundle. */
177     public static final String JavaDoc GUI_SHELL_LIST_MODULES_1 = "GUI_SHELL_LIST_MODULES_1";
178
179     /** Message contant for key in the resource bundle. */
180     public static final String JavaDoc GUI_SHELL_LOCALES_AVAILABLE_0 = "GUI_SHELL_LOCALES_AVAILABLE_0";
181
182     /** Message constant for key in the resource bundle. */
183     public static final String JavaDoc GUI_SHELL_LOGIN_1 = "GUI_SHELL_LOGIN_1";
184
185     /** Message constant for key in the resource bundle. */
186     public static final String JavaDoc GUI_SHELL_LOGIN_FAILED_0 = "GUI_SHELL_LOGIN_FAILED_0";
187
188     /** Message constant for key in the resource bundle. */
189     public static final String JavaDoc GUI_SHELL_LS_2 = "GUI_SHELL_LS_2";
190
191     /** Message constant for key in the resource bundle. */
192     public static final String JavaDoc GUI_SHELL_MATCH_SEARCHSTRING_1 = "GUI_SHELL_MATCH_SEARCHSTRING_1";
193
194     /** Message contant for key in the resource bundle. */
195     public static final String JavaDoc GUI_SHELL_METHOD_NOT_FOUND_1 = "GUI_SHELL_METHOD_NOT_FOUND_1";
196
197     /** Message contant for key in the resource bundle. */
198     public static final String JavaDoc GUI_SHELL_NO_HOME_FOLDER_FOUND_0 = "GUI_SHELL_NO_HOME_FOLDER_FOUND_0";
199
200     /** Message contant for key in the resource bundle. */
201     public static final String JavaDoc GUI_SHELL_NO_HOME_FOLDER_SPECIFIED_0 = "GUI_SHELL_NO_HOME_FOLDER_SPECIFIED_0";
202
203     /** Message contant for key in the resource bundle. */
204     public static final String JavaDoc GUI_SHELL_SETLOCALE_2 = "GUI_SHELL_SETLOCALE_2";
205
206     /** Message contant for key in the resource bundle. */
207     public static final String JavaDoc GUI_SHELL_SETLOCALE_POST_1 = "GUI_SHELL_SETLOCALE_POST_1";
208
209     /** Message contant for key in the resource bundle. */
210     public static final String JavaDoc GUI_SHELL_START_DIR_LINE1_0 = "GUI_SHELL_START_DIR_LINE1_0";
211
212     /** Message contant for key in the resource bundle. */
213     public static final String JavaDoc GUI_SHELL_START_DIR_LINE2_0 = "GUI_SHELL_START_DIR_LINE2_0";
214
215     /** Message constant for key in the resource bundle. */
216     public static final String JavaDoc GUI_SHELL_USAGE_1 = "GUI_SHELL_USAGE_1";
217
218     /** Message constant for key in the resource bundle. */
219     public static final String JavaDoc GUI_SHELL_VERSION_1 = "GUI_SHELL_VERSION_1";
220
221     /** Message constant for key in the resource bundle. */
222     public static final String JavaDoc GUI_SHELL_WEB_INF_PATH_1 = "GUI_SHELL_WEB_INF_PATH_1";
223
224     /** Message constant for key in the resource bundle. */
225     public static final String JavaDoc GUI_SHELL_WELCOME_0 = "GUI_SHELL_WELCOME_0";
226
227     /** Message constant for key in the resource bundle. */
228     public static final String JavaDoc GUI_SHELL_WRONG_USAGE_0 = "GUI_SHELL_WRONG_USAGE_0";
229
230     /** Message contant for key in the resource bundle. */
231     public static final String JavaDoc INIT_ADDED_REQUEST_HANDLER_2 = "INIT_ADDED_REQUEST_HANDLER_2";
232
233     /** Message contant for key in the resource bundle. */
234     public static final String JavaDoc INIT_CURRENT_RUNLEVEL_1 = "INIT_CURRENT_RUNLEVEL_1";
235
236     /** Message contant for key in the resource bundle. */
237     public static final String JavaDoc INIT_DOT_0 = "INIT_DOT_0";
238
239     /** Message contant for key in the resource bundle. */
240     public static final String JavaDoc INIT_ERR_LOAD_HTML_PROPERTY_FILE_1 = "INIT_ERR_LOAD_HTML_PROPERTY_FILE_1";
241
242     /** Message contant for key in the resource bundle. */
243     public static final String JavaDoc INIT_ETHERNET_ADDRESS_1 = "INIT_ETHERNET_ADDRESS_1";
244
245     /** Message contant for key in the resource bundle. */
246     public static final String JavaDoc INIT_FILE_ENCODING_1 = "INIT_FILE_ENCODING_1";
247
248     /** Message contant for key in the resource bundle. */
249     public static final String JavaDoc INIT_FLEX_CACHE_ERROR_1 = "INIT_FLEX_CACHE_ERROR_1";
250
251     /** Message contant for key in the resource bundle. */
252     public static final String JavaDoc INIT_FLEX_CACHE_FINISHED_0 = "INIT_FLEX_CACHE_FINISHED_0";
253
254     /** Message contant for key in the resource bundle. */
255     public static final String JavaDoc INIT_FLEX_CACHE_STARTING_0 = "INIT_FLEX_CACHE_STARTING_0";
256
257     /** Message contant for key in the resource bundle. */
258     public static final String JavaDoc INIT_JAVA_VM_1 = "INIT_JAVA_VM_1";
259
260     /** Message contant for key in the resource bundle. */
261     public static final String JavaDoc INIT_LINE_0 = "INIT_LINE_0";
262
263     /** Message contant for key in the resource bundle. */
264     public static final String JavaDoc INIT_LOG_FILE_1 = "INIT_LOG_FILE_1";
265
266     /** Message contant for key in the resource bundle. */
267     public static final String JavaDoc INIT_OPENCMS_CONTEXT_1 = "INIT_OPENCMS_CONTEXT_1";
268
269     /** Message contant for key in the resource bundle. */
270     public static final String JavaDoc INIT_OPENCMS_ENCODING_1 = "INIT_OPENCMS_ENCODING_1";
271
272     /** Message contant for key in the resource bundle. */
273     public static final String JavaDoc INIT_OPENCMS_STOPPED_1 = "INIT_OPENCMS_STOPPED_1";
274
275     /** Message contant for key in the resource bundle. */
276     public static final String JavaDoc INIT_OPENCMS_VERSION_1 = "INIT_OPENCMS_VERSION_1";
277
278     /** Message contant for key in the resource bundle. */
279     public static final String JavaDoc INIT_OPERATING_SYSTEM_1 = "INIT_OPERATING_SYSTEM_1";
280
281     /** Message contant for key in the resource bundle. */
282     public static final String JavaDoc INIT_PROPERTY_FILE_1 = "INIT_PROPERTY_FILE_1";
283
284     /** Message contant for key in the resource bundle. */
285     public static final String JavaDoc INIT_REQUEST_HANDLER_CLASS_1 = "INIT_REQUEST_HANDLER_CLASS_1";
286
287     /** Message contant for key in the resource bundle. */
288     public static final String JavaDoc INIT_RUNLEVEL_CHANGE_2 = "INIT_RUNLEVEL_CHANGE_2";
289
290     /** Message contant for key in the resource bundle. */
291     public static final String JavaDoc INIT_SERVLET_CONTAINER_1 = "INIT_SERVLET_CONTAINER_1";
292
293     /** Message contant for key in the resource bundle. */
294     public static final String JavaDoc INIT_SERVLET_PATH_1 = "INIT_SERVLET_PATH_1";
295
296     /** Message contant for key in the resource bundle. */
297     public static final String JavaDoc INIT_SHUTDOWN_START_1 = "INIT_SHUTDOWN_START_1";
298
299     /** Message contant for key in the resource bundle. */
300     public static final String JavaDoc INIT_SHUTDOWN_TIME_1 = "INIT_SHUTDOWN_TIME_1";
301
302     /** Message contant for key in the resource bundle. */
303     public static final String JavaDoc INIT_STARTUP_TIME_1 = "INIT_STARTUP_TIME_1";
304
305     /** Message contant for key in the resource bundle. */
306     public static final String JavaDoc INIT_SYSTEM_RUNNING_1 = "INIT_SYSTEM_RUNNING_1";
307
308     /** Message contant for key in the resource bundle. */
309     public static final String JavaDoc INIT_WEBAPP_NAME_1 = "INIT_WEBAPP_NAME_1";
310
311     /** Message contant for key in the resource bundle. */
312     public static final String JavaDoc INIT_WEBINF_PATH_1 = "INIT_WEBINF_PATH_1";
313
314     /** Message contant for key in the resource bundle. */
315     public static final String JavaDoc LOG_AUTHENTICATE_PROPERTY_2 = "LOG_AUTHENTICATE_PROPERTY_2";
316
317     /** Message contant for key in the resource bundle. */
318     public static final String JavaDoc LOG_CONSOLE_TOTAL_RUNTIME_1 = "LOG_CONSOLE_TOTAL_RUNTIME_1";
319
320     /** Message contant for key in the resource bundle. */
321     public static final String JavaDoc LOG_DEBUG_EVENT_1 = "LOG_DEBUG_EVENT_1";
322
323     /** Message contant for key in the resource bundle. */
324     public static final String JavaDoc LOG_DEBUG_EVENT_COMPLETE_1 = "LOG_DEBUG_EVENT_COMPLETE_1";
325
326     /** Message contant for key in the resource bundle. */
327     public static final String JavaDoc LOG_DEBUG_EVENT_END_LISTENER_3 = "LOG_DEBUG_EVENT_END_LISTENER_3";
328
329     /** Message contant for key in the resource bundle. */
330     public static final String JavaDoc LOG_DEBUG_EVENT_LISTENERS_3 = "LOG_DEBUG_EVENT_LISTENERS_3";
331
332     /** Message contant for key in the resource bundle. */
333     public static final String JavaDoc LOG_DEBUG_EVENT_NO_LISTENER_1 = "LOG_DEBUG_EVENT_NO_LISTENER_1";
334
335     /** Message contant for key in the resource bundle. */
336     public static final String JavaDoc LOG_DEBUG_EVENT_START_LISTENER_3 = "LOG_DEBUG_EVENT_START_LISTENER_3";
337
338     /** Message contant for key in the resource bundle. */
339     public static final String JavaDoc LOG_DEBUG_EVENT_VALUE_3 = "LOG_DEBUG_EVENT_VALUE_3";
340
341     /** Message contant for key in the resource bundle. */
342     public static final String JavaDoc LOG_DEBUG_NO_EVENT_VALUE_1 = "LOG_DEBUG_NO_EVENT_VALUE_1";
343
344     /** Message contant for key in the resource bundle. */
345     public static final String JavaDoc LOG_DUPLICATE_REQUEST_HANDLER_1 = "LOG_DUPLICATE_REQUEST_HANDLER_1";
346
347     /** Message contant for key in the resource bundle. */
348     public static final String JavaDoc LOG_ERROR_EXPORT_1 = "LOG_ERROR_EXPORT_1";
349
350     /** Message contant for key in the resource bundle. */
351     public static final String JavaDoc LOG_ERROR_EXPORT_SHUTDOWN_1 = "LOG_ERROR_EXPORT_SHUTDOWN_1";
352
353     /** Message contant for key in the resource bundle. */
354     public static final String JavaDoc LOG_ERROR_GENERIC_0 = "LOG_ERROR_GENERIC_0";
355
356     /** Message contant for key in the resource bundle. */
357     public static final String JavaDoc LOG_ERROR_MODULE_SHUTDOWN_1 = "LOG_ERROR_MODULE_SHUTDOWN_1";
358
359     /** Message contant for key in the resource bundle. */
360     public static final String JavaDoc LOG_ERROR_READING_AUTH_PROP_2 = "LOG_ERROR_READING_AUTH_PROP_2";
361
362     /** Message contant for key in the resource bundle. */
363     public static final String JavaDoc LOG_ERROR_RESOURCE_SHUTDOWN_1 = "LOG_ERROR_RESOURCE_SHUTDOWN_1";
364
365     /** Message contant for key in the resource bundle. */
366     public static final String JavaDoc LOG_ERROR_SCHEDULE_SHUTDOWN_1 = "LOG_ERROR_SCHEDULE_SHUTDOWN_1";
367
368     /** Message contant for key in the resource bundle. */
369     public static final String JavaDoc LOG_ERROR_SECURITY_SHUTDOWN_1 = "LOG_ERROR_SECURITY_SHUTDOWN_1";
370
371     /** Message contant for key in the resource bundle. */
372     public static final String JavaDoc LOG_ERROR_THREAD_SHUTDOWN_1 = "LOG_ERROR_THREAD_SHUTDOWN_1";
373
374     /** Message contant for key in the resource bundle. */
375     public static final String JavaDoc LOG_ERROR_WRITING_CONFIG_1 = "LOG_ERROR_WRITING_CONFIG_1";
376
377     /** Message contant for key in the resource bundle. */
378     public static final String JavaDoc LOG_INIT_CMSOBJECT_IN_HANDLER_2 = "LOG_INIT_CMSOBJECT_IN_HANDLER_2";
379
380     /** Message contant for key in the resource bundle. */
381     public static final String JavaDoc LOG_INIT_FAILURE_MESSAGE_1 = "LOG_INIT_FAILURE_MESSAGE_1";
382
383     /** Message contant for key in the resource bundle. */
384     public static final String JavaDoc LOG_INIT_INVALID_ERROR_2 = "LOG_INIT_INVALID_ERROR_2";
385
386     /** Message contant for key in the resource bundle. */
387     public static final String JavaDoc LOG_SESSION_CREATED_1 = "LOG_SESSION_CREATED_1";
388
389     /** Message contant for key in the resource bundle. */
390     public static final String JavaDoc LOG_SESSION_CREATED_2 = "LOG_SESSION_CREATED_2";
391
392     /** Message contant for key in the resource bundle. */
393     public static final String JavaDoc LOG_SESSION_DESTROYED_1 = "LOG_SESSION_DESTROYED_1";
394
395     /** Message contant for key in the resource bundle. */
396     public static final String JavaDoc LOG_SESSION_DESTROYED_2 = "LOG_SESSION_DESTROYED_2";
397
398     /** Message contant for key in the resource bundle. */
399     public static final String JavaDoc LOG_SET_DEFAULT_ENCODING_1 = "LOG_SET_DEFAULT_ENCODING_1";
400
401     /** Message contant for key in the resource bundle. */
402     public static final String JavaDoc LOG_SET_SERVERNAME_1 = "LOG_SET_SERVERNAME_1";
403
404     /** Message contant for key in the resource bundle. */
405     public static final String JavaDoc LOG_SHUTDOWN_CONSOLE_NOTE_2 = "LOG_SHUTDOWN_CONSOLE_NOTE_2";
406
407     /** Message contant for key in the resource bundle. */
408     public static final String JavaDoc LOG_SHUTDOWN_TRACE_0 = "LOG_SHUTDOWN_TRACE_0";
409
410     /** Message contant for key in the resource bundle. */
411     public static final String JavaDoc LOG_STARTUP_CONSOLE_NOTE_2 = "LOG_STARTUP_CONSOLE_NOTE_2";
412
413     /** Message contant for key in the resource bundle. */
414     public static final String JavaDoc LOG_THREADSTORE_CHECK_SESSIONS_ERROR_0 = "LOG_THREADSTORE_CHECK_SESSIONS_ERROR_0";
415
416     /** Message contant for key in the resource bundle. */
417     public static final String JavaDoc LOG_THREADSTORE_CHECK_THREADS_ERROR_0 = "LOG_THREADSTORE_CHECK_THREADS_ERROR_0";
418
419     /** Message contant for key in the resource bundle. */
420     public static final String JavaDoc LOG_THREADSTORE_DOOMED_2 = "LOG_THREADSTORE_DOOMED_2";
421
422     /** Message contant for key in the resource bundle. */
423     public static final String JavaDoc LOG_THREADSTORE_POOL_CONTENT_2 = "LOG_THREADSTORE_POOL_CONTENT_2";
424
425     /** Message contant for key in the resource bundle. */
426     public static final String JavaDoc LOG_WRONG_INIT_SEQUENCE_2 = "LOG_WRONG_INIT_SEQUENCE_2";
427
428     /** Name of the used resource bundle. */
429     private static final String JavaDoc BUNDLE_NAME = "org.opencms.main.messages";
430
431     /** Static instance member. */
432     private static final I_CmsMessageBundle INSTANCE = new Messages();
433
434     /**
435      * Hides the public constructor for this utility class.<p>
436      */

437     private Messages() {
438
439         // hide the constructor
440
}
441
442     /**
443      * Returns an instance of this localized message accessor.<p>
444      *
445      * @return an instance of this localized message accessor
446      */

447     public static I_CmsMessageBundle get() {
448
449         return INSTANCE;
450     }
451
452     /**
453      * Returns the bundle name for this OpenCms package.<p>
454      *
455      * @return the bundle name for this OpenCms package
456      */

457     public String JavaDoc getBundleName() {
458
459         return BUNDLE_NAME;
460     }
461 }
Popular Tags