psdi.dm.virtual

Class DmCompareDelAsyncJobHandler

    • Constructor Detail

      • DmCompareDelAsyncJobHandler

        public DmCompareDelAsyncJobHandler()
    • Method Detail

      • asyncProcess

        public void asyncProcess(MXServer server,
                                 java.lang.String jobName,
                                 java.lang.String jobQueueNum,
                                 java.lang.String Object,
                                 UserInfo ui,
                                 java.lang.String whereClause,
                                 java.util.HashMap params)
                          throws MXException,
                                 java.rmi.RemoteException
        Launch the async process to delete Compare records from the Databases.
        Specified by:
        asyncProcess in interface AsyncJobHandlerInterface
        Specified by:
        asyncProcess in class AsyncJobHandler
        Parameters:
        server - MXServer instance
        jobName - Name of the job.
        jobQueueNum - The job number
        object -
        ui - UserInfo
        whereClause - Where clause defined for this job
        params - parameters of this job
        Throws:
        MXException
        java.rmi.RemoteException