Classes

PortableRemoteObject

The PortableRemoteObject class is the base class for RMI-IIOP server objects. Use this instead of UnicastRemoteObject if you need to support RMI-IIOP.

connect
public static void connect(Remote target, Remote Source)
    throws RemoteException

Prepares this object for remote communication using the export information from a previously connected source. This normally happens implicitly when a remote object is sent or received as a parameter.

exportObject
public static void exportObject(Remote object) throws RemoteException

Activates an object in the RMI runtime and allows it to receive remote method calls. This method is normally called by the PortableRemoteObject constructor so you shouldn't have to call it manually. ...

Get Special Edition Using Java™ 2 Enterprise Edition 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.