psdi.dm.virtual

Class DmCompareAsyncJobHandler

    • Constructor Detail

      • DmCompareAsyncJobHandler

        public DmCompareAsyncJobHandler()
    • 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 Compare 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
      • writeToAsyncJobMsg

        public void writeToAsyncJobMsg(java.lang.Throwable t,
                                       UserInfo ui,
                                       java.lang.String jobNum)
                                throws MXException,
                                       java.rmi.RemoteException
        Write message to asyncjobmsg table
        Parameters:
        t -
        ui -
        jobNum -
        Throws:
        MXException
        java.rmi.RemoteException