亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? messages.java

?? cms是開源的框架
?? JAVA
字號:
/*
 * File   : $Source: /usr/local/cvs/opencms/src/org/opencms/scheduler/Messages.java,v $
 * Date   : $Date: 2005/06/23 11:11:24 $
 * Version: $Revision: 1.10 $
 *
 * This library is part of OpenCms -
 * the Open Source Content Mananagement System
 *
 * Copyright (c) 2005 Alkacon Software GmbH (http://www.alkacon.com)
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 *
 * For further information about Alkacon Software GmbH, please see the
 * company website: http://www.alkacon.com
 *
 * For further information about OpenCms, please see the
 * project website: http://www.opencms.org
 * 
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

package org.opencms.scheduler;

import org.opencms.i18n.A_CmsMessageBundle;
import org.opencms.i18n.I_CmsMessageBundle;

/**
 * Convenience class to access the localized messages of this OpenCms package.<p> 
 * 
 * @version $Revision: 1.10 $ 
 * 
 * @since 6.0.0 
 */
public final class Messages extends A_CmsMessageBundle {

    /** Message constant for key in the resource bundle. */
    public static final String ERR_BAD_CONTEXT_INFO_0 = "ERR_BAD_CONTEXT_INFO_0";

    /** Message constant for key in the resource bundle. */
    public static final String ERR_BAD_CRON_EXPRESSION_2 = "ERR_BAD_CRON_EXPRESSION_2";

    /** Message constant for key in the resource bundle. */
    public static final String ERR_BAD_JOB_CLASS_NAME_1 = "ERR_BAD_JOB_CLASS_NAME_1";

    /** Message constant for key in the resource bundle. */
    public static final String ERR_BAD_JOB_NAME_1 = "ERR_BAD_JOB_NAME_1";

    /** Message constant for key in the resource bundle. */
    public static final String ERR_BAD_JOB_PARAMS_0 = "ERR_BAD_JOB_PARAMS_0";

    /** Message constant for key in the resource bundle. */
    public static final String ERR_COULD_NOT_RESCHEDULE_JOB_2 = "ERR_COULD_NOT_RESCHEDULE_JOB_2";

    /** Message constant for key in the resource bundle. */
    public static final String ERR_COULD_NOT_SCHEDULE_JOB_2 = "ERR_COULD_NOT_SCHEDULE_JOB_2";

    /** Message constant for key in the resource bundle. */
    public static final String ERR_INIT_THREAD_COUNT_BOUNDS_0 = "ERR_INIT_THREAD_COUNT_BOUNDS_0";

    /** Message constant for key in the resource bundle. */
    public static final String ERR_INVALID_JOB_CONFIGURATION_0 = "ERR_INVALID_JOB_CONFIGURATION_0";

    /** Message constant for key in the resource bundle. */
    public static final String ERR_JOB_CLASS_BAD_INTERFACE_2 = "ERR_JOB_CLASS_BAD_INTERFACE_2";

    /** Message constant for key in the resource bundle. */
    public static final String ERR_JOB_CLASS_NOT_FOUND_1 = "ERR_JOB_CLASS_NOT_FOUND_1";

    /** Message constant for key in the resource bundle. */
    public static final String ERR_JOB_INFO_FROZEN_1 = "ERR_JOB_INFO_FROZEN_1";

    /** Message constant for key in the resource bundle. */
    public static final String ERR_JOB_WITH_ID_DOES_NOT_EXIST_1 = "ERR_JOB_WITH_ID_DOES_NOT_EXIST_1";

    /** Message constant for key in the resource bundle. */
    public static final String ERR_MAX_THREAD_COUNT_BOUNDS_0 = "ERR_MAX_THREAD_COUNT_BOUNDS_0";

    /** Message constant for key in the resource bundle. */
    public static final String ERR_NO_SCHEDULER_1 = "ERR_NO_SCHEDULER_1";

