edu.pdx.cs399J.rmi
Class GetMoviesInYear
java.lang.Object
edu.pdx.cs399J.rmi.GetMoviesInYear
public class GetMoviesInYear
- extends Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetMoviesInYear
public GetMoviesInYear()
main
public static void main(String[] args)
Copyright © 2000-2009 Portland State University. All Rights Reserved.