A handler can be anything from calling a method on an object, running a command or invoking a remote object call.
事件处理器可以做任何事,包括调用一个对象的方法,运行一个命令,或者对远程对象进行调用。
Each method provides a callback object so that you are notified asynchronously when the remote procedure call is complete.
每个方法都提供了一个回调对象,这样就可以在完成远程过程调用后收到异步通知。
To summarize, the ORB pass by reference option basically treats the invoked EJB method as a local call (even for EJBs with remote interfaces) and avoids the requisite object copy.
总的来说,OR B通过引用传递选项基本上将调用的EJB方法作为本地调用对待(甚至对于带远程接口的EJB),并避免必需的对象复制操作。
If so, the transaction id, or Xid, is propagated to the remote object as part of the IIOP call along with the method parameters.
如果是,事务标识,或者说Xid,被作为IIOP调用的一部分与方法参数一起传播到远程对象。
After making a remote or other expensive call, store the result in an instance variable on the application object or in a WebSphere Dynamic Cache map; then, reuse that result on later calls.
在进行了远程或其他代价高昂的调用之后,可以将结果存储到应用程序对象的实例变量或者WebSphereDynamicCache映射中,然后在以后调用时重用该结果。
Finally, we call the Curse method on the binding object to send the remote request, and we get back the result in the method return.
最后,我们调用binding对象的Curse方法来发送远程请求,在方法的返回中获得结果。
If you make a remote call to a 5.0 MXBean that requires passing an instance of a complex type, the object is converted to its CompositeData equivalent.
如果5.0MXBean的远程调用要求传递复杂类型的实例,那么对象就被转换成等价的CompositeData。
As you will see later in the example, a custom data type is any non-primitive object that you need to create locally to call a remote method.
正如您从本示例中所见的,定制数据类型是任何需要本地创建以调用远端方法的非原语对象。
This is the operating semantic that all remote procedure call (RPC) mechanism implement since this is the standard function-call semantic in procedural and object-oriented programming languages.
这是所有的远程过程调用(rpc)机制实现的操作语义,因为它是在过程性编程语言和面向对象的编程语言中的标准函数调用语义。
This situation presents a challenge if you need to use the CourseManager object for anything during a remote method call.
如果在远端方法调用过程中需要大量使用CourseManager对象,那么上述情形就会遇到问题了。
The middleware is divided into some classes, such as database, remote procedure call (RPC), oriented message, object request agent, transaction processing management (TPM) or special PM.
中间件分数据库、远程过程调用、面向消息、对象请求代理、事务处理管程(TPM)或专用(PM)等类。
When a call is made on a remote object, this stack walk is not performed across the remoting boundary.
而调用远程对象时,则不跨越远程处理边界执行堆栈审核。
Provides an interface for an object that contains the names and types of parameters required during serialization of a SOAP RPC (Remote Procedure Call).
为特定对象提供接口,它包含在SOAPRPC(远程过程调用)的序列化过程中所需的参数的名称和类型。
Provides an interface for an object that contains the names and types of parameters required during serialization of a SOAP RPC (Remote Procedure Call).
为特定对象提供接口,它包含在SOAPRPC(远程过程调用)的序列化过程中所需的参数的名称和类型。
应用推荐