psdi.dm.procclass

Class DMMaxVarsProcess

    • Constructor Detail

      • DMMaxVarsProcess

        public DMMaxVarsProcess()
                         throws MXException,
                                java.rmi.RemoteException
        Construct the set
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • checkAdditionalRules

        public void checkAdditionalRules()
                                  throws MXException,
                                         java.rmi.RemoteException
        Description copied from class: MosProcessImpl
        Default method to call at the end of processing can be used to set data for the whole object.
        Overrides:
        checkAdditionalRules in class MosProcessImpl
        Throws:
        MXException - MAXIMO exception
        java.rmi.RemoteException - Remote exception
      • afterProcess

        public void afterProcess()
                          throws MXException,
                                 java.rmi.RemoteException
        Description copied from class: MosProcessImpl
        Called after processing while XML (can be called to change status in the hierarchy)
        Overrides:
        afterProcess in class MosProcessImpl
        Throws:
        MXException - MAXIMO exception
        java.rmi.RemoteException - Remote exception
      • checkBusinessRules

        public int checkBusinessRules(MboSetRemote mboSet,
                                      java.lang.String tableName)
                               throws MXException,
                                      java.rmi.RemoteException
        Description copied from class: MosProcessImpl
        Default method to call back and find out can we process data.
        Overrides:
        checkBusinessRules in class MosProcessImpl
        Parameters:
        mboSet - Give MboSet for the current level.
        tableName - Give of the table to process.
        Returns:
        PROCESS (means continue to process)
        Throws:
        MXException - MAXIMO exception
        java.rmi.RemoteException - Remote exception