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().
|
cronAction
beforeRemoval, 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, stop
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
beforeRemoval, getCronTaskHistoryMsg, getCrontaskInstance, getDBLastSeed, getEnteredValueVector, getLastRunDate, getLastSeed, getParameterValidationMbo, getSleepTime, init, isOKToRun, isShutdown, setCronTaskHistoryMsg, setCrontaskInstance, setDBLastSeed, setEnteredValueVector, setLastRunDate, setLastSeed, setSleepTime, shutdown, stop
public CrontaskParamInfo[] getParameters() throws MXException, java.rmi.RemoteException
CronTask
getParameters
in interface CronTask
getParameters
in class SimpleCronTask
MXException
java.rmi.RemoteException
CrontaskParamInfo
public void start()
SimpleCronTask
start
in interface CronTask
start
in class SimpleCronTask
CronTask.stop()
,
startup()
public void cronActionMT(UserInfo info)
SimpleMTCronTask
cronActionMT
in class SimpleMTCronTask
public void afterCronActionMT()
SimpleMTCronTask
afterCronActionMT
in class SimpleMTCronTask