edu.pdx.cs399J.rmi
Class GetMoviesInYear

java.lang.Object
  extended by 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.


Constructor Summary
GetMoviesInYear()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetMoviesInYear

public GetMoviesInYear()
Method Detail

main

public static void main(String[] args)


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