psdi.iface.app.extsystem

Class FldExtSysInIfacename

    • Constructor Detail

      • FldExtSysInIfacename

        public FldExtSysInIfacename(MboValue mbv)
                             throws MXException
        Constructor
        Parameters:
        mbv - mbo value
        Throws:
        MXException - Maximo Exception
    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        Validate that given interface is indeed an incoming interface and matching adapter type
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MAXTableDomain
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • getList

        public MboSetRemote getList()
                             throws MXException,
                                    java.rmi.RemoteException
        Lookup list from MAXIFACEIN for showing values which are not already been listed in MAXEXTIFACEIN and while doing doing this, the list should consist of distinct IN interface names from MAXIFACEIN table because this table can contain duplicate names because MEA can support multiple int points for a given IN interface
        Specified by:
        getList in interface MboValueListener
        Overrides:
        getList in class MAXTableDomain
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception