dynamic adj. 1.动力的,动力学的;力学(上)的;动(态)的;起动的。 2.有力的,有生气的;能动的;(工作)效率高的。 3.【音乐】力度;强弱法的。 4.【医学】机能(上)的。 5.【哲学】动力论的,力本论的。 a dynamic personality 活跃的性格。 a dynamic atmosphere 生气勃勃的景象。 a dynamic population 动态人口。 n. 〔限指 dynamic〕 (原)动力;动态。 adv. -ally
Another lesson to keep in mind is that jdbc objects are frequently wrapped by decorators increasingly with dynamic proxies by various frameworks 另一个要记住的教训是:不同的对象经常用不同的修饰器包装(越来越多地采用动态代理)jdbc对象。
When creating a dynamic proxy, the client creates a service object with a servicefactory and two parameters : the url of the wsdl file and qname, the xml-qualified name 创建动态代理时,客户端创建一个服务对象,该服务对象带有一个servicefactory和两个参数:wsdl文件的url地址和qname(受xml限制的名称)。
The application server might have used the dynamic proxy support introduced by java 1.4 to create the object on the fly, or it might have generated the necessary class when the application was deployed 应用服务器可能使用了java1.4引入的动态代理支持,即时创建对象,它也可能在部署应用程序时就创建了必要的类。
I experienced this issue when working with dynamic proxy-based jdbc objects like those from ibatis, which threw exceptions when any method on them was called after a connection had closed 我在处理动态的基于代理的jdbc对象(就像来自ibatis的那些对象)时遇到了这个问题:在连接已经关闭之后调用对象上的方法就会抛出异常。
Similarly, using spring s dynamic proxy classes to add transactional or security constraints to your java objects keeps them lean and targeted at the application space rather than infrastructure requirements 与此类似,利用spring的动态代理类为java对象增加事务性或者安全限制,使它们保持整洁并针对应用程序空间而不是基础架构要求。
Then, invocation using dynamic proxy is implemented for rmi / jrmp clients and invocation for rmi / iiop is implemented in a way that the client can download iiop stubs, which are automatically generated by the application server, from the stub server 我们采用动态代理的方式实现了rmijrmp客户端的访问,并通过采用自动编译、动态下载stub,极大简化了rmiop客户端的调用操作。
A dynamic proxy class is a class that implements a list of interfaces specified at runtime such that a method invocation through one of the interfaces on an instance of the class will be encoded and dispatched to another object through a uniform interface 也就是说要用动态代理,那么一个类的行为需要实现统一的一个或多个接口才能实现,当这个类实例的方法被调用的时候,可以对之进行一些拦截处理。
A [ i ] dynamic proxy class [ / i ] is a class that implements a list of interfaces specified at runtime such that a method invocation through one of the interfaces on an instance of the class will be encoded and dispatched to another object through a uniform interface 也就是说要用动态代理,那么一个类的行为需要实现统一的一个或多个接口才能实现,当这个类实例的方法被调用的时候,可以对之进行一些拦截处理。
The third part of this thesis extends beyond the algorithm proposed in the second part and considers the service quality offered to receivers behind bottleneck links . a new network-based dynamic proxy resource adjustment algorithm is proposed to solve this issue 本文第三部分在第二部分提出的基于网络tcp友好的分层组播速率控制机制基础上,进一步考虑了位于瓶颈链路后的接收方的播放质量问题,提出一种新的基于网络动态缓冲调度的组播速率控制机制。
For soap applications, we use dynamic proxy factory to realize the integration . this paper makes some contributions on bringing out the architecture that combines soap service and knowledge-based system, especially setting up criterions for dynamically registering wrappers that wrapper legacy application 本文的创新之处在于,将知识系统与soap技术融合;通过wrapper机制实现动态注册轻松实现系统集成;通过ldap高速缓存消息达到提高系统效率的目的。