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

com.alogic.doer.core.TaskDispatcher Maven / Gradle / Ivy

There is a newer version: 1.6.17
Show newest version
package com.alogic.doer.core;

import com.alogic.timer.core.Task;
import com.anysoft.util.BaseException;
import com.anysoft.util.Configurable;
import com.anysoft.util.Reportable;
import com.anysoft.util.XMLConfigurable;

/**
 * 任务分发器
 * 
 * @author duanyy
 * @since 1.6.3.4
 * 
 */
public interface TaskDispatcher extends XMLConfigurable,Configurable, Reportable {
	/**
	 * 分发任务
	 * 
	 * @param task 任务实例
	 * 
	 */
	public void dispatch(Task task) throws BaseException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy