psdi.webclient.beans.endpoint

Class EndPointTestBean

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, DataBeanListener


    public class EndPointTestBean
    extends DataBean
    Bean class for File Loading/Data Import into Maximo
    • Constructor Detail

      • EndPointTestBean

        public EndPointTestBean()
    • Method Detail

      • testxml

        public int testxml()
                    throws MXException,
                           java.rmi.RemoteException
        Import Data into Maximo
        Returns:
        EVENT_HANDLED
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • cancelDialog

        public int cancelDialog()
                         throws MXException,
                                java.rmi.RemoteException
        Called by the dialog control when the dialog is cancled. Override this method if any special processing needs to be done when the user closes a dialog.
        Overrides:
        cancelDialog in class DataBean
        Returns:
        EVENT_HANDLED
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception