psdi.app.system

Class FldCrontaskInstanceReloadReqTime

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldCrontaskInstanceReloadReqTime
    extends MboValueAdapter
    Field class of RELOADREQTIME. It is designed to always clear the related field NEXTRUNTIMEONREQ when RELOADREQTIME is set.
    • Constructor Detail

      • FldCrontaskInstanceReloadReqTime

        public FldCrontaskInstanceReloadReqTime(MboValue mbv)
    • Method Detail

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        Set the nextruntimeonoverwrite to null, to make sure any ealier request's next run time doesn't linger for the future request.
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException