com.github.ltsopensource.jobclient.domain
Class JobClientAppContext

java.lang.Object
  extended by com.github.ltsopensource.core.AppContext
      extended by com.github.ltsopensource.jobclient.domain.JobClientAppContext

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

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

Constructor Summary
JobClientAppContext()
           
 
Method Summary
 JobCompletedHandler getJobCompletedHandler()
           
 com.github.ltsopensource.core.remoting.RemotingClientDelegate getRemotingClient()
           
 void setJobCompletedHandler(JobCompletedHandler jobCompletedHandler)
           
 void setRemotingClient(com.github.ltsopensource.core.remoting.RemotingClientDelegate remotingClient)
           
 
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

JobClientAppContext

public JobClientAppContext()
Method Detail

getJobCompletedHandler

public JobCompletedHandler getJobCompletedHandler()

setJobCompletedHandler

public void setJobCompletedHandler(JobCompletedHandler jobCompletedHandler)

getRemotingClient

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

setRemotingClient

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


Copyright © 2017. All rights reserved.