接口 ProxyRefDispatcher
-
- 所有超级接口:
Callback
public interface ProxyRefDispatcher extends Callback
DispatchingEnhancercallback. This is the same as theDispatcherexcept for the addition of an argument which references the proxy object.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 java.lang.ObjectloadObject(java.lang.Object proxy)Return the object which the original method invocation should be dispatched.
-
-
-
方法详细资料
-
loadObject
java.lang.Object loadObject(java.lang.Object proxy) throws java.lang.ExceptionReturn the object which the original method invocation should be dispatched. This method is called for every method invocation.- 参数:
proxy- a reference to the proxy (generated) object- 返回:
- an object that can invoke the method
- 抛出:
java.lang.Exception
-
-