CORBA IDL — Remote object access based on interfaces.
CORBAIDL——基于接口的远程对象访问。
In fact, in RPC and SOAP, a remote object is not directly operated on at all!
事实上,在RPC和SOAP中,根本不直接操作远程对象!
Now that we have created and configured the remote object, it's time to use it as a remote service.
在创建并配置了远端对象之后,就可以将其用作一个远端服务了。
A handler can be anything from calling a method on an object, running a command or invoking a remote object call.
事件处理器可以做任何事,包括调用一个对象的方法,运行一个命令,或者对远程对象进行调用。
If you've done much development of EJB components, you're well aware of the difficulties of remote object design.
如果您开发过许多EJB组件,那么您很清楚远程对象设计的难点。
The locate request message type is used to verify that the ORB understands and houses the requested remote object.
定位请求消息类型用于验证ORB理解并存放所请求的远程对象。
Use the PortableRemoteObject.narrow method to narrow the returned remote object to the type of EJB home interface.
使用PortableRemoteObject .narrow方法将返回的远程对象压缩为ejb本地接口的类型。
You can then map the events to remote object invocation, leaving the details of the code out of your views and model.
然后将这些事件映射到远程对象调用,以便将代码细节置于视图和模型之外。
Note that the Business Interface pattern isn't the only way to get around mismatched methods in remote object design.
业务接口模式不是避免远程对象设计中不匹配的方法的唯一方法。
When the RMI connector is used, a remote object is created on the client side and on the stub passed to the server side.
当使用RMI连接器时,会在客户机端和被传递到服务器端的存根上创建远程对象。
The remote interface, retrieved through the home interface, gives you access to the public methods of the remote object.
remote接口是通过home接口检索得到的,为您提供了对远程对象的公共方法的访问。
It is also possible that a remote index is added to the remote object on the data source after the creation of the nickname.
在昵称创建后,可能会添加一个远程索引到数据源上的远程对象。
Even if such queries are pushed down to the remote source, they can be very costly, especially if the remote object is large.
那些查询即使被下推到远程数据源,其成本也非常高,当远程对象较大时,这一点尤其明显。
The RMI framework then manages communication with the remote object, which results in remote invocation of the required methods.
然后 RMI框架管理与远程对象的通信,形成对所需方法的远程调用。
The RMI framework then manages communication with the remote object, which results in remote invocation of the required methods.
然后 RMI框架管理与远程对象的通信,形成对所需方法的远程调用。
应用推荐