Copyright © 2001 Qusay H. Mahmoud
Implement the remote interface
lThe implementation needs to:
–Specify the remote interface being implemented
–Define the constructor of the remote object
–Implement the methods that can be invoked remotely
–Create an instance of the security manager and install it
–Create an instance of a remote object
–Register it with the RMI registry
lExample: ArithImpl.java