All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.taobao.pamirs.schedule.IScheduleTaskDealMulti Maven / Gradle / Ivy

package com.taobao.pamirs.schedule;

/**
 * ??????????????ӿ?
 *
 * @author xuannan
 */
public interface IScheduleTaskDealMulti extends IScheduleTaskDeal {

  /**
   * ִ?и????????????顣??Ϊ???Ͳ?֧??new ???飬ֻ?ܴ???OBJECT[]
   *
   * @param tasks ????????
   * @param ownSign ??ǰ????????
   */
  public boolean execute(T[] tasks, String ownSign) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy