Class RemotePersonImpl

All Implemented Interfaces:
RemotePerson, Serializable, Remote

This is a concrete class that implements the RemotePerson interface. It delegates most of its functionality to an underlying Person object.

Note that because this class is only executed on the server-side, it does not have to be public. However, the fact that it is a UnicastRemoteObject allows the client to execute its methods remotely.