Uses of Package
nathan.middleware

Classes in nathan.middleware used by nathan.middleware
FrontEnd
          FrontEnd is the front end used for fault tolerance by implementing active replication of the objects in the system.
Grade
          Grade Interface is the interface used to access grade objects in the application.
GradeImpl
          The implementation of the Grade interface used to store a students grade.
Message
          The messages to be sent in between the client and the server.
ObjectID
          ObjectID is used to create unique IDs for the object that are bound in the registry.
RegistryMessage
          RegistryMessage is the object that is sent to the registry which contains the registry messages.
RemoteObjectMapping
          RemoteObjectMapping is used to store information about the replicated objects in the system, along with information about the front end to the active replication manager.
RemoteObjectReference
          RemoteObjectReference is used to represent a remote object in the distributed system.
RemoteReferenceModuleClient
          The remote reference module for the client application.
RemoteReferenceModuleServer
          ServerRemoteReference maps remote references to local references.
Student
          Interface for a student.
StudentList
          Student List Interface