nathan.middleware
Class GradeFactory

java.lang.Object
  extended by nathan.middleware.GradeFactory

public class GradeFactory
extends java.lang.Object

GradeFactory creates new instances of grade objects. To be used by the client to. The new grades can then be sent to the remote objects on the server.

Author:
Nathan Balon
Advance Operating Systems CIS 578
University of Michigan Dearborn
Remote Method Invocation Middleware Project

Method Summary
static GradeImpl create()
          Creates a new grade object to be used.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static GradeImpl create()
Creates a new grade object to be used.

Returns:
GradeImpl The new grade.