May 2001
Intermediate to advanced
1088 pages
30h 13m
English
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. ...
Read now
Unlock full access