public class AccountManagerImpl extends UnicastRemoteObject implements AccountManager
AccountManagerImpl: Sample implementation of the AccountManager interface.
This simple example simply registers each account with the local registry,
and does the lookup for the remote client when getAccount() is called.