psdi.iface.app.omp

Class OmpCiRel

    • Method Detail

      • init

        public void init()
                  throws MXException
        Initialize the newly created mbo Populate the OmpCiRel mbo non-persistent fields Productname, Hostname and Version from the corresponding OMP.
        Overrides:
        init in class Mbo
        Throws:
        MXException
      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Called when mbo is added to mboset.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • modify

        public void modify()
                    throws MXException,
                           java.rmi.RemoteException
        Called when Mbo attributes is being updated.
        Overrides:
        modify in class Mbo
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • appValidate

        public void appValidate()
                         throws MXException,
                                java.rmi.RemoteException
        Pre-save validation method. Programmer can override with specific rules. Check whether ompguid is valid. Check whether ciguid is valid.
        Overrides:
        appValidate in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException