public class AsyncMethodInfo extends Object
| 构造器和说明 |
|---|
AsyncMethodInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getOninvokeInstance() |
Method |
getOninvokeMethod() |
Object |
getOnreturnInstance() |
Method |
getOnreturnMethod() |
Object |
getOnthrowInstance() |
Method |
getOnthrowMethod() |
void |
setOninvokeInstance(Object oninvokeInstance) |
void |
setOninvokeMethod(Method oninvokeMethod) |
void |
setOnreturnInstance(Object onreturnInstance) |
void |
setOnreturnMethod(Method onreturnMethod) |
void |
setOnthrowInstance(Object onthrowInstance) |
void |
setOnthrowMethod(Method onthrowMethod) |
public Object getOninvokeInstance()
public void setOninvokeInstance(Object oninvokeInstance)
public Method getOninvokeMethod()
public void setOninvokeMethod(Method oninvokeMethod)
public Object getOnreturnInstance()
public void setOnreturnInstance(Object onreturnInstance)
public Method getOnreturnMethod()
public void setOnreturnMethod(Method onreturnMethod)
public Object getOnthrowInstance()
public void setOnthrowInstance(Object onthrowInstance)
public Method getOnthrowMethod()
public void setOnthrowMethod(Method onthrowMethod)
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.