public class AsyncMethodInfo extends Object
| Constructor and Description |
|---|
AsyncMethodInfo() |
| Modifier and Type | Method and Description |
|---|---|
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–2020 The Apache Software Foundation. All rights reserved.