com.ibm.tivoli.maximo.skd.service

Class SKDAsyncValidationJobHandler

  • All Implemented Interfaces:
    AsyncJobHandlerInterface, FixedLoggerNames, FixedLoggers


    public class SKDAsyncValidationJobHandler
    extends SKDAsyncJobHandler
    Abstract class that implements AsyncJboHandlerInterface. Aysnc Job Handler classes can derive from this class instead of directly implement AysyncJobHandlerInterface in order to simply its implementation.
    • Constructor Detail

      • SKDAsyncValidationJobHandler

        public SKDAsyncValidationJobHandler()
    • 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)
        Async process work .
        Specified by:
        asyncProcess in interface AsyncJobHandlerInterface
        Overrides:
        asyncProcess in class SKDAsyncJobHandler
        jobName - The name of the job.
        jobQueueNum - The identifier of the job in the job queue.
        Object - The name of the main object that the async process is performed on.
        whereClause - The where clause applied on the main objects to identify one or more objects that the async process is performed on.
        params - A hash map of all the other parameters need to run the async job. The keys are the parameter names and the values are the MaxTypeObject