Figure 5 shows a class diagram of the delegate pattern.
图5显示了委托模式的类图。
Delegate the dependency operation to the Business Delegate pattern.
将这种依赖操作委托给BusinessDelegate模式。
Similarly, delegate the dependency operation to the Business delegate pattern.
与上面类似,将这种依赖操作委托给BusinessDelegate模式。
The delegate pattern provides a way of delegating behavior based on different criteria.
委托模式将提供一种基于各种条件委托行为的方法。
The Session Facade and Business Delegate pattern instances shown in Figure 2 include a number of pattern parameters to customize.
如 图2所示的SessionFacade和BusinessDelegate模式实例包括大量个性化的模式参数。
I was using the Delegate Pattern to trigger classes that were interested in performing their custom actions based on the trigger.
我用的是代表模式触发类,在执行自定义操作的基于触发器的兴趣。
The problem is that when most J2EE developers think of the Business delegate pattern, they only think of it in terms of Remote EJB access.
问题是,当大多数J2EE开发人员考虑业务代表模式时,他们仅仅想到它的远程EJB访问方面。
After you have created it, the session bean class is manually bound to the Business Service input parameter of the Business Delegate pattern instance.
创建它后,sessionbean类被手动绑定到BusinessDelegate模式实例的BusinessService输入参数。
It also provides you with an elegant application model, making heavy use of the delegate pattern to eliminate much of the boilerplate code from your application.
它还向您提供了一个优雅的应用程序模型,利用代理模式来从您的应用程序消除大量重复代码(boilerplatecode)。
A delegate object or delegation is a simple and powerful pattern in which one object in a program ACTS on behalf of, or in coordination with, another object.
委托对象或者说委托方法是一个简单且功能强大的模式,在此模式中,程序中的一个对象,其行为代表另一对象,或与其一致。
Business Delegate is a pattern that allows a client to remain ignorant of the implementation details of a particular remote business service.
业务代表是一种模式,它使得客户端可以不用关心远程业务服务的实现细节。
If you follow a thin facade pattern, your stateless session beans probably delegate to other classes.
如果用户采用瘦虚包模式,那么用户的无状态会话可能会代表其他的类。
Delegate this dependency operation to the corresponding parameter dependency operation in the Session Facade pattern.
将这种依赖操作委托给SessionFacade模式的相应参数依赖操作。
Instead of using regular expressions to rewrite public URIs onto private ones, Ranvier implements a chain-of-responsibility design pattern to delegate resource determination to relevant code.
Ranvier并不使用正则表达式把公共uri重写成私有uri,而是实现责任链(chain - of - responsibility)设计模式,把资源判断任务委托给相关代码。
The latter is an implementation of the well-known inversion of control (IOC) pattern and can be used to tie in delegate objects.
后者是著名的控制反转(inversionof control,IOC)模式的一种实现,可用于连接委托对象。
The parameters in the composed pattern delegate their operations to those of the component patterns in two ways.
复合模式中的参数以两种方式委托给组件模式操作。
Delegation: a pattern where one object periodically sends messages to another object that is specified as its delegate.
Delegation:一个模式,其中,一个对象定期发送消息到另一个被指定作为其代理的对象。
Delegate authentication to an external identity provider. This pattern can simplify development, minimize the requirement for user administration, and improve the user experience of the application.
将身份验证委托给外部标识提供程序。该模式可以简化开发,减少用户管理的需求,提高应用程序的用户体验。
The design of a process with flexibility needs to delegate both the similarities and individual differences of TCM Pattern study.
流程设计既要体现证候研究的共性,也要考虑到个体差异性和灵活性。
The design of a process with flexibility needs to delegate both the similarities and individual differences of TCM Pattern study.
流程设计既要体现证候研究的共性,也要考虑到个体差异性和灵活性。
应用推荐