psdi.iface.app.extsystem

Class FldExtSysOutIfacename

    • Constructor Detail

      • FldExtSysOutIfacename

        public FldExtSysOutIfacename(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 outgoing 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 MAXIFACEOUT for showing values which are not already been listed in MAXEXTIFACEOUT and while doing doing this, the list should consist of distinct OUT interface names from MAXIFACEOUT table because this table can contain duplicate names because MEA can support multiple int points for a given OUT interface
        Specified by:
        getList in interface MboValueListener
        Overrides:
        getList in class MAXTableDomain
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception