网站首页  词典首页

请输入您要查询的英文单词:

 

单词 remote interface
释义

remote interface

  • 网络远程接口;远端接口;接口定义
1.
远程接口
远程接口(remote interface):定义了Session Bean的业务方法,可以被EJB容器外的应用访问。●本地接口(local interface): …
poorboy030103.blog.163.com
2.
远端接口
实现出远端接口remote interface) 702产生stubs和skeletons 704 使用远端对象(remote object) 705 CORBA 706 CORBA …
download.csdn.net
3.
接口定义
... RMI系统由以下几个部分组成: 远程服务的接口定义(Remote Interface) 远程服务的实现(Remote Service) Stub和Skeleton …
www.docin.com
4.
远程调用接口
这个类实现了远程调用接口remote interface)Compute,还有main方法,用来安装compute engine。下面是这个类的源代码:
www.blogjava.net
5.
远程借口类
EJB 远程借口类 (Remote interface) , 它声明了客户可用的业务操作 EJB 实现类,也被作为一个 bean 类,它包含业务逻辑 EJB …
www.blogjava.net
6.
远程对象的代理
...也是必要的,本地的Java 程序一定要访问本地的 远程对象的代理Remote interface),而本地的 Home 对象则创建一个远 …
www.docin.com

例句

释义:
1.
When a client wants to use a bean, the container "finds" that instance in its pool of beans and returns the Remote interface for that bean.
当一个客户机希望使用一个bean时,容器在它的bean池中“查找”那个实例并为该bean返回Remote接口。
www.ibm.com
2.
In the HelloWorldSessionBean class, but do not promote it to the remote interface since it does not need to be exposed to the client.
方法,但是不把它提升为远程接口,因为它不必向客户机公开。
www-128.ibm.com
3.
For EJB service implementation, the SEI methods must be a subset of the EJB component's remote interface methods.
对于EJB服务实现,SEI方法必须是EJB组件远程接口方法的一个子集。
www.ibm.com
4.
With the EJB-compatible business interface in place, the next step is to extend it in your remote interface.
有了合适的与EJB兼容的业务接口,下一步是在远程接口中扩展它。
www-128.ibm.com
5.
When launching the EJB test client, a wizard will pop up ask you to select the Local or Remote Interface of the EJB.
启动EJB测试客户机后,将会弹出一个向导问您是选择EJB的Local还是RemoteInterface。
www.ibm.com
6.
The remote interface of the Human Task Manager is shown in Figure 2 to illustrate the overall communication.
图2显示HumanTaskManager的远程接口,以此说明总体通信。
www.ibm.com
7.
The remote interface, retrieved through the home interface, gives you access to the public methods of the remote object.
remote接口是通过home接口检索得到的,为您提供了对远程对象的公共方法的访问。
www.ibm.com
8.
The Web browser client will never interact with the entity bean directly, not even with its remote interface.
Web浏览器客户机从不与实体bean直接交互,甚至也不与它的远程接口交互。
www-128.ibm.com
9.
Why would you want to provide a remote interface to an entity EJB component when a well known best practice is to use a facade?
当已知的最佳实践是使用Facade时,为什么您还要提供实体EJB组件的远程接口呢?
www.ibm.com
10.
All you've added is an annotation declaring this to be a remote interface.
唯一添加的是一个注释,将其声明为远程接口。
www.ibm.com
1.
Care must be taken to ensure that methods declared in the remote interface are actually implemented in the EJB remote implementation class.
必须注意要确保在EJB远程实现类中实际实现了远程接口中声明的方法。
www.ibm.com
2.
Also note that a completely machine-readable description of a contract for a remote interface is a fallacy.
同样需要注意,为远程接口描述一个完全机器可读的描述契约是一种谬论。
www.infoq.com
3.
Listing 3 shows what the remote interface would look like if it were built using the Business Interface pattern.
清单3显示:如果使用业务接口模式构建远程接口,它会是什么样子。
www.ibm.com
4.
My solution to this is to place the remote interface into a common subpackage of client.
对于这个问题,我的解决方案是将远程接口放在client的common子包中。
www.ibm.com
5.
This business method is added to a remote interface to give clients access to this method.
这个业务方法添加在一个远程的接口中,使客户能够访问这个方法。
www.ibm.com
6.
Even if those names match with the correct remote interface and the bean class, these files must be browsed again.
即使那些名称与正确的远程接口和bean类相匹配,也必须重新浏览这些文件。
www.ibm.com
7.
You add the method to your bean implementation class, but then forget to add it to the remote interface.
将方法添加到了bean实现类中,但随后忘记将它添加到远程接口。
www-128.ibm.com
8.
It only needs to implement a remote interface that you define or allow your IDE to create automatically.
它只需要实现一个远程接口,您可以自己定义这个接口,也可以让IDE自动生成它。
www.ibm.com
9.
It must not implement (directly or indirectly) the java. rmi. Remote interface.
必须不实现(直接或间接)java.rmi.Remote接口。
www.ibm.com
10.
AccountValue -- a transfer object that represents account information obtained from the Account entity bean remote interface.
AccountValue——是一个传递对象,这个对象表示从Account实体bean远程接口获取的帐号信息。
www.ibm.com
1.
In the Send with deferred response dialog, call the sending method name: orderBook, and select Add to remote interface.
在Sendwithdeferredresponse对话框中,将发送方法的名称设为:orderBook,并选择Addtoremoteinterface。
www.ibm.com
2.
Finder methods return the bean's Remote interface or an enumeration of Remote interfaces.
查找器方法返回bean的Remote接口或一个Remote接口的枚举。
www.ibm.com
3.
When an instance of CustSession remote interface appears on the left side of the page, expand it see its methods.
当页面左侧出现CustSession远程接口的实例时,展开它直到找到它的方法。
www.ibm.com
4.
The AAT uses Java's reflection APIs to probe the remote interface and home interface classes.
AAT使用Java的反射API探测远程接口和本地接口类。
www.ibm.com
5.
Having obtained the remote interface, you can call the methods that make up your actual EJB code.
获得了远程接口后,就可以调用构成实际的EJB代码的方法了。
www-128.ibm.com
6.
Otherwise, the value object is a carbon copy of the bean's remote interface.
否则,值对象就成为bean的远程接口的翻版了。
www.ibm.com
7.
An enterprise Bean's remote interface provides the remote client view of an EJB object.
企业Bean的远程接口提供EJB对象的远程客户端视图。
tech.ccidnet.com
8.
Follow the steps below to promote these methods to the remote interface.
按照如下的步骤来改进这些方法以适合于远程接口。
www-128.ibm.com
9.
All service endpoints must extend the java. rmi. Remote interface.
所有服务端点必须继承java.rmi.Remote接口。
www.ibm.com
10.
To obtain the remote interface from the application server.
以从应用服务器获得远程接口。
www-128.ibm.com
1.
Button, the remote interface and the bean class are automatically filled in.
按钮选择了本地接口,就会自动填充远程接口和bean类。
www-128.ibm.com
2.
Promote the relevant methods to the remote interface.
改进远程接口中相应的方法。
www.ibm.com
3.
The remote interface of the service implementation bean should be _RI. java (such as Calculator_RI. java).
该服务Bean实现的远程接口应该为_RI.java(比如Calculator_RI.java)。
www.ibm.com
4.
TestRemote -- Calls the session bean remote interface via lookup of EJB reference .
TestRemote——通过查找EJB引用来调用会话Bean远程接口。
www.ibm.com
5.
Now the methods that were added to the remote interface of the Library bean can be tested.
现在测试添加到Librarybean的远程接口中的方法。
www.ibm.com
6.
If you use entity beans in this context, avoid giving them a remote interface.
如果在此环境中使用实体Bean,请避免给予其远程接口。
www.ibm.com
7.
In addition, you aren't required to code the home interface, remote interface, and local interface classes.
另外,不需要编写home接口、remote接口和local接口类。
www.ibm.com
8.
Add the following three business methods to the HelloWorldBean and then promote them to the remote interface.
将下面三个业务方法添加到HelloWorldBean中,并将它们扩展到远程接口中。
www.ibm.com
9.
The value object in Listing 2 looks almost identical to our remote interface, but it's actually a concrete class.
清单2中的值对象看起来和我们的远程接口几乎相同,但它实际上是具体类。
www.ibm.com
10.
EJBs that are location-independent use a remote interface.
依赖于位置的EJB将使用远程接口。
www.ibm.com
1.
The asynchronous interface must also live in the same package as the remote interface.
异步接口必须放在与远程接口相同的包中。
www.ibm.com
2.
The Geronimo server will locate the actual EJB based on the home and remote interface and the EJB type specified.
Geronimo服务器将基于本地和远程接口以及指定的EJB类型来定位实际的EJB。
www-128.ibm.com
3.
Promote the two methods to the remote interface as described in Step 6.
按照步骤6中说明的,将这两个方法提升为远程接口。
www.ibm.com
4.
A simple utility class is created to easily get the instance of the async remote interface (lines 7-13 in Listing 8).
通过创建简单的实用程序类很容易获得异步远程接口的实例(清单8中的第7-13行)。
www.ibm.com
5.
By default, all methods on the EJB remote interface have a transaction setting of TRANSACTION_REQUIRED (see Figure 10).
缺省情况下,EJB远程接口上的所有方法具有TRANSACTION_REQUIRED的事务设置(请参见10)。
www.ibm.com
6.
The services don't know a remote-interface or a RemoteException (how RMI).
服务不需了解一个远程接口或一个远程异常(RMI是如何的)。
www.infoq.com
7.
For example, you can capture all RMI calls by specifying operations throwing RemoteException in a class implementing the Remote interface.
例如,可以通过指定在实现了Remote接口的类中抛出RemoteException的操作来捕获所有RMI调用。
www.ibm.com
8.
It's developed based on the EJB remote interface.
它是基于EJB远程接口开发的。
www.ibm.com
9.
For example, utility methods on the implementation class don't have to exist on the remote interface.
例如,实现类的实用程序方法不必放在远程接口上。
www.ibm.com
10.
The second part is the addition of two valuable methods to our remote interface, as shown in Listing 3
第二个部分是将两个有价值的方法添加到我们的远程接口,如清单3所示
www-128.ibm.com
1.
Design of the Remote Interface Technique for Chip Microprocessor
单片机远程接口技术设计
www.ilib.cn
2.
To promote the method to the remote interface, from the
将方法提升为远程接口,在左侧面板
www-128.ibm.com
3.
Listing 1 shows the remote interface for our DVD table
清单1显示了我们的DVD表的远程接口
www-128.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/19 15:40:31