Generated by
JDiff

Class java.rmi.server.UnicastRemoteObject

Documentation changed from old to new.

Changed Constructors
UnicastRemoteObject(int) Documentation changed from old to new.
Create and export a new UnicastRemoteObject object using the particular supplied port.
UnicastRemoteObject(int, RMIClientSocketFactory, RMIServerSocketFactory) Documentation changed from old to new.
Create and export a new UnicastRemoteObject object using the particular supplied port and socket factories.
UnicastRemoteObject(void) Documentation changed from old to new.
Create and export a new UnicastRemoteObject object using an anonymous port.
 

Changed Methods
boolean unexportObject(Remote, boolean) Documentation changed from old to new.
Remove the remote object obj from the RMI runtime.
Remote exportObject(Remote, int) Documentation changed from old to new.
Export the remote object to make it available to receive incoming calls using the particular supplied port.
Remote exportObject(Remote, int, RMIClientSocketFactory, RMIServerSocketFactory) Documentation changed from old to new.
Export the remote object to make it available to receive incoming calls using a transport specified by the given socket factory.
RemoteStub exportObject(Remote) Documentation changed from old to new.
Export the remote object to make it available to receive incoming calls using an anonymous port.