|
Class Summary |
| CreateMovie |
This program contacts the remote movie database and creates a new
movie in it. |
| EquationClient |
This class uses RMI to solve the below system of equations: |
| EquationSolverImpl |
Instances of this remote class reside in a server JVM and perform
the work of solving an equation of the form Ax = b. |
| GaussianElimination |
This class performs Gaussian Elimination to solve a system of
linear equations of the form Ax = b. |
| GetFilmography |
This program searches the remote movie database for all of the
movies that a given actor has acted in. |
| GetMoviesInYear |
This program queries the remote movie database an prints out the
movies that were released in a given year. |
| Matrix |
Represents a matrix of doubles. |
| Movie |
This class represents a remote Movie object. |
| MovieDatabaseImpl |
This class provides an implementation of the remote MovieDatabase interface. |
| NoteCharacter |
This program contacts the remote movie database and makes note of a
character in a movie that is played by a given actor. |
| ShutdownMovieDatabase |
This program shutdowns the remote movie database. |