psdi.iface.app.intobject

Class MaxStructProcess

  • All Implemented Interfaces:
    MicConstants, MosConstants


    public class MaxStructProcess
    extends MicSetIn
    Represents class to process Company data coming from MAXIMO.
    • Constructor Detail

      • MaxStructProcess

        public MaxStructProcess()
                         throws MXException,
                                java.rmi.RemoteException
        Construct MaxRuleProcess class
        Throws:
        MXException - MAXIMO exception
        java.rmi.RemoteException - Remote exception
    • Method Detail

      • checkBusinessRules

        public int checkBusinessRules(MboSetRemote mboSet,
                                      java.lang.String tableName)
                               throws MXException,
                                      java.rmi.RemoteException
        Method to call back and find out can we process data from specific table.
        Overrides:
        checkBusinessRules in class MosProcessImpl
        Parameters:
        tableName - - Give name of process MAXIMO table
        mboSet - - MboSet
        Returns:
        - PROCESS, SKIP or STOP indicating can we take data from specific table or not
        Throws:
        MXException - - MAXIMO exception
        java.rmi.RemoteException - - Remote exception