A B C D E F G H I J K L M N O P Q R S T U V W X Z 

N

NativeJob - Class in org.quartz.jobs
 
NativeJob() - Constructor for class org.quartz.jobs.NativeJob
 
newJob(TriggerFiredBundle) - Method in class org.quartz.simpl.PropertySettingJobFactory
 
newJob(TriggerFiredBundle) - Method in class org.quartz.simpl.SimpleJobFactory
 
newJob(TriggerFiredBundle) - Method in interface org.quartz.spi.JobFactory
Called by the scheduler at the time of the trigger firing, in order to produce a Job instance on which to call execute.
next() - Method in class mali.util.PageableResultSet
 
NO_DATA_SETS_FOUND - Static variable in class com.enterprisedt.net.ftp.DirectoryEmptyStrings
Server string for OS/390 indicating no files found (NO_DATA_SETS_FOUND)
NO_FILES - Static variable in class com.enterprisedt.net.ftp.DirectoryEmptyStrings
Server string indicating no files found (NO_FILES)
NO_SUCH_FILE - Static variable in class com.enterprisedt.net.ftp.FileNotFoundStrings
Server string indicating file not found
NO_SUCH_FILE_OR_DIR - Static variable in class com.enterprisedt.net.ftp.DirectoryEmptyStrings
Server string indicating no files found (wu-ftpd) (NO_SUCH_FILE_OR_DIR)
nodeToFile(Node, String) - Static method in class mali.util.XMLUtility
將 Node 儲存成一個檔案
nodeToString(Node) - Static method in class mali.util.XMLUtility
轉換 Node 為 String
noOperation() - Method in class com.enterprisedt.net.ftp.FTPClient
Send a "no operation" message that does nothing.
NoOpJob - Class in org.quartz.jobs
An implementation of Job, that does absolutely nothing - useful for system which only wish to use TriggerListeners and JobListeners, rather than writing Jobs that perform work.
NoOpJob() - Constructor for class org.quartz.jobs.NoOpJob
 
NoSuchDelegateException - Exception in org.quartz.impl.jdbcjobstore
Exception class for when a driver delegate cannot be found for a given configuration, or lack thereof.
NoSuchDelegateException(String) - Constructor for exception org.quartz.impl.jdbcjobstore.NoSuchDelegateException
 
notifyJobListenersToBeExecuted(JobExecutionContext) - Method in class org.quartz.core.QuartzScheduler
 
notifyJobListenersWasExecuted(JobExecutionContext, JobExecutionException) - Method in class org.quartz.core.QuartzScheduler
 
notifyJobListenersWasVetoed(JobExecutionContext) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersError(String, SchedulerException) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersFinalized(Trigger) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersFinalized(Trigger) - Method in class org.quartz.core.SchedulerSignalerImpl
 
notifySchedulerListenersFinalized(Trigger) - Method in interface org.quartz.spi.SchedulerSignaler
 
notifySchedulerListenersPausedJob(String, String) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersPausedTrigger(String, String) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersResumedJob(String, String) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersResumedTrigger(String, String) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersSchduled(Trigger) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersShutdown() - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersUnschduled(String, String) - Method in class org.quartz.core.QuartzScheduler
 
notifyTriggerListenersComplete(JobExecutionContext, int) - Method in class org.quartz.core.QuartzScheduler
 
notifyTriggerListenersFired(JobExecutionContext) - Method in class org.quartz.core.QuartzScheduler
 
notifyTriggerListenersMisfired(Trigger) - Method in class org.quartz.core.QuartzScheduler
 
notifyTriggerListenersMisfired(Trigger) - Method in class org.quartz.core.SchedulerSignalerImpl
 
notifyTriggerListenersMisfired(Trigger) - Method in interface org.quartz.spi.SchedulerSignaler
 
NthIncludedDayTrigger - Class in org.quartz
A trigger which fires on the Nth day of every interval type (NthIncludedDayTrigger.INTERVAL_TYPE_WEEKLY, NthIncludedDayTrigger.INTERVAL_TYPE_MONTHLY or NthIncludedDayTrigger.INTERVAL_TYPE_YEARLY) that is not excluded by the associated calendar.
NthIncludedDayTrigger() - Constructor for class org.quartz.NthIncludedDayTrigger
Create an NthIncludedDayTrigger with no specified name, group, or JobDetail.
NthIncludedDayTrigger(String, String) - Constructor for class org.quartz.NthIncludedDayTrigger
Create an NthIncludedDayTrigger with the given name and group but no specified JobDetail.
NthIncludedDayTrigger(String, String, String, String) - Constructor for class org.quartz.NthIncludedDayTrigger
Create an NthIncludedDayTrigger with the given name and group and the specified JobDetail.
nullToSpace(String) - Static method in class mali.util.commonbean
把 Null 轉換為 Space
nullToSpace(String) - Static method in class mali.util.JxlUtility
 
NumberField - Class in mali.html
數值型態欄位.
NumberField() - Constructor for class mali.html.NumberField
 
NumberField(String, String, String, String, String, String, String, String, boolean) - Constructor for class mali.html.NumberField
 
NumberField(MaliContext, String, String, String, String, String, String, String, String, boolean) - Constructor for class mali.html.NumberField
 
NumberField(String, String, String, String, String, String, String, String, boolean, int) - Constructor for class mali.html.NumberField
 
NumberField(String, String, String, String, String, String, String, String, boolean, int, int) - Constructor for class mali.html.NumberField
 
NumberField(String, String, String, String, String, String, String, String, boolean, String) - Constructor for class mali.html.NumberField
 
NumberField(String, String, int, int, boolean) - Constructor for class mali.html.NumberField
預設為 default ,type 為 Text
numJobsExecuted() - Method in class org.quartz.core.QuartzScheduler
 
numJobsExecuted() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
numJobsExecuted() - Method in class org.quartz.SchedulerMetaData
Returns the number of jobs executed since the Scheduler started..
Nvl(String, String) - Static method in class mali.util.commonbean
NULL時設定某一個值
Nvl(Double, Double) - Static method in class mali.util.commonbean
Nvl for 格式
Nvl(Object, Object) - Static method in class mali.util.commonbean
Nvl for Object 格式
A B C D E F G H I J K L M N O P Q R S T U V W X Z