com.github.ltsopensource.tasktracker.domain
Class TaskTrackerAppContext

java.lang.Object
  extended by com.github.ltsopensource.core.AppContext
      extended by com.github.ltsopensource.tasktracker.domain.TaskTrackerAppContext

public class TaskTrackerAppContext
extends com.github.ltsopensource.core.AppContext

Author:
Robert HG (254963746@qq.com) on 3/30/15.

Constructor Summary
TaskTrackerAppContext()
           
 
Method Summary
 com.github.ltsopensource.core.constant.Level getBizLogLevel()
           
 JobPullMachine getJobPullMachine()
           
 Class<?> getJobRunnerClass()
           
 com.github.ltsopensource.core.remoting.RemotingClientDelegate getRemotingClient()
           
 RunnerFactory getRunnerFactory()
           
 RunnerPool getRunnerPool()
           
 StopWorkingMonitor getStopWorkingMonitor()
           
 void setBizLogLevel(com.github.ltsopensource.core.constant.Level bizLogLevel)
           
 void setJobPullMachine(JobPullMachine jobPullMachine)
           
 void setJobRunnerClass(Class<?> jobRunnerClass)
           
 void setRemotingClient(com.github.ltsopensource.core.remoting.RemotingClientDelegate remotingClient)
           
 void setRunnerFactory(RunnerFactory runnerFactory)
           
 void setRunnerPool(RunnerPool runnerPool)
           
 void setStopWorkingMonitor(StopWorkingMonitor stopWorkingMonitor)
           
 
Methods inherited from class com.github.ltsopensource.core.AppContext
getCommandBodyWrapper, getConfig, getEventCenter, getHttpCmdServer, getMasterElector, getMStatReporter, getRegistryStatMonitor, getSubscribedNodeManager, setCommandBodyWrapper, setConfig, setEventCenter, setHttpCmdServer, setMasterElector, setMStatReporter, setRegistryStatMonitor, setSubscribedNodeManager
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskTrackerAppContext

public TaskTrackerAppContext()
Method Detail

getStopWorkingMonitor

public StopWorkingMonitor getStopWorkingMonitor()

setStopWorkingMonitor

public void setStopWorkingMonitor(StopWorkingMonitor stopWorkingMonitor)

getRunnerPool

public RunnerPool getRunnerPool()

setRunnerPool

public void setRunnerPool(RunnerPool runnerPool)

getBizLogLevel

public com.github.ltsopensource.core.constant.Level getBizLogLevel()

setBizLogLevel

public void setBizLogLevel(com.github.ltsopensource.core.constant.Level bizLogLevel)

getJobRunnerClass

public Class<?> getJobRunnerClass()

setJobRunnerClass

public void setJobRunnerClass(Class<?> jobRunnerClass)

getRunnerFactory

public RunnerFactory getRunnerFactory()

setRunnerFactory

public void setRunnerFactory(RunnerFactory runnerFactory)

getRemotingClient

public com.github.ltsopensource.core.remoting.RemotingClientDelegate getRemotingClient()

setRemotingClient

public void setRemotingClient(com.github.ltsopensource.core.remoting.RemotingClientDelegate remotingClient)

getJobPullMachine

public JobPullMachine getJobPullMachine()

setJobPullMachine

public void setJobPullMachine(JobPullMachine jobPullMachine)


Copyright © 2017. All rights reserved.