Class MovieDatabaseImpl

java.lang.Object
edu.pdx.cs410J.rmi.MovieDatabaseImpl
All Implemented Interfaces:
MovieDatabase, Remote

public class MovieDatabaseImpl extends Object implements MovieDatabase
This class provides an implementation of the remote MovieDatabase interface. Note that this class does not extened UnicastRemoteObject. Therefore, we have to invoke UnicastRemoteObject.exportObject(java.rmi.Remote) in the constructor.