org.soybeanMilk.core.exe
类 AbstractExecutable

java.lang.Object
  继承者 org.soybeanMilk.core.exe.AbstractExecutable
所有已实现的接口:
java.io.Serializable, Executable
直接已知子类:
Action, Invoke

public abstract class AbstractExecutable
extends java.lang.Object
implements Executable

可执行对象的顶层抽象类,它实现名称定义。

作者:
earthAngry@gmail.com
另请参见:
序列化表格

构造方法摘要
AbstractExecutable()
           
 
方法摘要
abstract  void execute(ObjectSource objectSource)
          执行
 java.lang.String getName()
          获取此可执行对象的名称
 void setName(java.lang.String name)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AbstractExecutable

public AbstractExecutable()
方法详细信息

execute

public abstract void execute(ObjectSource objectSource)
                      throws ExecuteException
从接口 Executable 复制的描述
执行

指定者:
接口 Executable 中的 execute
参数:
objectSource - 对象源,执行依赖的所有参数值都从它获取、结果也都保存到它里面
抛出:
ExecuteException

getName

public java.lang.String getName()
从接口 Executable 复制的描述
获取此可执行对象的名称

指定者:
接口 Executable 中的 getName
返回:

setName

public void setName(java.lang.String name)