org.frameworkset.task.Execute Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bboss-schedule Show documentation
Show all versions of bboss-schedule Show documentation
bboss is a j2ee framework include aop/ioc,mvc,persistent,taglib,rpc,event ,bean-xml serializable and so on.http://www.bbossgroups.com
package org.frameworkset.task;
import java.io.Serializable;
import java.util.Map;
/**
*
* Title: Execute.java
* Description:
* bboss workgroup
* Copyright (c) 2007
* @Date 2010-3-26 下午02:03:46
* @author biaoping.yin,gao.tang
* @version 1.0
*/
public interface Execute extends Serializable{
public void execute(Map parameters);
}