psdi.iface.app.extsystem

Class FldProvider

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldProvider
    extends MAXTableDomain
    Field Validation class for MAXQUEUE.QueueName on the Add/Modify Queues screen. A pick-list is provided for entering the queue names from the /meaqueues subcontext of the local JNDI tree. However the user is free to type in any queue name that he wants, and it is not validated against the JNDI tree.
    • Constructor Detail

      • FldProvider

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

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        Validation of the Queue JNDI Name. The entered value is not validated against the JNDI Tree. The user is free to type in anything he wants.
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MAXTableDomain
        Throws:
        MXException
        java.rmi.RemoteException