- JBOSS_HOME - Static variable in class mali.manager.ConfigManager
-
- JMS_ACK_MODE - Static variable in class org.quartz.jobs.ee.jms.JmsHelper
-
- JMS_CONNECTION_FACTORY_JNDI - Static variable in class org.quartz.jobs.ee.jms.JmsHelper
-
- JMS_DESTINATION_JNDI - Static variable in class org.quartz.jobs.ee.jms.JmsHelper
-
- JMS_MSG_FACTORY_CLASS_NAME - Static variable in class org.quartz.jobs.ee.jms.JmsHelper
-
- JMS_PASSWORD - Static variable in class org.quartz.jobs.ee.jms.JmsHelper
-
- JMS_USE_TXN - Static variable in class org.quartz.jobs.ee.jms.JmsHelper
-
- JMS_USER - Static variable in class org.quartz.jobs.ee.jms.JmsHelper
-
- JmsHelper - Class in org.quartz.jobs.ee.jms
-
Utility class that aids in the processing of JMS based jobs and sending
of javax.jms.Message
- JmsJobException - Exception in org.quartz.jobs.ee.jms
-
The JmsJobException is used to indicate an error during sending of a
javax.jms.Messaage
.
- JmsJobException() - Constructor for exception org.quartz.jobs.ee.jms.JmsJobException
-
- JmsJobException(String) - Constructor for exception org.quartz.jobs.ee.jms.JmsJobException
-
- JmsJobException(Throwable) - Constructor for exception org.quartz.jobs.ee.jms.JmsJobException
-
- JmsJobException(String, Throwable) - Constructor for exception org.quartz.jobs.ee.jms.JmsJobException
-
- JmsMessageFactory - Interface in org.quartz.jobs.ee.jms
-
The JmsMessageFactory interface allows for the creation of ajavax.jms.Message
.
- JMXInvokerJob - Class in org.quartz.jobs.ee.jmx
-
Generic JMX invoker Job.
- JMXInvokerJob() - Constructor for class org.quartz.jobs.ee.jmx.JMXInvokerJob
-
- JNDIConnectionProvider - Class in org.quartz.utils
-
A ConnectionProvider
that provides connections from a DataSource
that is managed by an application server, and made available via JNDI.
- JNDIConnectionProvider(String, boolean) - Constructor for class org.quartz.utils.JNDIConnectionProvider
-
Constructor
- JNDIConnectionProvider(String, Properties, boolean) - Constructor for class org.quartz.utils.JNDIConnectionProvider
-
Constructor
- Job - Interface in org.quartz
-
The interface to be implemented by classes which represent a 'job' to be
performed.
- JobChainingJobListener - Class in org.quartz.listeners
-
Keeps a collection of mappings of which Job to trigger after the completion
of a given job.
- JobChainingJobListener(String) - Constructor for class org.quartz.listeners.JobChainingJobListener
-
Construct an instance with the given name.
- JobDataMap - Class in org.quartz
-
Holds state information for Job
instances.
- JobDataMap() - Constructor for class org.quartz.JobDataMap
-
Create an empty JobDataMap
.
- JobDataMap(Map) - Constructor for class org.quartz.JobDataMap
-
Create a JobDataMap
with the given data.
- JobDetail - Class in org.quartz
-
Conveys the detail properties of a given Job
instance.
- JobDetail() - Constructor for class org.quartz.JobDetail
-
Create a JobDetail
with no specified name or group, and
the default settings of all the other properties.
- JobDetail(String, String, Class) - Constructor for class org.quartz.JobDetail
-
Create a JobDetail
with the given name, and group, and
the default settings of all the other properties.
- JobDetail(String, String, Class, boolean, boolean, boolean) - Constructor for class org.quartz.JobDetail
-
Create a JobDetail
with the given name, and group, and
the given settings of all the other properties.
- JobExecutionContext - Class in org.quartz
-
A context bundle containing handles to various environment information, that
is given to a
JobDetail
instance as it is
executed, and to a
Trigger
instance after the
execution completes.
- JobExecutionContext(Scheduler, TriggerFiredBundle, Job) - Constructor for class org.quartz.JobExecutionContext
-
Create a JobExcecutionContext with the given context data.
- JobExecutionException - Exception in org.quartz
-
An exception that can be thrown by a
Job
to indicate to the Quartz
Scheduler
that an error
occured while executing, and whether or not the
Job
requests
to be re-fired immediately (using the same
JobExecutionContext
,
or whether it wants to be unscheduled.
- JobExecutionException() - Constructor for exception org.quartz.JobExecutionException
-
Create a JobExcecutionException, with the 're-fire immediately' flag set
to false
.
- JobExecutionException(Throwable) - Constructor for exception org.quartz.JobExecutionException
-
Create a JobExcecutionException, with the given cause.
- JobExecutionException(String) - Constructor for exception org.quartz.JobExecutionException
-
Create a JobExcecutionException, with the given message.
- JobExecutionException(boolean) - Constructor for exception org.quartz.JobExecutionException
-
Create a JobExcecutionException with the 're-fire immediately' flag set
to the given value.
- JobExecutionException(Throwable, boolean) - Constructor for exception org.quartz.JobExecutionException
-
Create a JobExcecutionException with the given underlying exception, and
the 're-fire immediately' flag set to the given value.
- JobExecutionException(String, Throwable) - Constructor for exception org.quartz.JobExecutionException
-
Create a JobExcecutionException with the given message, and underlying
exception.
- JobExecutionException(String, Throwable, boolean) - Constructor for exception org.quartz.JobExecutionException
-
Create a JobExcecutionException with the given message, and underlying
exception, and the 're-fire immediately' flag set to the given value.
- JobExecutionException(String, boolean) - Constructor for exception org.quartz.JobExecutionException
-
Create a JobExcecutionException with the given message and the 're-fire
immediately' flag set to the given value.
- jobExecutionVetoed(JobExecutionContext) - Method in interface org.quartz.JobListener
-
- jobExecutionVetoed(JobExecutionContext) - Method in class org.quartz.listeners.FilterAndBroadcastJobListener
-
- jobExecutionVetoed(JobExecutionContext) - Method in class org.quartz.listeners.JobListenerSupport
-
- jobExecutionVetoed(JobExecutionContext) - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
-
- jobExists(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Check whether or not the given job exists.
- JobFactory - Interface in org.quartz.spi
-
A JobFactory is responsible for producing instances of Job
classes.
- JobInitializationPlugin - Class in org.quartz.plugins.xml
-
This plugin loads XML file(s) to add jobs and schedule them with triggers
as the scheduler is initialized, and can optionally periodically scan the
file for changes.
- JobInitializationPlugin() - Constructor for class org.quartz.plugins.xml.JobInitializationPlugin
-
- JobInitializationPluginMultiple - Class in org.quartz.plugins.xml
-
Deprecated.
Use the JobInitializationPlugin
instead now that it supports multiple files. NOTE:
JobInitializationPluginMultiple
has different defaults for two properties:
"overWriteExistingJobs" and "validating" both default to true for
JobInitializationPluginMultiple
but false for JobInitializationPlugin}
.
- JobInitializationPluginMultiple() - Constructor for class org.quartz.plugins.xml.JobInitializationPluginMultiple
-
Deprecated.
- JobListener - Interface in org.quartz
-
The interface to be implemented by classes that want to be informed when a
JobDetail
executes.
- JobListenerSupport - Class in org.quartz.listeners
-
A helpful abstract base class for implementors of
JobListener
.
- JobListenerSupport() - Constructor for class org.quartz.listeners.JobListenerSupport
-
- JobPersistenceException - Exception in org.quartz
-
An exception that is thrown to indicate that there has been a failure in the
scheduler's underlying persistence mechanism.
- JobPersistenceException(String) - Constructor for exception org.quartz.JobPersistenceException
-
Create a JobPersistenceException
with the given message.
- JobPersistenceException(String, int) - Constructor for exception org.quartz.JobPersistenceException
-
Create a JobPersistenceException
with the given message
and error code.
- JobPersistenceException(String, Throwable) - Constructor for exception org.quartz.JobPersistenceException
-
Create a JobPersistenceException
with the given message
and cause.
- JobPersistenceException(String, Throwable, int) - Constructor for exception org.quartz.JobPersistenceException
-
Create a JobPersistenceException
with the given message,
cause and error code.
- JobRunShell - Class in org.quartz.core
-
JobRunShell instances are responsible for providing the 'safe' environment
for Job
s to run in, and for performing all of the work of
executing the Job
, catching ANY thrown exceptions, updating
the Trigger
with the Job
's completion code,
etc.
- JobRunShell(JobRunShellFactory, Scheduler, SchedulingContext) - Constructor for class org.quartz.core.JobRunShell
-
Create a JobRunShell instance with the given settings.
- JobRunShellFactory - Interface in org.quartz.core
-
- jobScheduled(Trigger) - Method in class org.quartz.listeners.BroadcastSchedulerListener
-
- jobScheduled(Trigger) - Method in class org.quartz.listeners.SchedulerListenerSupport
-
- jobScheduled(Trigger) - Method in interface org.quartz.SchedulerListener
-
- JobSchedulingBundle - Class in org.quartz.xml
-
Wraps a JobDetail
and Trigger
.
- JobSchedulingBundle() - Constructor for class org.quartz.xml.JobSchedulingBundle
-
- JobSchedulingDataProcessor - Class in org.quartz.xml
-
Parses an XML file that declares Jobs and their schedules (Triggers).
- JobSchedulingDataProcessor(ClassLoadHelper, boolean, boolean) - Constructor for class org.quartz.xml.JobSchedulingDataProcessor
-
Constructor for QuartzMetaDataProcessor.
- JobSchedulingDataProcessor.CalendarRuleSet - Class in org.quartz.xml
-
RuleSet for common Calendar tags.
- JobSchedulingDataProcessor.CalendarRuleSet(String, String) - Constructor for class org.quartz.xml.JobSchedulingDataProcessor.CalendarRuleSet
-
- JobSchedulingDataProcessor.DateConverter - Class in org.quartz.xml
-
Standard Converter
implementation that converts an incoming
String into a java.util.Date
object, optionally using a
default value or throwing a ConversionException
if a conversion
error occurs.
- JobSchedulingDataProcessor.DateConverter() - Constructor for class org.quartz.xml.JobSchedulingDataProcessor.DateConverter
-
Create a Converter
that will throw a ConversionException
if a conversion error occurs.
- JobSchedulingDataProcessor.DateConverter(Object) - Constructor for class org.quartz.xml.JobSchedulingDataProcessor.DateConverter
-
Create a Converter
that will return the specified default value
if a conversion error occurs.
- JobSchedulingDataProcessor.DateConverter(String[]) - Constructor for class org.quartz.xml.JobSchedulingDataProcessor.DateConverter
-
- JobSchedulingDataProcessor.MisfireInstructionRule - Class in org.quartz.xml
-
This rule translates the trigger misfire instruction constant name into its
corresponding value.
- JobSchedulingDataProcessor.MisfireInstructionRule(String) - Constructor for class org.quartz.xml.JobSchedulingDataProcessor.MisfireInstructionRule
-
Construct rule that sets the given property from the body text.
- JobSchedulingDataProcessor.SimpleConverterRule - Class in org.quartz.xml
-
- JobSchedulingDataProcessor.SimpleConverterRule(String, Converter, Class) - Constructor for class org.quartz.xml.JobSchedulingDataProcessor.SimpleConverterRule
-
Construct rule that sets the given property from the body text.
- JobSchedulingDataProcessor.TimeZoneConverter - Class in org.quartz.xml
-
Standard Converter
implementation that converts an incoming
String into a java.util.TimeZone
object throwing a
ConversionException
if a conversion error occurs.
- JobSchedulingDataProcessor.TimeZoneConverter() - Constructor for class org.quartz.xml.JobSchedulingDataProcessor.TimeZoneConverter
-
Create a Converter
that will throw a ConversionException
if a conversion error occurs.
- JobSchedulingDataProcessor.TriggerRuleSet - Class in org.quartz.xml
-
RuleSet for common Trigger tags.
- JobSchedulingDataProcessor.TriggerRuleSet(String, Class) - Constructor for class org.quartz.xml.JobSchedulingDataProcessor.TriggerRuleSet
-
- jobsPaused(String, String) - Method in class org.quartz.listeners.BroadcastSchedulerListener
-
- jobsPaused(String, String) - Method in class org.quartz.listeners.SchedulerListenerSupport
-
- jobsPaused(String, String) - Method in interface org.quartz.SchedulerListener
-
- jobsResumed(String, String) - Method in class org.quartz.listeners.BroadcastSchedulerListener
-
- jobsResumed(String, String) - Method in class org.quartz.listeners.SchedulerListenerSupport
-
- jobsResumed(String, String) - Method in interface org.quartz.SchedulerListener
-
- JobStore - Interface in org.quartz.spi
-
The interface to be implemented by classes that want to provide a
Job
and
Trigger
storage mechanism for the
QuartzScheduler
's use.
- JobStoreCMT - Class in org.quartz.impl.jdbcjobstore
-
JobStoreCMT
is meant to be used in an application-server
environment that provides container-managed-transactions.
- JobStoreCMT() - Constructor for class org.quartz.impl.jdbcjobstore.JobStoreCMT
-
- JobStoreSupport - Class in org.quartz.impl.jdbcjobstore
-
Contains base functionality for JDBC-based JobStore implementations.
- JobStoreSupport() - Constructor for class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- jobStoreSupportsPersistence() - Method in class org.quartz.SchedulerMetaData
-
Returns whether or not the Scheduler
'sJobStore
instance supports persistence.
- JobStoreTX - Class in org.quartz.impl.jdbcjobstore
-
JobStoreTX
is meant to be used in a standalone environment.
- JobStoreTX() - Constructor for class org.quartz.impl.jdbcjobstore.JobStoreTX
-
- jobToBeExecuted(JobExecutionContext) - Method in interface org.quartz.JobListener
-
- jobToBeExecuted(JobExecutionContext) - Method in class org.quartz.listeners.FilterAndBroadcastJobListener
-
- jobToBeExecuted(JobExecutionContext) - Method in class org.quartz.listeners.JobListenerSupport
-
- jobToBeExecuted(JobExecutionContext) - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
-
- jobUnscheduled(String, String) - Method in class org.quartz.listeners.BroadcastSchedulerListener
-
- jobUnscheduled(String, String) - Method in class org.quartz.listeners.SchedulerListenerSupport
-
- jobUnscheduled(String, String) - Method in interface org.quartz.SchedulerListener
-
- jobWasExecuted(JobExecutionContext, JobExecutionException) - Method in interface org.quartz.JobListener
-
Called by the
Scheduler
after a
JobDetail
has been executed, and be for the associated
Trigger
's
triggered(xx)
method has been called.
- jobWasExecuted(JobExecutionContext, JobExecutionException) - Method in class org.quartz.listeners.FilterAndBroadcastJobListener
-
- jobWasExecuted(JobExecutionContext, JobExecutionException) - Method in class org.quartz.listeners.JobChainingJobListener
-
- jobWasExecuted(JobExecutionContext, JobExecutionException) - Method in class org.quartz.listeners.JobListenerSupport
-
- jobWasExecuted(JobExecutionContext, JobExecutionException) - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
-
- join(Collection, String) - Static method in class mali.util.commonbean
-
ArrayList 或 Vector 或List 將各item組成字串
- JTAJobRunShell - Class in org.quartz.ee.jta
-
An extension of
JobRunShell
that
begins an XA transaction before executing the Job, and commits (or
rolls-back) the transaction after execution completes.
- JTAJobRunShell(JobRunShellFactory, Scheduler, SchedulingContext) - Constructor for class org.quartz.ee.jta.JTAJobRunShell
-
Create a JTAJobRunShell instance with the given settings.
- JTAJobRunShellFactory - Class in org.quartz.ee.jta
-
- JTAJobRunShellFactory() - Constructor for class org.quartz.ee.jta.JTAJobRunShellFactory
-
- JTANonClusteredSemaphore - Class in org.quartz.impl.jdbcjobstore
-
Provides in memory thread/resource locking that is JTA
Transaction
aware.
- JTANonClusteredSemaphore() - Constructor for class org.quartz.impl.jdbcjobstore.JTANonClusteredSemaphore
-
- jungzip(String, String) - Method in class mali.util.commonbean
-
解壓縮 gz
- JxlUtility - Class in mali.util
-
excel 報表列印套用元件工具
- JxlUtility() - Constructor for class mali.util.JxlUtility
-