Package edu.pdx.cs410J.rmi
Class GetMoviesInYear
java.lang.Object
edu.pdx.cs410J.rmi.GetMoviesInYear
This program queries the remote movie database an prints out the
movies that were released in a given year. The interesting thing
about this program is that the query class is sent to the server
from the client.
-
Nested Class Summary
Modifier and TypeClassDescription(package private) static class
An inner serializable comparator that sorts movies alphabetically by their titles. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
GetMoviesInYear
public GetMoviesInYear()
-
-
Method Details
-
main
-