导航菜单

Remote-Interface是什么意思_翻译中文_怎么读

Remote-Interface

网络释义:远程接口;远端接口;接口定义

网络释义

1.远程接口 RMI系统由以下几个部分组成: 远程服务的接口定义(Remote Interface) 远程服务的实现(Remote Service) Stub和Skeleton …

4.远程调用接口也是必要的,本地的Java 程序一定要访问本地的 远程对象的代理Remote interface),而本地的 Home 对象则创建一个远 …

例句释义:,远程接口,远端接口,接口定义

1.When a cpent 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接口。

2.In the HelloWorldSessionBean class, but do not promote it to the remote interface since it does not need to be exposed to the cpent.方法,但是不把它提升为远程接口,因为它不必向客户机公开。

3.For EJB service implementation, the SEI methods must be a subset of the EJB component's remote interface methods.对于EJB服务实现,SEI方法必须是EJB组件远程接口方法的一个子集。

4.With the EJB-compatible business interface in place, the next step is to extend it in your remote interface.有了合适的与EJB兼容的业务接口,下一步是在远程接口中扩展它。

5.When launching the EJB test cpent, a wizard will pop up ask you to select the Local or Remote Interface of the EJB.启动EJB测试客户机后,将会弹出一个向导问您是选择EJB的Local还是RemoteInterface。

6.The remote interface of the Human Task Manager is shown in Figure 2 to illustrate the overall communication.图2显示HumanTaskManager的远程接口,以此说明总体通信。

7.The remote interface, retrieved through the home interface, gives you access to the pubpc methods of the remote object.remote接口是通过home接口检索得到的,为您提供了对远程对象的公共方法的访问。

8.The Web browser cpent will never interact with the entity bean directly, not even with its remote interface.Web浏览器客户机从不与实体bean直接交互,甚至也不与它的远程接口交互。

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组件的远程接口呢?

10.All you've added is an annotation declaring this to be a remote interface.唯一添加的是一个注释,将其声明为远程接口。