BEA Logo BEA WebLogic Server Release 6.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

   Programming WebLogic RMI:   Previous Topic   |   Next Topic   |   Contents   

 

Programming WebLogic RMI

 

Table of Contents

 

1. Introduction to WebLogic RMI

Introducing WebLogic RMI

Advantages of WebLogic RMI

Differences in WebLogic RMI's Implementation

WebLogic RMI Features

WebLogic RMI Compiler

Proxy Classes

WebLogic RMI Registry and Server

WebLogic RMI Performance and Scalability

2. Programming WebLogic RMI

WebLogic RMI Compiler

WebLogic RMI Compiler Options

Additional WebLogic RMI Compiler Features

Proxies in WebLogic RMI

Using the WebLogic RMI Compiler with Proxies

WebLogic RMI Registry

Implementation Features

3. WebLogic RMI API

Overview of the WebLogic RMI API

Implementing with WebLogic RMI

Creating classes that can be invoked remotely

Step 1. Write a Remote interface

Step 2. Implement the Remote interface

Step 3. Compile the java class

Step 4. Compile the implementation class with RMI compiler

Invoking methods on remote objects in your client code

Full Code Examples

Using the WebLogic RMI Compiler for Clustered Services

Cluster-specific RMI compiler options

Non-Replicated Stubs

 

Back to Top