com.github.ltsopensource.jobtracker.support
Class JobReceiver

java.lang.Object
  extended by com.github.ltsopensource.jobtracker.support.JobReceiver

public class JobReceiver
extends Object

Author:
Robert HG (254963746@qq.com) on 8/1/14. 任务处理器

Constructor Summary
JobReceiver(JobTrackerAppContext appContext)
           
 
Method Summary
 void receive(com.github.ltsopensource.core.protocol.command.JobSubmitRequest request)
          jobTracker 接受任务
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobReceiver

public JobReceiver(JobTrackerAppContext appContext)
Method Detail

receive

public void receive(com.github.ltsopensource.core.protocol.command.JobSubmitRequest request)
             throws com.github.ltsopensource.core.exception.JobReceiveException
jobTracker 接受任务

Throws:
com.github.ltsopensource.core.exception.JobReceiveException


Copyright © 2017. All rights reserved.