psdi.iface.proc

Interface ProcInterface



  • public interface ProcInterface
    Rules Interface
    • Method Detail

      • evaluate

        boolean evaluate(MboRemote mbo,
                         StructureData struc)
                  throws MXException,
                         java.rmi.RemoteException
        Default method to evaluate conditions for individual rules
        Parameters:
        mbo - Give reference to MBO object
        struc - Give reference to data
        Returns:
        TRUE/FALSE indicator
        Throws:
        MXException - MAXIMO exception
        java.rmi.RemoteException - Remote exception
      • process

        void process(MboRemote mbo,
                     StructureData struc)
              throws MXException,
                     java.rmi.RemoteException
        Default method to process individual rules
        Parameters:
        mbo - Give reference to MBO object
        struc - Give reference to data
        Throws:
        MXException - MAXIMO exception
        java.rmi.RemoteException - Remote exception