com.github.ltsopensource.tasktracker.runner
Class JobContext

java.lang.Object
  extended by com.github.ltsopensource.tasktracker.runner.JobContext

public class JobContext
extends Object

Author:
Robert HG (254963746@qq.com) on 4/2/16.

Constructor Summary
JobContext()
           
 
Method Summary
 BizLogger getBizLogger()
           
 com.github.ltsopensource.core.domain.Job getJob()
           
 JobExtInfo getJobExtInfo()
           
 void setBizLogger(BizLogger bizLogger)
           
 void setJob(com.github.ltsopensource.core.domain.Job job)
           
 void setJobExtInfo(JobExtInfo jobExtInfo)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JobContext

public JobContext()
Method Detail

getBizLogger

public BizLogger getBizLogger()

setBizLogger

public void setBizLogger(BizLogger bizLogger)

getJob

public com.github.ltsopensource.core.domain.Job getJob()

setJob

public void setJob(com.github.ltsopensource.core.domain.Job job)

getJobExtInfo

public JobExtInfo getJobExtInfo()

setJobExtInfo

public void setJobExtInfo(JobExtInfo jobExtInfo)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2017. All rights reserved.