Oracle® Fusion Middleware Programming RMI for Oracle WebLogic Server 11g Release 1 (10.3.6) Part Number E13721-05 |
|
|
PDF · Mobi · ePub |
This chapter describes the features of WebLogic RMI.
Remote Method Invocation (RMI) is the standard for distributed object computing in Java. RMI enables an application to obtain a reference to an object that exists elsewhere in the network, and then invoke methods on that object as though it existed locally in the client's virtual machine. RMI specifies how distributed Java applications should operate over multiple Java virtual machines.
This document contains information about using WebLogic RMI, but it is not a beginner's tutorial on remote objects or writing distributed applications. If you are just beginning to learn about RMI, visit http://download.oracle.com/javase/1.5.0/docs/guide/rmi/
and review the RMI Tutorial.
The following table highlights important features of WebLogic implementation of RMI:
Table 2-1 WebLogic RMI Features