edu.pdx.cs399J.rmi
Class NoteCharacter

java.lang.Object
  extended by edu.pdx.cs399J.rmi.NoteCharacter

public class NoteCharacter
extends Object

This program contacts the remote movie database and makes note of a character in a movie that is played by a given actor. After the character is noted, the Movie is fetched from the database and is printed out.


Constructor Summary
NoteCharacter()
           
 
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

NoteCharacter

public NoteCharacter()
Method Detail

main

public static void main(String[] args)


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