psdi.iface.app.listener

Class MaxIntListener

  • java.lang.Object
    • Constructor Detail

      • MaxIntListener

        public MaxIntListener(MboSet ms)
                       throws MXException,
                              java.rmi.RemoteException
        Construcutor
        Parameters:
        ms - Mbo Set to which this mbo will be added
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Adds the current mbo to the collection
        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
        This is called whenever a change is made to the attributes of maxintlistener. This method updates the changedate, changeby attributes.
        Overrides:
        modify in class Mbo
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • canDelete

        public void canDelete()
                       throws MXException,
                              java.rmi.RemoteException
        Can this mbo be deleted. This Listener cannot be deleted if it is a non-userdefined Listener as well as if any existing Endpoint is using it.
        Overrides:
        canDelete in class Mbo
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception