org.soybeanMilk.core
类 Execution
java.lang.Object
org.soybeanMilk.core.Execution
- 所有已实现的接口:
- java.io.Serializable
public class Execution
- extends java.lang.Object
- implements java.io.Serializable
执行语境信息。
如果你为框架添加了执行拦截器(参考执行拦截器信息类),
或许想要在你的拦截器中获取这些执行语境信息。
- 作者:
- earthAngry@gmail.com
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Execution
public Execution()
Execution
public Execution(Executable executable,
ObjectSource objectSource)
Execution
public Execution(Executable executable,
ObjectSource objectSource,
ExecuteException executeException)
getExecutable
public Executable getExecutable()
setExecutable
public void setExecutable(Executable executable)
getObjectSource
public ObjectSource getObjectSource()
setObjectSource
public void setObjectSource(ObjectSource objectSource)
getExecuteException
public ExecuteException getExecuteException()
setExecuteException
public void setExecuteException(ExecuteException executeException)
toString
public java.lang.String toString()
- 覆盖:
- 类
java.lang.Object 中的 toString