public class MasUserAnalyzerCronTask extends SimpleMTCronTask
| Constructor and Description | 
|---|
| MasUserAnalyzerCronTask() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | afterCronActionMT()This is the CORE METHOD of this class. | 
| void | cronActionMT(UserInfo info)This is the CORE METHOD of this class. | 
| CrontaskParamInfo[] | getParameters()This method provides an array of CrontaskParamInfo() object to describe
 all the parameters of the crontask. | 
| void | start()Default implementation for start(). | 
cronActionbeforeRemoval, getCronTaskHistoryMsg, getCrontaskInstance, getCronTaskLogger, getCronTaskSqlLogger, getDBLastSeed, getEnteredValueVector, getInterval, getIntervalFlag, getLastRunDate, getLastSeed, getName, getParamAsBoolean, getParamAsDate, getParamAsDouble, getParamAsInt, getParamAsString, getParameter, getParameterValidationMbo, getParameterValidationMbo, getRunasUserInfo, getSleepTime, init, isOKToRun, isShutdown, setCronTaskHistoryMsg, setCrontaskInstance, setDBLastSeed, setEnteredValueVector, setInterval, setIntervalFlag, setLastRunDate, setLastSeed, setSleepTime, shutdown, stopequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeforeRemoval, getCronTaskHistoryMsg, getCrontaskInstance, getDBLastSeed, getEnteredValueVector, getLastRunDate, getLastSeed, getParameterValidationMbo, getSleepTime, init, isOKToRun, isShutdown, setCronTaskHistoryMsg, setCrontaskInstance, setDBLastSeed, setEnteredValueVector, setLastRunDate, setLastSeed, setSleepTime, shutdown, stoppublic CrontaskParamInfo[] getParameters() throws MXException, java.rmi.RemoteException
CronTaskgetParameters in interface CronTaskgetParameters in class SimpleCronTaskMXExceptionjava.rmi.RemoteExceptionCrontaskParamInfopublic void start()
SimpleCronTaskstart in interface CronTaskstart in class SimpleCronTaskCronTask.stop(), 
startup()public void cronActionMT(UserInfo info)
SimpleMTCronTaskcronActionMT in class SimpleMTCronTaskpublic void afterCronActionMT()
SimpleMTCronTaskafterCronActionMT in class SimpleMTCronTask