站内搜索: 请输入搜索关键词
当前页面: 图书首页 > Java2 Platform Enterprise Edition Platform And Component Specifications

Java2 Platform Enterprise Edition Platform And Component Specifications

[ directory ] Previous Section Next Section

J2EE.6.4 RMI-IIOP 1.0 Requirements

RMI-IIOP allows objects defined using RMI style interfaces to be accessed using the IIOP protocol. Enterprise beans may (and in a future release, must) be accessible using RMI-IIOP. All components accessing enterprise beans must use the narrow method of the javax.rmi.PortableRemoteObject class, as described in the EJB specification.

The J2EE security restrictions typically prevent all application component types, except application clients, from creating and exporting an RMI-IIOP object. All J2EE application component types, except applets, can be clients of RMI-IIOP objects. (Some products might also allow applets to use RMI-IIOP, but this capability is not required.)

    [ directory ] Previous Section Next Section