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 

U

UnableToInterruptJobException - Exception in org.quartz
An exception that is thrown to indicate that a call to InterruptableJob.interrupt() failed without interrupting the Job.
UnableToInterruptJobException(String) - Constructor for exception org.quartz.UnableToInterruptJobException
Create a UnableToInterruptJobException with the given message.
UnableToInterruptJobException(Throwable) - Constructor for exception org.quartz.UnableToInterruptJobException
Create a UnableToInterruptJobException with the given cause.
uniqueNumber() - Method in class mali.util.getSequence
 
UNIX - Static variable in class com.enterprisedt.net.ftp.FTPFile
UNIX type
UnixFileParser - Class in com.enterprisedt.net.ftp
Represents a remote Unix file parser
UnixFileParser() - Constructor for class com.enterprisedt.net.ftp.UnixFileParser
Constructor
UNKNOWN - Static variable in class com.enterprisedt.net.ftp.FTPFile
Unknown remote server type
unregisterExtension(String) - Method in class com.enterprisedt.net.ftp.FileTypes
Unregister a file extension
unscheduleAllTriggers() - Method in exception org.quartz.JobExecutionException
 
unscheduleFiringTrigger() - Method in exception org.quartz.JobExecutionException
 
unscheduleJob(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Remove the indicated Trigger from the scheduler.
unscheduleJob(SchedulingContext, String, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
unscheduleJob(String, String) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
unscheduleJob(String, String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
unscheduleJob(String, String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
unscheduleJob(String, String) - Method in interface org.quartz.Scheduler
Remove the indicated Trigger from the scheduler.
unZip(ZipFile, String) - Static method in class mali.util.ZipUtil
解壓縮
unZip(String, String) - Static method in class mali.util.ZipUtil
解壓縮
update() - Method in class mali.db.BaseTableimpl
 
update(boolean) - Method in class mali.db.BaseTableimpl
 
update() - Method in class mali.table.impl.SYSMENUImpl
 
update() - Method in interface mali.type.BaseTable
修改 update 不做修改 實際primarykey
update(boolean) - Method in interface mali.type.BaseTable
修改 update 時,可自行決定是否修正實際的primarykey
update(Connection, BaseTable, boolean) - Method in class mali.util.ConnDbCom
標準 update by basetable
update(BaseTable, boolean) - Method in class mali.util.ConnDbCom
 
update(Connection, String, Vector, String[], boolean) - Method in class mali.util.ConnDbCom
update by connection
update(String, Vector, String[], boolean) - Method in class mali.util.ConnDbCom
執行 update 指令
UPDATE_BLOB_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_CALENDAR - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_CRON_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_FOR_LOCK - Static variable in class org.quartz.impl.jdbcjobstore.UpdateLockRowSemaphore
 
UPDATE_INSTANCES_FIRED_TRIGGER_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_JOB_DATA - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_JOB_DETAIL - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_JOB_TRIGGER_STATES - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_JOB_TRIGGER_STATES_FROM_OTHER_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_SCHEDULER_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_SIMPLE_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
update_sysmember(SYSMEMBER, String) - Method in class mali.platform.syslogin
 
update_sysmemberErrpwd(SYSMEMBER) - Method in class mali.platform.syslogin
 
UPDATE_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_TRIGGER_GROUP_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_TRIGGER_GROUP_STATE_FROM_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_TRIGGER_GROUP_STATE_FROM_STATES - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_TRIGGER_SKIP_DATA - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_TRIGGER_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_TRIGGER_STATE_FROM_OTHER_STATES_BEFORE_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_TRIGGER_STATE_FROM_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_TRIGGER_STATE_FROM_STATES - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_TRIGGER_STATES_FROM_OTHER_STATES - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
updateAfterMisfire(Calendar) - Method in class org.quartz.CronTrigger
Updates the CronTrigger's state based on the MISFIRE_INSTRUCTION_XXX that was selected when the CronTrigger was created.
updateAfterMisfire(Calendar) - Method in class org.quartz.NthIncludedDayTrigger
Updates the NthIncludedDayTrigger's state based on the MISFIRE_INSTRUCTION_XXX that was selected when the NthIncludedDayTrigger was created If the misfire instruction is set to MISFIRE_INSTRUCTION_SMART_POLICY, then the instruction will be interpreted as NthIncludedDayTrigger.MISFIRE_INSTRUCTION_FIRE_ONCE_NOW.
updateAfterMisfire(Calendar) - Method in class org.quartz.SimpleTrigger
Updates the SimpleTrigger's state based on the MISFIRE_INSTRUCTION_XXX that was selected when the SimpleTrigger was created.
updateAfterMisfire(Calendar) - Method in class org.quartz.Trigger
This method should not be used by the Quartz client.
updateArray(int, Array) - Method in class mali.util.PageableResultSet
 
updateArray(String, Array) - Method in class mali.util.PageableResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class mali.util.PageableResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class mali.util.PageableResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class mali.util.PageableResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class mali.util.PageableResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class mali.util.PageableResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class mali.util.PageableResultSet
 
updateBlob(int, Blob) - Method in class mali.util.PageableResultSet
 
updateBlob(String, Blob) - Method in class mali.util.PageableResultSet
 
updateBlobTrigger(Connection, Trigger) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the blob trigger data.
updateBoolean(int, boolean) - Method in class mali.util.PageableResultSet
 
updateBoolean(String, boolean) - Method in class mali.util.PageableResultSet
 
updateByte(int, byte) - Method in class mali.util.PageableResultSet
 
updateByte(String, byte) - Method in class mali.util.PageableResultSet
 
updateBytes(int, byte[]) - Method in class mali.util.PageableResultSet
 
updateBytes(String, byte[]) - Method in class mali.util.PageableResultSet
 
updateCalendar(Connection, String, Calendar) - Method in class org.quartz.impl.jdbcjobstore.PointbaseDelegate
Update a calendar.
updateCalendar(Connection, String, Calendar) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update a calendar.
updateCharacterStream(int, Reader, int) - Method in class mali.util.PageableResultSet
 
updateCharacterStream(String, Reader, int) - Method in class mali.util.PageableResultSet
 
updateClob(int, Clob) - Method in class mali.util.PageableResultSet
 
updateClob(String, Clob) - Method in class mali.util.PageableResultSet
 
updateCronTrigger(Connection, CronTrigger) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the cron trigger data.
updateDate(int, Date) - Method in class mali.util.PageableResultSet
 
updateDate(String, Date) - Method in class mali.util.PageableResultSet
 
updateDouble(int, double) - Method in class mali.util.PageableResultSet
 
updateDouble(String, double) - Method in class mali.util.PageableResultSet
 
updateFloat(int, float) - Method in class mali.util.PageableResultSet
 
updateFloat(String, float) - Method in class mali.util.PageableResultSet
 
updateInt(int, int) - Method in class mali.util.PageableResultSet
 
updateInt(String, int) - Method in class mali.util.PageableResultSet
 
updateJobData(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.PointbaseDelegate
Update the job data map for the given job.
updateJobData(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the job data map for the given job.
updateJobDetail(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.PointbaseDelegate
Update the job detail record.
updateJobDetail(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the job detail record.
UpdateLockRowSemaphore - Class in org.quartz.impl.jdbcjobstore
Provide thread/resource locking in order to protect resources from being altered by multiple threads at the same time using a db row update.
UpdateLockRowSemaphore() - Constructor for class org.quartz.impl.jdbcjobstore.UpdateLockRowSemaphore
 
updateLong(int, long) - Method in class mali.util.PageableResultSet
 
updateLong(String, long) - Method in class mali.util.PageableResultSet
 
updateNull(int) - Method in class mali.util.PageableResultSet
 
updateNull(String) - Method in class mali.util.PageableResultSet
 
updateObject(int, Object) - Method in class mali.util.PageableResultSet
 
updateObject(int, Object, int) - Method in class mali.util.PageableResultSet
 
updateObject(String, Object) - Method in class mali.util.PageableResultSet
 
updateObject(String, Object, int) - Method in class mali.util.PageableResultSet
 
updateRef(int, Ref) - Method in class mali.util.PageableResultSet
 
updateRef(String, Ref) - Method in class mali.util.PageableResultSet
 
updateRow() - Method in class mali.util.PageableResultSet
 
updateSchedulerState(Connection, String, long) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
updateShort(int, short) - Method in class mali.util.PageableResultSet
 
updateShort(String, short) - Method in class mali.util.PageableResultSet
 
updateSimpleTrigger(Connection, SimpleTrigger) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the simple trigger data.
updateString(int, String) - Method in class mali.util.PageableResultSet
 
updateString(String, String) - Method in class mali.util.PageableResultSet
 
updateTime(int, Time) - Method in class mali.util.PageableResultSet
 
updateTime(String, Time) - Method in class mali.util.PageableResultSet
 
updateTimestamp(int, Timestamp) - Method in class mali.util.PageableResultSet
 
updateTimestamp(String, Timestamp) - Method in class mali.util.PageableResultSet
 
updateTrigger(Connection, Trigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.PointbaseDelegate
 
updateTrigger(Connection, Trigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the base trigger data.
updateTriggerGroupStateFromOtherState(Connection, String, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update all of the triggers of the given group to the given new state, if they are in the given old state.
updateTriggerGroupStateFromOtherStates(Connection, String, String, String, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update all triggers in the given group to the given new state, if they are in one of the given old states.
updateTriggerState(Connection, String, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the state for a given trigger.
updateTriggerStateFromOtherState(Connection, String, String, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the given trigger to the given new state, if it is in the given old state.
updateTriggerStateFromOtherStates(Connection, String, String, String, String, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the given trigger to the given new state, if it is one of the given old states.
updateTriggerStateFromOtherStatesBeforeTime(Connection, String, String, String, long) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
updateTriggerStatesForJob(Connection, String, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the states of all triggers associated with the given job.
updateTriggerStatesForJobFromOtherState(Connection, String, String, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
updateTriggerStatesFromOtherStates(Connection, String, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Insert the job detail record.
updateWithNewCalendar(Calendar, long) - Method in class org.quartz.CronTrigger
 
updateWithNewCalendar(Calendar, long) - Method in class org.quartz.NthIncludedDayTrigger
Updates the NthIncludedDayTrigger's state based on the given new version of the associated Calendar.
updateWithNewCalendar(Calendar, long) - Method in class org.quartz.SimpleTrigger
 
updateWithNewCalendar(Calendar, long) - Method in class org.quartz.Trigger
This method should not be used by the Quartz client.
updMenu_index(String) - Method in class mali.query.impl.SYSMENUQueryImpl
 
updMenu_index(String) - Method in interface mali.query.SYSMENUQuery
 
UPLOAD - Static variable in class com.enterprisedt.net.ftp.TransferDirection
Represents upload
upload(HttpServletRequest, HttpSession) - Method in class mali.util.UploadFile
 
uploadCompleted(String, String) - Method in class com.enterprisedt.net.ftp.EventAdapter
Notifies that an upload has completed
uploadCompleted(String, String) - Method in interface com.enterprisedt.net.ftp.EventListener
Notifies that an upload has completed
uploadFile(String, String) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Upload a file to the FTP server.
uploadFile(String, String, WriteMode) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Upload a file to the FTP server.
uploadFile(String, String) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Upload a file to the FTP server.
uploadFile(String, String, WriteMode) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Upload a file to the FTP server.
UploadFile - Class in mali.util
 
UploadFile() - Constructor for class mali.util.UploadFile
 
UploadFileAction - Class in mali.servlet
上傳Servlet, 要記錄 savepath (subpath), 要POST 至那個URL 會產生session UPLoadFiles 參數.會把所有上傳的FileObject 均放在這裡 要傳參數主要有二, 一是hidden 欄位 RELAYURL 要再post至那個url , 一個?
UploadFileAction() - Constructor for class mali.servlet.UploadFileAction
 
uploadStarted(String, String) - Method in class com.enterprisedt.net.ftp.EventAdapter
Notifies that an upload has started
uploadStarted(String, String) - Method in interface com.enterprisedt.net.ftp.EventListener
Notifies that an upload has started
uploadStream(String) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Upload a file to the FTP server by writing to a stream.
uploadStream(String, WriteMode) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Upload a file to the FTP server by writing to a stream.
uploadStream(String) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Upload a file to the FTP server by writing to a stream.
uploadStream(String, WriteMode) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Upload a file to the FTP server by writing to a stream.
url_classdriver - Variable in class mali.type.DbURL
 
url_classurl - Variable in class mali.type.DbURL
 
url_datastorename - Variable in class mali.type.DbURL
 
url_dbname - Variable in class mali.type.DbURL
 
url_ip - Variable in class mali.type.DbURL
 
url_pwd - Variable in class mali.type.DbURL
 
url_uid - Variable in class mali.type.DbURL
 
urlToString(URL, String) - Static method in class mali.util.XMLUtility
 
US72BIG5(String) - Static method in class mali.util.commonbean
轉碼 US7ASCII(ISO-8859-1) TO BIG5
user(String) - Method in class com.enterprisedt.net.ftp.FTPClient
Supply the user name to log into an account on the FTP server.
userid - Variable in class mali.type.maliConnection
 
userpassword - Variable in class mali.type.maliConnection
 
UserTransactionHelper - Class in org.quartz.ee.jta
A helper for obtaining a handle to a UserTransaction...
useTransaction(JobDataMap) - Static method in class org.quartz.jobs.ee.jms.JmsHelper
 
UTF82BIG5(String) - Static method in class mali.util.commonbean
 
Util - Class in org.quartz.impl.jdbcjobstore
This class contains utility functions for use in all delegate classes.
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