    /** Message constant for key in the resource bundle. */
    public static final String ERR_SCHEDULER_PRIORITY_BOUNDS_0 = "ERR_SCHEDULER_PRIORITY_BOUNDS_0";

    /** Message constant for key in the resource bundle. */
    public static final String INIT_SCHEDULER_CONFIG_FINISHED_0 = "INIT_SCHEDULER_CONFIG_FINISHED_0";

    /** Message constant for key in the resource bundle. */
    public static final String INIT_SCHEDULER_CREATED_1 = "INIT_SCHEDULER_CREATED_1";

    /** Message constant for key in the resource bundle. */
    public static final String INIT_SCHEDULER_INITIALIZED_0 = "INIT_SCHEDULER_INITIALIZED_0";

    /** Message constant for key in the resource bundle. */
    public static final String INIT_SCHEDULER_STARTED_0 = "INIT_SCHEDULER_STARTED_0";

    /** Message constant for key in the resource bundle. */
    public static final String INIT_SHUTDOWN_1 = "INIT_SHUTDOWN_1";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_BAD_INTERFACE_0 = "LOG_BAD_INTERFACE_0";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_CANNOT_START_SCHEDULER_0 = "LOG_CANNOT_START_SCHEDULER_0";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_CLASS_NOT_FOUND_1 = "LOG_CLASS_NOT_FOUND_1";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_ILLEGAL_ACCESS_0 = "LOG_ILLEGAL_ACCESS_0";

    /** Constant for message LOG_INSTANCE_GENERATION_0. */
    public static final String LOG_INSTANCE_GENERATION_0 = "LOG_INSTANCE_GENERATION_0";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_INVALID_JOB_1 = "LOG_INVALID_JOB_1";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_JOB_CREATED_1 = "LOG_JOB_CREATED_1";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_JOB_EXECUTED_1 = "LOG_JOB_EXECUTED_1";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_JOB_EXECUTION_ERROR_1 = "LOG_JOB_EXECUTION_ERROR_1";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_JOB_EXECUTION_OK_2 = "LOG_JOB_EXECUTION_OK_2";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_JOB_NEXT_EXECUTION_2 = "LOG_JOB_NEXT_EXECUTION_2";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_JOB_SCHEDULED_4 = "LOG_JOB_SCHEDULED_4";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_JOB_STARTING_1 = "LOG_JOB_STARTING_1";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_MULTIPLE_JOBS_FOUND_1 = "LOG_MULTIPLE_JOBS_FOUND_1";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_NO_SCHEDULER_0 = "LOG_NO_SCHEDULER_0";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_REUSING_INSTANCE_1 = "LOG_REUSING_INSTANCE_1";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_SHUTDOWN_ERROR_0 = "LOG_SHUTDOWN_ERROR_0";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_THREAD_ERROR_1 = "LOG_THREAD_ERROR_1";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_THREAD_INTERRUPTED_1 = "LOG_THREAD_INTERRUPTED_1";

    /** Name of the used resource bundle. */
    public static final String LOG_THREAD_POOL_SHUTDOWN_0 = "LOG_THREAD_POOL_SHUTDOWN_0";

    /** Name of the used resource bundle. */
    public static final String LOG_THREAD_POOL_STILL_ACTIVE_1 = "LOG_THREAD_POOL_STILL_ACTIVE_1";

    /** Name of the used resource bundle. */
    public static final String LOG_THREAD_POOL_UNAVAILABLE_0 = "LOG_THREAD_POOL_UNAVAILABLE_0";

    /** Name of the used resource bundle. */
    public static final String LOG_THREAD_POOL_WAITING_1 = "LOG_THREAD_POOL_WAITING_1";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_THREAD_SHUTDOWN_1 = "LOG_THREAD_SHUTDOWN_1";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_UNSCHEDULED_JOB_1 = "LOG_UNSCHEDULED_JOB_1";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_UNSCHEDULING_ERROR_1 = "LOG_UNSCHEDULING_ERROR_1";

