WebLogic RMI API

The WebLogic RMI API fully implements and supports the JavaSoft RMI API with the following: WebLogic implementation of RMI base classes; WebLogic Registry; WebLogic Server packages; WebLogic RMI compiler (covered previously); and WebLogic-provided supporting classes.

WebLogic Implementation of RMI API

Classes developed per the RMI specification, as demonstrated earlier in the “Writing the Remote Interface” section (refer to Listing 11.1), can be executed on WebLogic Server by extending the java.rmi.Remote class. To implement remote access within your RMI client, simply look up the remote object in the WebLogic Registry and execute target methods. The java.rmi.Naming class includes the methods for lookup and name binding within ...

Get BEA WebLogic Server™ 8.1 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.