Why should my remote object extend UnicastRemoteObject?
Created May 7, 2012
gunther van roey
If you extends this class, your object will be automatically exported for RMI access.
If your class is already extending another class, or you just don't like extending from UnicastRemoteObject, you can also do the following:
UnicastRemoteObject.exportObject ( this );