com.ibm.ism.script.webclient.beans.autoscript

Class AutoScriptTestBean

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


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

      • AutoScriptTestBean

        public AutoScriptTestBean()
    • Method Detail

      • testrun

        public int testrun()
                    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