接口 LazyLoader
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 java.lang.ObjectloadObject()Return the object which the original method invocation should be dispatched.
-
-
-
方法详细资料
-
loadObject
java.lang.Object loadObject() throws java.lang.ExceptionReturn the object which the original method invocation should be dispatched. Called as soon as the first lazily-loaded method in the enhanced instance is invoked. The same object is then used for every future method call to the proxy instance.- 返回:
- an object that can invoke the method
- 抛出:
java.lang.Exception
-
-