Package edu.pdx.cs399J.rmi

Interface Summary
EquationSolver This remote interface provides methods for solving a system of equations on a remote machine.
MovieDatabase This remote interface allows a client to interact with a database of Movie objects.
Query This interface represents a query that can be performed on movies in a movie database.
 

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.
 



Copyright © 2000-2009 Portland State University. All Rights Reserved.