Class JobContextImpl

  • All Implemented Interfaces:
    javax.batch.runtime.context.JobContext

    public class JobContextImpl
    extends Object
    implements javax.batch.runtime.context.JobContext
    • Field Detail

      • restartOn

        protected String restartOn
    • Method Detail

      • getExitStatus

        public String getExitStatus()
        Specified by:
        getExitStatus in interface javax.batch.runtime.context.JobContext
      • setExitStatus

        public void setExitStatus​(String exitStatus)
        Specified by:
        setExitStatus in interface javax.batch.runtime.context.JobContext
      • getJobName

        public String getJobName()
        Specified by:
        getJobName in interface javax.batch.runtime.context.JobContext
      • setJobName

        public void setJobName​(String jobName)
      • getBatchStatus

        public javax.batch.runtime.BatchStatus getBatchStatus()
        Specified by:
        getBatchStatus in interface javax.batch.runtime.context.JobContext
      • setBatchStatus

        public void setBatchStatus​(javax.batch.runtime.BatchStatus batchStatus)
      • getTransientUserData

        public Object getTransientUserData()
        Specified by:
        getTransientUserData in interface javax.batch.runtime.context.JobContext
      • getProperties

        public Properties getProperties()
        Specified by:
        getProperties in interface javax.batch.runtime.context.JobContext
      • setTransientUserData

        public void setTransientUserData​(Object data)
        Specified by:
        setTransientUserData in interface javax.batch.runtime.context.JobContext
      • getExecutionId

        public long getExecutionId()
        Specified by:
        getExecutionId in interface javax.batch.runtime.context.JobContext
      • getInstanceId

        public long getInstanceId()
        Specified by:
        getInstanceId in interface javax.batch.runtime.context.JobContext
      • setExecutionId

        public void setExecutionId​(long executionId)
      • setInstanceId

        public void setInstanceId​(long instanceId)
      • getRestartOn

        public String getRestartOn()
      • setRestartOn

        public void setRestartOn​(String restartOn)