Optimization of collocated object invocation.
优化同一进程内的对象访问。
The Invoke statement labelled NotifyCustomer: this is our second mock object invocation point.
标记为NotifyCustomer的invoke语句:这是第二个模拟对象的调用点。
You can then map the events to remote object invocation, leaving the details of the code out of your views and model.
然后将这些事件映射到远程对象调用,以便将代码细节置于视图和模型之外。
What I like most about all this is that, for the CORBA object invocation we have just been talking about to complete successfully, I had no code to write!
我最喜欢的是,对于我们刚讨论的关于如何使之成功完成的CORBA对象调用,我不必编写代码!
Rather than binding from invocation to type to implementation, they bind a message name to an object.
它们将消息名绑定到一个对象上,而不是从调用绑定到类型再到实现。
Generally, object references can be obtained by the invocation of a class method or instance method.
一般来讲,可以通过类方法或实例方法的调用来获得对象引用。
An ORB would receive an invocation message to invoke a specific method for a registered object.
OR b将收到一条调用消息,来为注册的对象调用一个特定的方法。
Additionally, you can use Business Objects to translate the actual Business Object parameters of a service invocation.
此外,可以使用业务对象转换服务调用的实际业务对象参数。
Create the dynamic invocation object from this service.
从此服务创建动态调用对象。
In usual cases of method invocation the return result is a function object, which is then executed.
方法调用通常返回的结果是一个函数对象,然后执行这个函数对象。
Method chaining USES return values from methods to relay instruction context, which in this case is the object instance making the first method invocation.
方法链接使用方法的返回值来中转指令上下文,在这种情况下是进行第一个方法调用的对象实例。
For example, the proxy class could delegate the method invocation to any other object or even handle it itself.
例如,代理类可以把方法调用委托其他任何对象,甚至是处理程序本身。
Listing 4 shows an invocation handler that is not tied to any specific business object, and could therefore be used along with any business object that needs to be validated.
清单4显示了一个调用处理程序,它没有绑定到任何具体的业务对象,这样就能把它用于任何需要被验证的业务对象。
The target service received each invocation and logged the contents of the business object to the system log as shown in Listing 5.
目标服务接收每次调用,并将业务对象的内容记录到系统日志中,如清单5 中所示。
The next step is to specify a business object implementation to the constructor of the invocation handler.
下一步是把业务对象实现指定给调用处理程序的构造函数。
The invocation handler could also be refactored to handle other operations across multiple method invocations on different object types.
还可以重构调用处理程序,让它处理其他横跨不同对象类型的方法调用的操作。
Those events are intermediated using the interface map component that results in the invocation of a business object map.
这些事件作为中间媒介,使用导致调用业务对象映射的接口映射组件。
Those events are intermediated using the interface map component, which results in the invocation of a business object map.
这些事件将接口映射组件作为中介,而接口映射组件将调用业务对象映射。
A dispatching approach refers to where remote callers send their invocation messages and how the method invocations are routed to the method implementation object.
调度方法将引用远程调用程序发送调用消息的位置,以及如何将方法调用路由到方法实现对象中。
The RMI framework then manages communication with the remote object, which results in remote invocation of the required methods.
然后 RMI框架管理与远程对象的通信,形成对所需方法的远程调用。
A virtual method invocation, for example, involves looking at the class of the receiver object for the call to discover which actual target implements the virtual method for the receiver object.
例如,一个虚方法调用需要查看接收方对象的类调用,以便找出哪个实际目标实现了接收方对象的虚方法。
In order to use this method you have to pass a callback object and once the invocation is completed, the callback object will be called.
为了使用此方法,您必须传递一个回调对象,将在调用完成后立即调用回调对象。
This object can then be passed around until it is it passed to an invoker that unmarshalls the invocation object and dynamically executes it against the endpoint target object.
接着这个对象可以被继续传递,直至传递到调用方,调用方解组调用对象并针对端点目标对象实现动态执行。
The server part of the environment handles this invocation process, making sure that the invocation gets to the actual remote object and that the response gets back to the client.
环境的服务器部分处理该调用过程,该部分确保调用到达实际远程对象,并确保响应返回给客户机。
The steps for obtaining the requisite object references and constructing the parameter list required for invocation are shown in Listing 1.
获得所需对象引用以及构造此调用所需的参数列表的步骤如清单1所示。
This invocation syntax is used to invoke an admin command that does not require a target object.
此调用语法用来调用不需要目标对象的管理命令。
The dynamic invocation interface requires a Call object to be created at runtime.
该动态调用接口需要在运行时创建一个Call对象。
When you call a method of a secure bean, the proxy object that you got in Step 4 dispatches a method invocation request to the interceptor.
当调用安全bean的方法时,您在步骤4中获得的代理对象将一个方法调用请求分配给拦截器。
The Generic Delimited data Handler module receives the DelimitedFlatFile business object, extracts metadata, and constructs the appropriate invocation messages for the target service.
带分隔符数据的通用处理程序模块将接收DelimitedFlatFile业务对象,提取元数据,并为目标服务构造恰当的调用消息。
Its business methods correspond to the Customer business object verbs and allow the invocation of the VTConnector using the J2EE programming model.
其业务方法对应于顾客业务对象动词,并且允许通过使用J2EE编程模块来调用VTConnector。
应用推荐