Dynamic Proxy Class的意思|示意
动态代理类
Dynamic Proxy Class的网络常见释义
动态代理类 一个动态代理类(dynamic proxy class) (以下简单引用为代理类(proxy class)) 是一个实现了一组在运行期间所指定的接口列表的类.
Dynamic Proxy Class相关例句
AOP consists of five subsystems, which are AOP XML Loading system, AOP Processing system, AOP File Watching system, Dynamic Proxy Class Builder and Static Proxy Class Builder.
AOP由五个子系统组成,它们是AOP XML装载系统、AOP处理系统、AOP文件监测系统、动态代理类生成器和静态代理类生成器。
The Cglib2AopProxy class is part of the Spring framework and is used to generate dynamic proxy objects.
cglib2aopproxy类是Spring框架的一部分并用于生成动态代理对象。
I could just as easily specify multiple interfaces that the dynamic proxy class would implement at runtime.
我可以很容易地指定动态代理类在运行时要实现的多个接口。
Listing 6 shows how to create a dynamic proxy class for the User interface (using the UserImpl implementation class), while passing all method invocations through the invocation handler.
清单6显示了如何为User接口建立动态代理(用userimpl实现类),同时通过调用处理程序传递所有的方法调用。
Dynamic proxy, as its name suggests, supports an SEI dynamically at run time without requiring any code generation of a stub class that implements a specific SEI.
动态代理,正如它的名字暗示的,能在运行时动态的支持一个SEI而不需要产生任何代码实现一个特定的SEI。
The interface interceptor USES dynamic code generation to create the proxy class.
介面侦听器使用动态代码生成来创建代理类。