Posted By:
Anonymous
Posted On:
Thursday, January 24, 2002 10:13 AM
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.export ( this );
Look at the Java API docs for more details ...
Regards,
Günther.
http://www.javacoding.net