com.ibm.tivoli.maximo.interaction.app.manageint

Class MaxIntPolicy

  • java.lang.Object
    • psdi.mbo.Mbo
      • com.ibm.tivoli.maximo.interaction.app.manageint.MaxIntPolicy
    • Constructor Detail

      • MaxIntPolicy

        public MaxIntPolicy(MboSet ms)
                     throws MXException,
                            java.rmi.RemoteException
        Constructor
        Parameters:
        ms - The MaxIfaceLoad MboSet.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Default value for some of the fields of the new maxreplaceproc table.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • delete

        public void delete(long accessModifier)
                    throws MXException,
                           java.rmi.RemoteException
        Overwitten for ifaceproc's MBO. Delete any columns in MAXIFACECOND and conditions in MAXIFACECOND referenced by the proc to be deleted.
        Specified by:
        delete in interface MboRemote
        Overrides:
        delete in class Mbo
        Parameters:
        accessModifier - accessModifier
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        Mbo.delete(long)
      • undelete

        public void undelete()
                      throws MXException,
                             java.rmi.RemoteException
        Overwitten for ifaceproc's MBO. Delete any columns in MAXRULECOND and conditions in MAXRULECOND referenced by the proc to be deleted.
        Specified by:
        undelete in interface MboRemote
        Overrides:
        undelete in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException