org.opencms.scheduler
Class Messages

java.lang.Object
  extended by org.opencms.i18n.A_CmsMessageBundle
      extended by org.opencms.scheduler.Messages
All Implemented Interfaces:
I_CmsMessageBundle

public final class Messages
extends A_CmsMessageBundle

Convenience class to access the localized messages of this OpenCms package.

Since:
6.0.0

Field Summary
static java.lang.String ERR_BAD_CONTEXT_INFO_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_BAD_CRON_EXPRESSION_2
          Message constant for key in the resource bundle.
static java.lang.String ERR_BAD_JOB_CLASS_NAME_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_BAD_JOB_NAME_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_BAD_JOB_PARAMS_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_COULD_NOT_RESCHEDULE_JOB_2
          Message constant for key in the resource bundle.
static java.lang.String ERR_COULD_NOT_SCHEDULE_JOB_2
          Message constant for key in the resource bundle.
static java.lang.String ERR_INIT_THREAD_COUNT_BOUNDS_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_INVALID_JOB_CONFIGURATION_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_JOB_CLASS_BAD_INTERFACE_2
          Message constant for key in the resource bundle.
static java.lang.String ERR_JOB_CLASS_NOT_FOUND_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_JOB_INFO_FROZEN_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_JOB_WITH_ID_DOES_NOT_EXIST_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_MAX_THREAD_COUNT_BOUNDS_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_NO_SCHEDULER_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_SCHEDULER_PRIORITY_BOUNDS_0
          Message constant for key in the resource bundle.
static java.lang.String INIT_SCHEDULER_CONFIG_FINISHED_0
          Message constant for key in the resource bundle.
static java.lang.String INIT_SCHEDULER_CREATED_1
          Message constant for key in the resource bundle.
static java.lang.String INIT_SCHEDULER_INITIALIZED_0
          Message constant for key in the resource bundle.
static java.lang.String INIT_SCHEDULER_STARTED_0
          Message constant for key in the resource bundle.
static java.lang.String INIT_SHUTDOWN_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_BAD_INTERFACE_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_CANNOT_START_SCHEDULER_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_CLASS_NOT_FOUND_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_ILLEGAL_ACCESS_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_INSTANCE_GENERATION_0
          Constant for message LOG_INSTANCE_GENERATION_0.
static java.lang.String LOG_INVALID_JOB_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_JOB_CREATED_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_JOB_EXECUTED_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_JOB_EXECUTION_ERROR_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_JOB_EXECUTION_OK_2
          Message constant for key in the resource bundle.
static java.lang.String LOG_JOB_NEXT_EXECUTION_2
          Message constant for key in the resource bundle.
static java.lang.String LOG_JOB_SCHEDULED_4
          Message constant for key in the resource bundle.
static java.lang.String LOG_JOB_STARTING_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_MULTIPLE_JOBS_FOUND_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_NO_SCHEDULER_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_REUSING_INSTANCE_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_SHUTDOWN_ERROR_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_THREAD_ERROR_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_THREAD_INTERRUPTED_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_THREAD_POOL_SHUTDOWN_0
          Name of the used resource bundle.
static java.lang.String LOG_THREAD_POOL_STILL_ACTIVE_1
          Name of the used resource bundle.
static java.lang.String LOG_THREAD_POOL_UNAVAILABLE_0
          Name of the used resource bundle.
static java.lang.String LOG_THREAD_POOL_WAITING_1
          Name of the used resource bundle.
static java.lang.String LOG_THREAD_SHUTDOWN_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_UNSCHEDULED_JOB_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_UNSCHEDULING_ERROR_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_USING_THREAD_CLASSLOADER_1
          Name of the used resource bundle.
 
Method Summary
static I_CmsMessageBundle get()
          Returns an instance of this localized message accessor.
 java.lang.String getBundleName()
          Returns the bundle name for this OpenCms package.
 
Methods inherited from class org.opencms.i18n.A_CmsMessageBundle
container, container, container, container, container, getBundle, getBundle, getOpenCmsMessageBundles, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ERR_BAD_CONTEXT_INFO_0

public static final java.lang.String ERR_BAD_CONTEXT_INFO_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_BAD_CRON_EXPRESSION_2

public static final java.lang.String ERR_BAD_CRON_EXPRESSION_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_BAD_JOB_CLASS_NAME_1

public static final java.lang.String ERR_BAD_JOB_CLASS_NAME_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_BAD_JOB_NAME_1

public static final java.lang.String ERR_BAD_JOB_NAME_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_BAD_JOB_PARAMS_0

public static final java.lang.String ERR_BAD_JOB_PARAMS_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_COULD_NOT_RESCHEDULE_JOB_2

public static final java.lang.String ERR_COULD_NOT_RESCHEDULE_JOB_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_COULD_NOT_SCHEDULE_JOB_2

public static final java.lang.String ERR_COULD_NOT_SCHEDULE_JOB_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_INIT_THREAD_COUNT_BOUNDS_0

public static final java.lang.String ERR_INIT_THREAD_COUNT_BOUNDS_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_INVALID_JOB_CONFIGURATION_0

public static final java.lang.String ERR_INVALID_JOB_CONFIGURATION_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_JOB_CLASS_BAD_INTERFACE_2

