Uses of Interface
nathan.middleware.StudentList

Uses of StudentList in nathan.middleware
 

Classes in nathan.middleware that implement StudentList
 class StudentListImpl
          The implementation class for the StudentList.
 class StudentListImplStub
           
 

Methods in nathan.middleware that return StudentList
 StudentList Client.getStub()
          getStub is used to look up a reference to a stub when the application is using more than one remote object.
 StudentList StudentListImplStub.StudentListImplFactory()