psdi.webclient.beans.dm.collection

Class DmCollValidateBean

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


    public class DmCollValidateBean
    extends DataBean
    This Bean class is used by the "Add to Migration Collection" dialog. This dialog is launched by clicking "Add to Migration Collection" button on the tool bar of configured applications.
    • Constructor Detail

      • DmCollValidateBean

        public DmCollValidateBean()
    • Method Detail

      • startValidation

        public int startValidation()
                            throws MXException,
                                   java.rmi.RemoteException
        Check if the validation is already running if not then launch the asyncjob to do validation..
        Throws:
        MXException
        java.rmi.RemoteException
      • refreshStatus

        public int refreshStatus()
                          throws MXException,
                                 java.rmi.RemoteException
        Pupulate the status (message) textbox wiith the current messages of the asyncjob.
        Throws:
        MXException
        java.rmi.RemoteException
      • docancel

        public int docancel()
                     throws MXException,
                            java.rmi.RemoteException
        Event: docancel When cancel out of this dialog
        Throws:
        MXException
        java.rmi.RemoteException