com.ibm.tivoli.maximo.skd.optimization

Class DynamicSchedulingCronTask

    • Constructor Detail

      • DynamicSchedulingCronTask

        public DynamicSchedulingCronTask()
    • Method Detail

      • cronAction

        public void cronAction()
        Description copied from class: SimpleCronTask
        This is the CORE METHOD of this class. You should invoke whatever logic you want your CronTask to perform from this method. This method should
        1. check the shutdown variable before invoking any processing logic.
        2. call resetErrorCount() if processing proceeds w/out error.
        3. call incErrorCount() if a serious error occurs during the processing logic.
        Specified by:
        cronAction in interface CronTask
        Overrides:
        cronAction in class ODMECronTask
      • sendODMEEmail

        public void sendODMEEmail(SKDProject project,
                                  java.util.Date startDate,
                                  java.util.Date endDate,
                                  int messagecode)
                           throws java.rmi.RemoteException,
                                  MXException,
                                  javax.mail.MessagingException
        Throws:
        java.rmi.RemoteException
        MXException
        javax.mail.MessagingException