com.github.ltsopensource.jobtracker.support
Class ClientNotifier

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

public class ClientNotifier
extends Object

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

Constructor Summary
ClientNotifier(JobTrackerAppContext appContext, ClientNotifyHandler clientNotifyHandler)
           
 
Method Summary
<T extends com.github.ltsopensource.core.domain.JobRunResult>
int
send(List<T> jobResults)
          发送给客户端
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientNotifier

public ClientNotifier(JobTrackerAppContext appContext,
                      ClientNotifyHandler clientNotifyHandler)
Method Detail

send

public <T extends com.github.ltsopensource.core.domain.JobRunResult> int send(List<T> jobResults)
发送给客户端

Returns:
返回成功的个数


Copyright © 2017. All rights reserved.