public java.rmi.server.RemoteStub | exportObject(java.rmi.Remote obj, java.lang.Object data)Creates a client stub object for the supplied Remote object.
If the call completes successfully, the remote object should
be able to accept incoming calls from clients.
|