    /** Name of the used resource bundle. */
    public static final String LOG_USING_THREAD_CLASSLOADER_1 = "LOG_USING_THREAD_CLASSLOADER_1";

    /** Name of the used resource bundle. */
    private static final String BUNDLE_NAME = "org.opencms.scheduler.messages";

    /** Static instance member. */
    private static final I_CmsMessageBundle INSTANCE = new Messages();

    /**
     * Hides the public constructor for this utility class.<p>
     */
    private Messages() {

        // hide the constructor
    }

    /**
     * Returns an instance of this localized message accessor.<p>
     * 
     * @return an instance of this localized message accessor
     */
    public static I_CmsMessageBundle get() {

        return INSTANCE;
    }

    /**
     * Returns the bundle name for this OpenCms package.<p>
     * 
     * @return the bundle name for this OpenCms package
     */
    public String getBundleName() {

        return BUNDLE_NAME;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩国产精品久久| 美女视频一区在线观看| 日韩亚洲欧美成人一区| 成人app软件下载大全免费| 亚洲第一成年网| 国产精品久久久久久久久久久免费看| 欧美浪妇xxxx高跟鞋交| 国产999精品久久久久久| 日韩国产在线观看| 亚洲黄色免费电影| 国产日韩视频一区二区三区| 欧美一级片在线看| 色婷婷亚洲综合| 国产99精品国产| 九九精品一区二区| 午夜精品福利一区二区蜜股av| 中文字幕国产精品一区二区| 欧美成人艳星乳罩| 欧美日韩亚洲综合| 色悠久久久久综合欧美99| 国产精品一区二区久久不卡| 老司机精品视频在线| 亚洲国产日韩精品| 亚洲欧美一区二区三区久本道91| 久久奇米777| 欧美va天堂va视频va在线| 欧美日韩午夜影院| 欧美综合亚洲图片综合区| 成人h精品动漫一区二区三区| 久久国产婷婷国产香蕉| 首页亚洲欧美制服丝腿| 亚洲一区二区五区| 一区二区三区在线观看国产| 综合婷婷亚洲小说| 一色屋精品亚洲香蕉网站| 国产午夜精品久久久久久免费视 | 91社区在线播放| 国产精品一区二区三区乱码| 国产在线视频一区二区| 激情综合网av| 国产在线精品一区在线观看麻豆| 人人爽香蕉精品| 麻豆91小视频| 狠狠色丁香久久婷婷综| 激情成人综合网| 九九国产精品视频| 久国产精品韩国三级视频| 看电影不卡的网站| 国产一区二三区| 国产精品1024久久| 9i在线看片成人免费| 97精品久久久久中文字幕| 91高清视频在线| 欧美婷婷六月丁香综合色| 欧美群妇大交群中文字幕| 日韩一区二区三区在线| 日韩欧美电影一区| 久久免费午夜影院| 国产精品入口麻豆九色| 亚洲免费电影在线| 香蕉加勒比综合久久| 免费成人av资源网| 国产中文字幕精品| 91在线观看视频| 欧美色男人天堂| 欧美mv日韩mv| 欧美高清在线一区| 亚洲一二三区在线观看| 人人狠狠综合久久亚洲| 福利电影一区二区| 91国产精品成人| 欧美videos大乳护士334| 亚洲国产高清在线观看视频| 一区二区三区四区蜜桃| 蜜桃精品在线观看| 成人晚上爱看视频| 欧美日韩免费一区二区三区视频| 精品国产sm最大网站| 国产精品乱码久久久久久| 亚洲午夜久久久久久久久电影网| 蜜臀va亚洲va欧美va天堂| 成人一二三区视频| 欧美精品自拍偷拍| 亚洲国产精品精华液ab| 亚洲高清在线精品| 国产福利一区二区三区| 精品视频免费在线| 国产欧美精品一区二区色综合| 亚洲精品一二三区| 国产乱一区二区| 欧美视频中文一区二区三区在线观看| 精品久久久久久久久久久久包黑料 | 久久久久久综合| 一区二区三区日韩精品视频| 免费xxxx性欧美18vr| 色狠狠综合天天综合综合| 久久综合九色综合欧美亚洲| 亚洲综合丁香婷婷六月香| 国产精品一级片| 在线不卡欧美精品一区二区三区| 日本一区二区电影| 久久99蜜桃精品| 欧美午夜一区二区| 国产精品美女久久久久久久久| 免费欧美日韩国产三级电影| 色综合久久中文综合久久97| 国产三级精品三级在线专区| 免费人成黄页网站在线一区二区| 一本一道久久a久久精品| 国产区在线观看成人精品| 免费在线一区观看| 欧洲精品视频在线观看| 国产精品国产三级国产aⅴ无密码| 免费成人深夜小野草| 欧美绝品在线观看成人午夜影视| 中文字幕永久在线不卡| 国产高清不卡一区二区| 精品剧情v国产在线观看在线| 丝袜诱惑制服诱惑色一区在线观看| 99视频精品在线| 国产精品污www在线观看| 韩国三级中文字幕hd久久精品| 91麻豆精品国产91久久久久| 亚洲一区二区高清| 欧日韩精品视频| 亚洲一二三四在线观看| 日本乱码高清不卡字幕| 亚洲欧美偷拍卡通变态| 成年人国产精品| 国产精品毛片大码女人| 成人黄色av电影| 亚洲国产岛国毛片在线| 国产成人精品1024| 国产欧美一区在线| 成人h精品动漫一区二区三区| 欧美激情艳妇裸体舞| 大美女一区二区三区| 国产精品五月天| 99re视频精品| 亚洲毛片av在线| 欧洲在线/亚洲| 亚洲人成7777| 国产乱国产乱300精品| 久久久久国产精品麻豆ai换脸| 麻豆视频观看网址久久| 日韩午夜中文字幕| 三级欧美韩日大片在线看| 7777女厕盗摄久久久| 美国毛片一区二区三区| 久久日韩粉嫩一区二区三区| 国产一二精品视频| 中文字幕乱码一区二区免费| 99久久er热在这里只有精品15 | 国产精品大尺度| 色综合久久六月婷婷中文字幕| 亚洲免费av观看| 在线观看视频91| 日韩精品亚洲一区| 久久精品视频在线免费观看| 夫妻av一区二区| 亚洲欧美视频在线观看| 欧美性xxxxxxxx| 麻豆精品蜜桃视频网站| 久久久一区二区三区| jlzzjlzz亚洲女人18| 夜夜精品视频一区二区 | xfplay精品久久| 成人av网站大全| 一区二区三区**美女毛片| 欧美一区二区三区四区高清| 国产在线不卡视频| 亚洲综合偷拍欧美一区色| 欧美刺激脚交jootjob| 91在线观看污| 日本中文字幕一区二区视频| 久久精品免费在线观看| 日本高清不卡一区| 精品在线免费观看| 亚洲人成影院在线观看| 日韩欧美在线一区二区三区| av激情亚洲男人天堂| 日产国产高清一区二区三区| 国产精品久久久久久久久动漫| 欧美三级电影网站| 国产成人超碰人人澡人人澡| 亚洲国产精品欧美一二99| 精品欧美久久久| 欧美性受极品xxxx喷水| 国产激情一区二区三区桃花岛亚洲| 亚洲一区二区美女| 中文字幕在线不卡国产视频| 欧美va在线播放| 欧美日韩aaaaa| 成人国产电影网| 麻豆国产欧美日韩综合精品二区| 亚洲欧洲精品天堂一级| 色综合色狠狠综合色| 国产欧美日韩中文久久| 91精品综合久久久久久| 高潮精品一区videoshd|