Package edu.pdx.cs410J.rmi
package edu.pdx.cs410J.rmi
-
ClassDescriptionThis program contacts the remote movie database and creates a new movie in it.This class uses RMI to solve the below system of equations:This remote interface provides methods for solving a system of equations on a remote machine.Instances of this remote class reside in a server JVM and perform the work of solving an equation of the form
Ax = b
.This class performs Gaussian Elimination to solve a system of linear equations of the formAx = b
.This program searches the remote movie database for all of the movies that a given actor has acted in.This program queries the remote movie database an prints out the movies that were released in a given year.An inner serializable comparator that sorts movies alphabetically by their titles.Represents a matrix ofdouble
s.This class represents a remoteMovie
object.This remote interface allows a client to interact with a database ofMovie
objects.This class provides an implementation of the remoteMovieDatabase
interface.A comparator that sorts movies based on the year in which they were released.This program contacts the remote movie database and makes note of a character in a movie that is played by a given actor.This interface represents a query that can be performed on movies in a movie database.This program shutdowns the remote movie database.