public class MeasurePointWoGenCronTask extends SimpleCronTask
dbSeed, interval, intervalFlag, lastRun, lastRunDate, seed, shutdown, sleepTime, valV| Constructor and Description |
|---|
MeasurePointWoGenCronTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
cronAction()
method that does the work order generation task
|
CrontaskParamInfo[] |
getParameters()
This method provides an array of CrontaskParamInfo() object to describe
all the parameters of the crontask.
|
MboRemote |
getParameterValidationMbo(CrontaskInstanceRemote instance)
Returns the validation mbo for the crontask parameter
|
void |
init()
init()
|
static boolean |
isLinearInstalled() |
void |
readConfig()
Read in the configuration information from mxserver.properties.
|
void |
start()
Each time when the crontask is started/reloaded, retrieve new emails, instead of using the cached values.
|
beforeRemoval, getCronTaskHistoryMsg, getCrontaskInstance, getCronTaskLogger, getCronTaskSqlLogger, getDBLastSeed, getEnteredValueVector, getInterval, getIntervalFlag, getLastRunDate, getLastSeed, getName, getParamAsBoolean, getParamAsDate, getParamAsDouble, getParamAsInt, getParamAsString, getParameter, getParameterValidationMbo, getRunasUserInfo, getSleepTime, isOKToRun, isShutdown, setCronTaskHistoryMsg, setCrontaskInstance, setDBLastSeed, setEnteredValueVector, setInterval, setIntervalFlag, setLastRunDate, setLastSeed, setSleepTime, shutdown, stoppublic void init()
throws MXException
init in interface CronTaskinit in class SimpleCronTaskMXExceptionSecurityService.authenticateUser(String, boolean)public void readConfig()
throws java.rmi.RemoteException,
MXException
java.rmi.RemoteExceptionMXExceptionpublic void cronAction()
cronAction in interface CronTaskcronAction in class SimpleCronTaskpublic CrontaskParamInfo[] getParameters() throws MXException, java.rmi.RemoteException
CronTaskgetParameters in interface CronTaskgetParameters in class SimpleCronTaskMXExceptionjava.rmi.RemoteExceptionCrontaskParamInfopublic MboRemote getParameterValidationMbo(CrontaskInstanceRemote instance) throws MXException, java.rmi.RemoteException
getParameterValidationMbo in interface CronTaskgetParameterValidationMbo in class SimpleCronTaskMXExceptionjava.rmi.RemoteExceptionCronTask.getParameterValidationMbo(CrontaskInstanceRemote)public void start()
start in interface CronTaskstart in class SimpleCronTaskCronTask.stop(),
startup()public static boolean isLinearInstalled()
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteException