1 /*
   2  * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 package sun.tools.jconsole;
  26 
  27 
  28 /**
  29  * Class that contains localized messages.
  30  *
  31  */
  32 final public class Messages {
  33     private static final String BUNDLE_NAME = "sun.tools.jconsole.resources.messages";
  34 
  35     static {
  36         Resources.initializeMessages(Messages.class, BUNDLE_NAME);
  37     }
  38     // TODO:
  39     // The names of some of the constants below looks strange.
  40     // That's because they  were generated programmatically
  41     // from the messages. They should be cleaned up,
  42     // ___ should be removed etc.
  43     public static String ONE_DAY;
  44     public static String ONE_HOUR;
  45     public static String ONE_MIN;
  46     public static String ONE_MONTH;
  47     public static String ONE_YEAR;
  48     public static String TWO_HOURS;
  49     public static String THREE_HOURS;
  50     public static String THREE_MONTHS;
  51     public static String FIVE_MIN;
  52     public static String SIX_HOURS;
  53     public static String SIX_MONTHS;
  54     public static String SEVEN_DAYS;
  55     public static String TEN_MIN;
  56     public static String TWELVE_HOURS;
  57     public static String THIRTY_MIN;
  58     public static String LESS_THAN;
  59     public static String A_LOT_LESS_THAN;
  60     public static String GREATER_THAN;
  61     public static String ACTION_CAPITALIZED;
  62     public static String ACTION_INFO_CAPITALIZED;
  63     public static String ALL;
  64     public static String ARCHITECTURE;
  65     public static String ATTRIBUTE;
  66     public static String ATTRIBUTE_VALUE;
  67     public static String ATTRIBUTE_VALUES;
  68     public static String ATTRIBUTES;
  69     public static String BLANK;
  70     public static String BLOCKED_COUNT_WAITED_COUNT;
  71     public static String BOOT_CLASS_PATH;
  72     public static String BORDERED_COMPONENT_MORE_OR_LESS_BUTTON_TOOLTIP;
  73     public static String CPU_USAGE;
  74     public static String CPU_USAGE_FORMAT;
  75     public static String CANCEL;
  76     public static String CASCADE;
  77     public static String CHART_COLON;
  78     public static String CLASS_PATH;
  79     public static String CLASS_NAME;
  80     public static String CLASS_TAB_INFO_LABEL_FORMAT;
  81     public static String CLASS_TAB_LOADED_CLASSES_PLOTTER_ACCESSIBLE_NAME;
  82     public static String CLASSES;
  83     public static String CLOSE;
  84     public static String COLUMN_NAME;
  85     public static String COLUMN_PID;
  86     public static String COMMITTED_MEMORY;
  87     public static String COMMITTED_VIRTUAL_MEMORY;
  88     public static String COMMITTED;
  89     public static String CONNECT;
  90     public static String CONNECT_DIALOG_CONNECT_BUTTON_TOOLTIP;
  91     public static String CONNECT_DIALOG_ACCESSIBLE_DESCRIPTION;
  92     public static String CONNECT_DIALOG_MASTHEAD_ACCESSIBLE_NAME;
  93     public static String CONNECT_DIALOG_MASTHEAD_TITLE;
  94     public static String CONNECT_DIALOG_STATUS_BAR_ACCESSIBLE_NAME;
  95     public static String CONNECT_DIALOG_TITLE;
  96     public static String CONNECTED_PUNCTUATION_CLICK_TO_DISCONNECT_;
  97     public static String CONNECTION_FAILED;
  98     public static String CONNECTION;
  99     public static String CONNECTION_NAME;
 100     public static String CONNECTION_NAME__DISCONNECTED_;
 101     public static String CONSTRUCTOR;
 102     public static String CURRENT_CLASSES_LOADED;
 103     public static String CURRENT_HEAP_SIZE;
 104     public static String CURRENT_VALUE;
 105     public static String CREATE;
 106     public static String DAEMON_THREADS;
 107     public static String DISCONNECTED_PUNCTUATION_CLICK_TO_CONNECT_;
 108     public static String DOUBLE_CLICK_TO_EXPAND_FORWARD_SLASH_COLLAPSE;
 109     public static String DOUBLE_CLICK_TO_VISUALIZE;
 110     public static String DESCRIPTION;
 111     public static String DESCRIPTOR;
 112     public static String DETAILS;
 113     public static String DETECT_DEADLOCK;
 114     public static String DETECT_DEADLOCK_TOOLTIP;
 115     public static String DIMENSION_IS_NOT_SUPPORTED_COLON;
 116     public static String DISCARD_CHART;
 117     public static String DURATION_DAYS_HOURS_MINUTES;
 118     public static String DURATION_HOURS_MINUTES;
 119     public static String DURATION_MINUTES;
 120     public static String DURATION_SECONDS;
 121     public static String EMPTY_ARRAY;
 122     public static String ERROR;
 123     public static String ERROR_COLON_MBEANS_ALREADY_EXIST;
 124     public static String ERROR_COLON_MBEANS_DO_NOT_EXIST;
 125     public static String EVENT;
 126     public static String EXIT;
 127     public static String FAIL_TO_LOAD_PLUGIN;
 128     public static String FILE_CHOOSER_FILE_EXISTS_CANCEL_OPTION;
 129     public static String FILE_CHOOSER_FILE_EXISTS_MESSAGE;
 130     public static String FILE_CHOOSER_FILE_EXISTS_OK_OPTION;
 131     public static String FILE_CHOOSER_FILE_EXISTS_TITLE;
 132     public static String FILE_CHOOSER_SAVED_FILE;
 133     public static String FILE_CHOOSER_SAVE_FAILED_MESSAGE;
 134     public static String FILE_CHOOSER_SAVE_FAILED_TITLE;
 135     public static String FREE_PHYSICAL_MEMORY;
 136     public static String FREE_SWAP_SPACE;
 137     public static String GARBAGE_COLLECTOR;
 138     public static String GC_INFO;
 139     public static String GC_TIME;
 140     public static String GC_TIME_DETAILS;
 141     public static String HEAP_MEMORY_USAGE;
 142     public static String HEAP;
 143     public static String HELP_ABOUT_DIALOG_ACCESSIBLE_DESCRIPTION;
 144     public static String HELP_ABOUT_DIALOG_JCONSOLE_VERSION;
 145     public static String HELP_ABOUT_DIALOG_JAVA_VERSION;
 146     public static String HELP_ABOUT_DIALOG_MASTHEAD_ACCESSIBLE_NAME;
 147     public static String HELP_ABOUT_DIALOG_MASTHEAD_TITLE;
 148     public static String HELP_ABOUT_DIALOG_TITLE;
 149     public static String HELP_ABOUT_DIALOG_USER_GUIDE_LINK_URL;
 150     public static String HELP_MENU_ABOUT_TITLE;
 151     public static String HELP_MENU_USER_GUIDE_TITLE;
 152     public static String HELP_MENU_TITLE;
 153     public static String HOTSPOT_MBEANS_ELLIPSIS;
 154     public static String HOTSPOT_MBEANS_DIALOG_ACCESSIBLE_DESCRIPTION;
 155     public static String IMPACT;
 156     public static String INFO;
 157     public static String INFO_CAPITALIZED;
 158     public static String INSECURE;
 159     public static String INVALID_PLUGIN_PATH;
 160     public static String INVALID_URL;
 161     public static String IS;
 162     public static String JAVA_MONITORING___MANAGEMENT_CONSOLE;
 163     public static String JCONSOLE_COLON_;
 164     public static String JCONSOLE_VERSION; // in version template
 165     public static String JCONSOLE_ACCESSIBLE_DESCRIPTION;
 166     public static String JIT_COMPILER;
 167     public static String LIBRARY_PATH;
 168     public static String LIVE_THREADS;
 169     public static String LOADED;
 170     public static String LOCAL_PROCESS_COLON;
 171     public static String MASTHEAD_FONT;
 172     public static String MANAGEMENT_NOT_ENABLED;
 173     public static String MANAGEMENT_WILL_BE_ENABLED;
 174     public static String MBEAN_ATTRIBUTE_INFO;
 175     public static String MBEAN_INFO;
 176     public static String MBEAN_NOTIFICATION_INFO;
 177     public static String MBEAN_OPERATION_INFO;
 178     public static String MBEANS;
 179     public static String MBEANS_TAB_CLEAR_NOTIFICATIONS_BUTTON;
 180     public static String MBEANS_TAB_CLEAR_NOTIFICATIONS_BUTTON_TOOLTIP;
 181     public static String MBEANS_TAB_COMPOSITE_NAVIGATION_MULTIPLE;
 182     public static String MBEANS_TAB_COMPOSITE_NAVIGATION_SINGLE;
 183     public static String MBEANS_TAB_REFRESH_ATTRIBUTES_BUTTON;
 184     public static String MBEANS_TAB_REFRESH_ATTRIBUTES_BUTTON_TOOLTIP;
 185     public static String MBEANS_TAB_SUBSCRIBE_NOTIFICATIONS_BUTTON;
 186     public static String MBEANS_TAB_SUBSCRIBE_NOTIFICATIONS_BUTTON_TOOLTIP;
 187     public static String MBEANS_TAB_TABULAR_NAVIGATION_MULTIPLE;
 188     public static String MBEANS_TAB_TABULAR_NAVIGATION_SINGLE;
 189     public static String MBEANS_TAB_UNSUBSCRIBE_NOTIFICATIONS_BUTTON;
 190     public static String MBEANS_TAB_UNSUBSCRIBE_NOTIFICATIONS_BUTTON_TOOLTIP;
 191     public static String MANAGE_HOTSPOT_MBEANS_IN_COLON_;
 192     public static String MAX;
 193     public static String MAXIMUM_HEAP_SIZE;
 194     public static String MEMORY;
 195     public static String MEMORY_POOL_LABEL;
 196     public static String MEMORY_TAB_HEAP_PLOTTER_ACCESSIBLE_NAME;
 197     public static String MEMORY_TAB_INFO_LABEL_FORMAT;
 198     public static String MEMORY_TAB_NON_HEAP_PLOTTER_ACCESSIBLE_NAME;
 199     public static String MEMORY_TAB_POOL_CHART_ABOVE_THRESHOLD;
 200     public static String MEMORY_TAB_POOL_CHART_ACCESSIBLE_NAME;
 201     public static String MEMORY_TAB_POOL_CHART_BELOW_THRESHOLD;
 202     public static String MEMORY_TAB_POOL_PLOTTER_ACCESSIBLE_NAME;
 203     public static String MESSAGE;
 204     public static String METHOD_SUCCESSFULLY_INVOKED;
 205     public static String MINIMIZE_ALL;
 206     public static String MONITOR_LOCKED;
 207     public static String NAME;
 208     public static String NAME_STATE;
 209     public static String NAME_STATE_LOCK_NAME;
 210     public static String NAME_STATE_LOCK_NAME_LOCK_OWNER;
 211     public static String NAME_AND_BUILD;// in version template
 212     public static String NEW_CONNECTION_ELLIPSIS;
 213     public static String NO_DEADLOCK_DETECTED;
 214     public static String NON_HEAP_MEMORY_USAGE;
 215     public static String NON_HEAP;
 216     public static String NOTIFICATION;
 217     public static String NOTIFICATION_BUFFER;
 218     public static String NOTIFICATIONS;
 219     public static String NOTIF_TYPES;
 220     public static String NUMBER_OF_THREADS;
 221     public static String NUMBER_OF_LOADED_CLASSES;
 222     public static String NUMBER_OF_PROCESSORS;
 223     public static String OBJECT_NAME;
 224     public static String OPERATING_SYSTEM;
 225     public static String OPERATION;
 226     public static String OPERATION_INVOCATION;
 227     public static String OPERATION_RETURN_VALUE;
 228     public static String OPERATIONS;
 229     public static String OVERVIEW;
 230     public static String OVERVIEW_PANEL_PLOTTER_ACCESSIBLE_NAME;
 231     public static String PARAMETER;
 232     public static String PASSWORD_COLON_;
 233     public static String PASSWORD_ACCESSIBLE_NAME;
 234     public static String PEAK;
 235     public static String PERFORM_GC;
 236     public static String PERFORM_GC_TOOLTIP;
 237     public static String PLOTTER_ACCESSIBLE_NAME;
 238     public static String PLOTTER_ACCESSIBLE_NAME_KEY_AND_VALUE;
 239     public static String PLOTTER_ACCESSIBLE_NAME_NO_DATA;
 240     public static String PLOTTER_SAVE_AS_MENU_ITEM;
 241     public static String PLOTTER_TIME_RANGE_MENU;
 242     public static String PLUGIN_EXCEPTION_DIALOG_BUTTON_EXIT;
 243     public static String PLUGIN_EXCEPTION_DIALOG_BUTTON_IGNORE;
 244     public static String PLUGIN_EXCEPTION_DIALOG_BUTTON_OK;
 245     public static String PLUGIN_EXCEPTION_DIALOG_MESSAGE;
 246     public static String PLUGIN_EXCEPTION_DIALOG_TITLE;
 247     public static String PROBLEM_ADDING_LISTENER;
 248     public static String PROBLEM_DISPLAYING_MBEAN;
 249     public static String PROBLEM_INVOKING;
 250     public static String PROBLEM_REMOVING_LISTENER;
 251     public static String PROBLEM_SETTING_ATTRIBUTE;
 252     public static String PROCESS_CPU_TIME;
 253     public static String READABLE;
 254     public static String RECONNECT;
 255     public static String REMOTE_PROCESS_COLON;
 256     public static String REMOTE_PROCESS_TEXT_FIELD_ACCESSIBLE_NAME;
 257     public static String RESTORE_ALL;
 258     public static String RETURN_TYPE;
 259     public static String SEQ_NUM;
 260     public static String SIZE_BYTES;
 261     public static String SIZE_GB;
 262     public static String SIZE_KB;
 263     public static String SIZE_MB;
 264     public static String SOURCE;
 265     public static String STACK_TRACE;
 266     public static String SUMMARY_TAB_HEADER_DATE_TIME_FORMAT;
 267     public static String SUMMARY_TAB_PENDING_FINALIZATION_LABEL;
 268     public static String SUMMARY_TAB_PENDING_FINALIZATION_VALUE;
 269     public static String SUMMARY_TAB_TAB_NAME;
 270     public static String SUMMARY_TAB_VM_VERSION;
 271     public static String THREADS;
 272     public static String THREAD_TAB_THREAD_INFO_ACCESSIBLE_NAME;
 273     public static String THREAD_TAB_THREAD_PLOTTER_ACCESSIBLE_NAME;
 274     public static String THREAD_TAB_INITIAL_STACK_TRACE_MESSAGE;
 275     public static String THRESHOLD;
 276     public static String TILE;
 277     public static String TIME_RANGE_COLON;
 278     public static String TIME;
 279     public static String TIME_STAMP;
 280     public static String TOTAL_LOADED;
 281     public static String TOTAL_CLASSES_LOADED;
 282     public static String TOTAL_CLASSES_UNLOADED;
 283     public static String TOTAL_COMPILE_TIME;
 284     public static String TOTAL_PHYSICAL_MEMORY;
 285     public static String TOTAL_THREADS_STARTED;
 286     public static String TOTAL_SWAP_SPACE;
 287     public static String TYPE;
 288     public static String UNAVAILABLE;
 289     public static String UNKNOWN_CAPITALIZED;
 290     public static String UNKNOWN_HOST;
 291     public static String UNREGISTER;
 292     public static String UPTIME;
 293     public static String USAGE_THRESHOLD;
 294     public static String REMOTE_TF_USAGE;
 295     public static String USED;
 296     public static String USERNAME_COLON_;
 297     public static String USERNAME_ACCESSIBLE_NAME;
 298     public static String USER_DATA;
 299     public static String VIRTUAL_MACHINE;
 300     public static String VM_ARGUMENTS;
 301     public static String VMINTERNAL_FRAME_ACCESSIBLE_DESCRIPTION;
 302     public static String VALUE;
 303     public static String VENDOR;
 304     public static String VERBOSE_OUTPUT;
 305     public static String VERBOSE_OUTPUT_TOOLTIP;
 306     public static String VIEW;
 307     public static String WINDOW;
 308     public static String WINDOWS;
 309     public static String WRITABLE;
 310     public static String CONNECTION_FAILED1;
 311     public static String CONNECTION_FAILED2;
 312     public static String CONNECTION_FAILED_SSL1;
 313     public static String CONNECTION_FAILED_SSL2;
 314     public static String CONNECTION_LOST1;
 315     public static String CONNECTING_TO1;
 316     public static String CONNECTING_TO2;
 317     public static String DEADLOCK_TAB;
 318     public static String DEADLOCK_TAB_N;
 319     public static String EXPAND;
 320     public static String KBYTES;
 321     public static String PLOT;
 322     public static String VISUALIZE;
 323     public static String ZZ_USAGE_TEXT;
 324 }