psdi.iface.load

Class BulkExportCronTask

  • All Implemented Interfaces:
    CronTask


    public class BulkExportCronTask
    extends SimpleCronTask
    Cron task to perform bulk export of the data based on the MAXIFACEEXPORT configuration To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
    • Field Detail

      • integrationLogger

        protected static final MXLogger integrationLogger
    • Constructor Detail

      • BulkExportCronTask

        public BulkExportCronTask()
    • 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
        Specified by:
        cronAction in class SimpleCronTask
      • getParameters

        public CrontaskParamInfo[] getParameters()
                                          throws MXException,
                                                 java.rmi.RemoteException
        Description copied from interface: CronTask
        This method provides an array of CrontaskParamInfo() object to describe all the parameters of the crontask. Parameter name, default values and the description of the parameter should be set to the CrontaskParamInfo object for each parameter. If default value and description is not set, null will be the values.
        Specified by:
        getParameters in interface CronTask
        Overrides:
        getParameters in class SimpleCronTask
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        CrontaskParamInfo
      • isOKToRun

        public boolean isOKToRun(MXServerRemote server)
        Description copied from class: SimpleCronTask
        Default implementation of isOKToRun. It always returns true.
        Specified by:
        isOKToRun in interface CronTask
        Overrides:
        isOKToRun in class SimpleCronTask
        Returns:
        true if it is OK to run, false otherwise.
        See Also:
        psdi.server.CronTask#isOKToRun();
      • loadBulkInterfaces

        public java.util.List loadBulkInterfaces(java.lang.String extSysName)
                                          throws MXException
        Take in incoming file name and return back it's relevant JMS Data object for further processing.
        Parameters:
        properties - map of all message properties
        filename - name of the file
        Returns:
        data from the error file or original data from the queue
        Throws:
        MXException - MAXIMO exception