public static final java.lang.String ERR_JOB_CLASS_BAD_INTERFACE_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_JOB_CLASS_NOT_FOUND_1

public static final java.lang.String ERR_JOB_CLASS_NOT_FOUND_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_JOB_INFO_FROZEN_1

public static final java.lang.String ERR_JOB_INFO_FROZEN_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_JOB_WITH_ID_DOES_NOT_EXIST_1

public static final java.lang.String ERR_JOB_WITH_ID_DOES_NOT_EXIST_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_MAX_THREAD_COUNT_BOUNDS_0

public static final java.lang.String ERR_MAX_THREAD_COUNT_BOUNDS_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_NO_SCHEDULER_1

public static final java.lang.String ERR_NO_SCHEDULER_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_SCHEDULER_PRIORITY_BOUNDS_0

public static final java.lang.String ERR_SCHEDULER_PRIORITY_BOUNDS_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_SCHEDULER_CONFIG_FINISHED_0

public static final java.lang.String INIT_SCHEDULER_CONFIG_FINISHED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_SCHEDULER_CREATED_1

public static final java.lang.String INIT_SCHEDULER_CREATED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_SCHEDULER_INITIALIZED_0

public static final java.lang.String INIT_SCHEDULER_INITIALIZED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_SCHEDULER_STARTED_0

public static final java.lang.String INIT_SCHEDULER_STARTED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_SHUTDOWN_1

public static final java.lang.String INIT_SHUTDOWN_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_BAD_INTERFACE_0

public static final java.lang.String LOG_BAD_INTERFACE_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_CANNOT_START_SCHEDULER_0

public static final java.lang.String LOG_CANNOT_START_SCHEDULER_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_CLASS_NOT_FOUND_1

public static final java.lang.String LOG_CLASS_NOT_FOUND_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_ILLEGAL_ACCESS_0

public static final java.lang.String LOG_ILLEGAL_ACCESS_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_INSTANCE_GENERATION_0

public static final java.lang.String LOG_INSTANCE_GENERATION_0
Constant for message LOG_INSTANCE_GENERATION_0.

See Also:
Constant Field Values

LOG_INVALID_JOB_1

public static final java.lang.String LOG_INVALID_JOB_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_JOB_CREATED_1

public static final java.lang.String LOG_JOB_CREATED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_JOB_EXECUTED_1

public static final java.lang.String LOG_JOB_EXECUTED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_JOB_EXECUTION_ERROR_1

public static final java.lang.String LOG_JOB_EXECUTION_ERROR_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_JOB_EXECUTION_OK_2

public static final java.lang.String LOG_JOB_EXECUTION_OK_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_JOB_NEXT_EXECUTION_2

public static final java.lang.String LOG_JOB_NEXT_EXECUTION_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_JOB_SCHEDULED_4

public static final java.lang.String LOG_JOB_SCHEDULED_4
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_JOB_STARTING_1

public static final java.lang.String LOG_JOB_STARTING_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_MULTIPLE_JOBS_FOUND_1

public static final java.lang.String LOG_MULTIPLE_JOBS_FOUND_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_NO_SCHEDULER_0

public static final java.lang.String LOG_NO_SCHEDULER_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_REUSING_INSTANCE_1

public static final java.lang.String LOG_REUSING_INSTANCE_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_SHUTDOWN_ERROR_0

public static final java.lang.String LOG_SHUTDOWN_ERROR_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_THREAD_ERROR_1

public static final java.lang.String LOG_THREAD_ERROR_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_THREAD_INTERRUPTED_1

public static final java.lang.String LOG_THREAD_INTERRUPTED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_THREAD_POOL_SHUTDOWN_0

public static final java.lang.String LOG_THREAD_POOL_SHUTDOWN_0
Name of the used resource bundle.

See Also:
Constant Field Values

LOG_THREAD_POOL_STILL_ACTIVE_1

public static final java.lang.String LOG_THREAD_POOL_STILL_ACTIVE_1
Name of the used resource bundle.

See Also:
Constant Field Values

LOG_THREAD_POOL_UNAVAILABLE_0

public static final java.lang.String LOG_THREAD_POOL_UNAVAILABLE_0
Name of the used resource bundle.

See Also:
Constant Field Values

LOG_THREAD_POOL_WAITING_1

public static final java.lang.String LOG_THREAD_POOL_WAITING_1
Name of the used resource bundle.

See Also:
Constant Field Values

LOG_THREAD_SHUTDOWN_1

public static final java.lang.String LOG_THREAD_SHUTDOWN_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_UNSCHEDULED_JOB_1

public static final java.lang.String LOG_UNSCHEDULED_JOB_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_UNSCHEDULING_ERROR_1

public static final java.lang.String LOG_UNSCHEDULING_ERROR_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_USING_THREAD_CLASSLOADER_1

public static final java.lang.String LOG_USING_THREAD_CLASSLOADER_1
Name of the used resource bundle.

See Also:
Constant Field Values
Method Detail

get

public static I_CmsMessageBundle get()
Returns an instance of this localized message accessor.

Returns:
an instance of this localized message accessor

getBundleName

public java.lang.String getBundleName()
Returns the bundle name for this OpenCms package.

Returns:
the bundle name for this OpenCms package