类 AsyncMethodInfo
- java.lang.Object
-
- org.apache.dubbo.rpc.model.AsyncMethodInfo
-
public class AsyncMethodInfo extends Object
-
-
构造器概要
构造器 构造器 说明 AsyncMethodInfo()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ObjectgetOninvokeInstance()MethodgetOninvokeMethod()ObjectgetOnreturnInstance()MethodgetOnreturnMethod()ObjectgetOnthrowInstance()MethodgetOnthrowMethod()voidsetOninvokeInstance(Object oninvokeInstance)voidsetOninvokeMethod(Method oninvokeMethod)voidsetOnreturnInstance(Object onreturnInstance)voidsetOnreturnMethod(Method onreturnMethod)voidsetOnthrowInstance(Object onthrowInstance)voidsetOnthrowMethod(Method onthrowMethod)
-
-
-
方法详细资料
-
getOninvokeInstance
public Object getOninvokeInstance()
-
setOninvokeInstance
public void setOninvokeInstance(Object oninvokeInstance)
-
getOninvokeMethod
public Method getOninvokeMethod()
-
setOninvokeMethod
public void setOninvokeMethod(Method oninvokeMethod)
-
getOnreturnInstance
public Object getOnreturnInstance()
-
setOnreturnInstance
public void setOnreturnInstance(Object onreturnInstance)
-
getOnreturnMethod
public Method getOnreturnMethod()
-
setOnreturnMethod
public void setOnreturnMethod(Method onreturnMethod)
-
getOnthrowInstance
public Object getOnthrowInstance()
-
setOnthrowInstance
public void setOnthrowInstance(Object onthrowInstance)
-
getOnthrowMethod
public Method getOnthrowMethod()
-
setOnthrowMethod
public void setOnthrowMethod(Method onthrowMethod)
-
-