|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.soybeanMilk.core.Execution
public class Execution
执行语境信息。
如果你为框架添加了执行拦截器(参考执行拦截器信息类),
或许想要在你的拦截器中获取这些执行语境信息。
| 构造方法摘要 | |
|---|---|
Execution()
|
|
Execution(Executable executable,
ObjectSource objectSource)
|
|
Execution(Executable executable,
ObjectSource objectSource,
ExecuteException executeException)
|
|
| 方法摘要 | |
|---|---|
Executable |
getExecutable()
获取当前执行的可执行对象。 |
ExecuteException |
getExecuteException()
获取当前的执行异常。 |
ObjectSource |
getObjectSource()
获取当前执行使用的对象源对象。 |
void |
setExecutable(Executable executable)
|
void |
setExecuteException(ExecuteException executeException)
|
void |
setObjectSource(ObjectSource objectSource)
|
java.lang.String |
toString()
|
| 从类 java.lang.Object 继承的方法 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 构造方法详细信息 |
|---|
public Execution()
public Execution(Executable executable,
ObjectSource objectSource)
public Execution(Executable executable,
ObjectSource objectSource,
ExecuteException executeException)
| 方法详细信息 |
|---|
public Executable getExecutable()
public void setExecutable(Executable executable)
public ObjectSource getObjectSource()
public void setObjectSource(ObjectSource objectSource)
public ExecuteException getExecuteException()
public void setExecuteException(ExecuteException executeException)
public java.lang.String toString()
java.lang.Object 中的 toString
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||