com.ibm.tivoli.maximo.script

Class ScriptAsyncJobSubmitter

    • Constructor Detail

      • ScriptAsyncJobSubmitter

        public ScriptAsyncJobSubmitter(MboServerInterface ms)
                                throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • getAsyncJobHandlerClassName

        public java.lang.String getAsyncJobHandlerClassName()
        Description copied from class: AsyncJobSubmitter
        Returns the job handler class name that will be written to the queue when job is created.
        Specified by:
        getAsyncJobHandlerClassName in class AsyncJobSubmitter
        Returns:
      • getCompleteWhereClause

        public java.lang.String getCompleteWhereClause()
        Description copied from class: AsyncJobSubmitter
        Get the where clause to identify one or more records of the main object that the async process is to apply on. Normally it is obtained from the owner set of the non-persistent mbo set.
        Specified by:
        getCompleteWhereClause in class AsyncJobSubmitter
        Returns:
      • getObjectName

        public java.lang.String getObjectName()
        Description copied from class: AsyncJobSubmitter
        Returns the main object name that this async process will operate on.
        Specified by:
        getObjectName in class AsyncJobSubmitter
        Returns:
      • getJobName

        public java.lang.String getJobName()
        Description copied from class: AsyncJobSubmitter
        Get the name of the job. The name of the job should also be added into the ASYNCJOBNAME internal ALN domain.
        Specified by:
        getJobName in class AsyncJobSubmitter
        Returns:
      • getDescription

        public java.lang.String getDescription()
        Description copied from class: AsyncJobSubmitter
        Returns the description of the particular job, it is not the general description of this type of the job, it is the description that user enters to describe the particular job.
        Specified by:
        getDescription in class AsyncJobSubmitter
        Returns: