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

Class AutoScriptAppBean

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


    public class AutoScriptAppBean
    extends AppBean
    Provides the functionality for the 'execute' button to run the scripts
    • Constructor Detail

      • AutoScriptAppBean

        public AutoScriptAppBean()
    • Method Detail

      • EXECUTE

        public int EXECUTE()
                    throws MXException,
                           java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • executeScript

        public void executeScript()
                           throws MXException,
                                  java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • RUNSCRIPT

        public void RUNSCRIPT()
                       throws MXException,
                              java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • CREATEACT

        public int CREATEACT()
                      throws MXException,
                             java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • createAction

        public void createAction()
                          throws MXException,
                                 java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • properties

        public int properties()
      • addobjectlaunchevent

        public int addobjectlaunchevent()
                                 throws MXException,
                                        java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • addattributelaunchevent

        public int addattributelaunchevent()
                                    throws MXException,
                                           java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • addactionlaunchevent

        public int addactionlaunchevent()
                                 throws MXException,
                                        java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • addcustomconditionlaunchevent

        public int addcustomconditionlaunchevent()
                                          throws MXException,
                                                 java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • addscriptevent

        public int addscriptevent(java.lang.String intDomType)
                           throws MXException,
                                  java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • cancelDialog

        public int cancelDialog()
                         throws MXException,
                                java.rmi.RemoteException
        Description copied from class: DataBean
        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
        Throws:
        MXException
        java.rmi.RemoteException
      • insert

        public void insert()
                    throws MXException,
                           java.rmi.RemoteException
        Description copied from class: DataBean
        Inserts a row at the begining of the MboSet. Fires a row change event to all listeners upon success.
        Overrides:
        insert in class AppBean
        Throws:
        MXException
        java.rmi.RemoteException
      • STATUS

        public int STATUS()
                   throws MXException,
                          java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • complete

        public int complete()
                     throws MXException,
                            java.rmi.RemoteException
        Event fired when user click Complete button on the Object Launch Point dialog.
        Throws:
        MXException - throws MXApplicationException
        java.rmi.RemoteException