All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- addCourses(String).
Method in class mypackage.Student
- This to add new courses to the Student
- addCourses(String, String).
Method in interface mypackage.iServer
- to Add a new Courses to a student
- addCourses(String, String).
Method in class mypackage.ServerMarks
- to Add a new Courses to a student
- addMarks(String, String, String).
Method in interface mypackage.iServer
- to Add a new marks for a particular student and for a particular course
- addMarks(String, String, String).
Method in class mypackage.ServerMarks
- to Add a new marks for a particular student and for a particular course
- addStudent(String, String).
Method in interface mypackage.iServer
- to Add a new Student
- addStudent(String, String).
Method in class mypackage.ServerMarks
- to Add a new Student
- addTest(String).
Method in class mypackage.Courses
- Add a new Test to the Vector
- AdministratorFrame(iServer).
Constructor for class mypackage.AdministratorFrame
- Default Constructor
- administratorid.
Variable in class mypackage.ServerMarks
- String for administratorid
- administratorpassword.
Variable in class mypackage.ServerMarks
- String for administrator password
- b_clear.
Variable in class mypackage.AdministratorFrame
- Awt Componet Button Clear
- b_clear.
Variable in class mypackage.MyApplet
- Awt Componet Button to Clear the fields
- b_ok.
Variable in class mypackage.AdministratorFrame
- Awt Componet Button ok
- b_ok.
Variable in class mypackage.MyApplet
- Awt Componet Button Ok
- b_ok.
Variable in class mypackage.StudentFrame
- Awt Componet Button ok ,used when the user want to change the password
- button1.
Variable in class mypackage.InfoDialog
-
- choice.
Variable in class mypackage.AdministratorFrame
- varible to decide which operations should be perform on OK click
- choice.
Variable in class mypackage.MyApplet
- String variable to stores which operation should be performed
on OK button
- clientTable.
Variable in class mypackage.ServerMarks
- Hashtable to stores the active Clients
- course.
Variable in class mypackage.Student
- Awt Componet Hashtable to stores various courses
- courseid.
Variable in class mypackage.Courses
- String to hold course id for the student
- Courses(String).
Constructor for class mypackage.Courses
- Default Constructor .This creates two test for the every courses and marks
assign to each is 99
- deleteCourses(String).
Method in class mypackage.Student
- This to delete the courses from the Student Course list
- deleteCourses(String, String).
Method in interface mypackage.iServer
- to Delete a Course for a particular studentid
- deleteCourses(String, String).
Method in class mypackage.ServerMarks
- to Delete a Course for a particular studentid
- deleteMarks(String, String, String).
Method in interface mypackage.iServer
- to delete marks for a particular student and for a particular course
- deleteMarks(String, String, String).
Method in class mypackage.ServerMarks
- to delete marks for a particular student and for a particular course
- deleteStudent(String).
Method in interface mypackage.iServer
- to Delete a existing Student
- deleteStudent(String).
Method in class mypackage.ServerMarks
- to Delete a existing Student
- deleteTest(String).
Method in class mypackage.Courses
- delete an existing Test from the Vector "test"
- frame.
Variable in class mypackage.MyApplet
- Invisable frame so that you can have error message dialog box to
display messages
- getCourseID().
Method in class mypackage.Courses
- return the course id
- getInt().
Static method in class mypackage.MyInput
- Static Function for integer input
- getMarks(Vector).
Method in interface mypackage.iClient
- this function updates the List(at Client site) with new Marks Vector
- getMarks(Vector).
Method in class mypackage.StudentFrame
- this function updates the List with new Marks
- getString().
Static method in class mypackage.MyInput
- Static Function for String input
- Group1.
Variable in class mypackage.AdministratorFrame
- Awt Component CheckboxGroup
- Group1.
Variable in class mypackage.MyApplet
- Awt Componet CheckboxGroup
- handleEvent(Event).
Method in class mypackage.AdministratorFrame
- to handle the various event
- handleEvent(Event).
Method in class mypackage.InfoDialog
-
- handleEvent(Event).
Method in class mypackage.MyApplet
- to handle diffrent windows event
- handleEvent(Event).
Method in class mypackage.StudentFrame
- to handle the various event
- InfoDialog(Frame, String, String).
Constructor for class mypackage.InfoDialog
-
- init().
Method in class mypackage.MyApplet
- This Function Initalized the Applet
- l_course.
Variable in class mypackage.AdministratorFrame
- Awt Componet Label for courseid or password
- l_login.
Variable in class mypackage.AdministratorFrame
- Awt Componet Label for login
- l_newtest.
Variable in class mypackage.AdministratorFrame
- Awt Componet Label for password new testid
- l_test.
Variable in class mypackage.AdministratorFrame
- Awt Componet Label for testid
- label1.
Variable in class mypackage.AdministratorFrame
- Awt Component Label
- label1.
Variable in class mypackage.InfoDialog
-
- label1.
Variable in class mypackage.MyApplet
- Awt Componet Label
- label1.
Variable in class mypackage.StudentFrame
- Awt Componet Label for password input
- label2.
Variable in class mypackage.AdministratorFrame
-
- label2.
Variable in class mypackage.MyApplet
- Awt Componet Label
- label2.
Variable in class mypackage.StudentFrame
- Awt Componet Label for Student Acess Form
- label3.
Variable in class mypackage.MyApplet
- Awt Componet Label
- label3.
Variable in class mypackage.StudentFrame
- Awt Componet Label Corses and Marks
- list1.
Variable in class mypackage.StudentFrame
- Awt Componet List to display the course ,test and marks
- main(String[]).
Static method in class mypackage.ServerMarks
-
- modifyMarks(String, String, String, String).
Method in interface mypackage.iServer
- to modify a mark for a particular student and for a particular course
- modifyMarks(String, String, String, String).
Method in class mypackage.ServerMarks
- to modify a mark for a particular student and for a particular course
- MyApplet().
Constructor for class mypackage.MyApplet
-
- MyDataInputStream.
Static variable in class mypackage.MyInput
- Variable for the DataInputStream to input the Data
- MyInput().
Constructor for class mypackage.MyInput
-
- password.
Variable in class mypackage.Student
- String to stores the password of the Student
- r_addcourse.
Variable in class mypackage.AdministratorFrame
- Awt Component CheckBox to add course
- r_addstudent.
Variable in class mypackage.AdministratorFrame
- Awt Component CheckBox to add student
- r_addtest.
Variable in class mypackage.AdministratorFrame
- Awt Component CheckBox to add test
- r_administrator.
Variable in class mypackage.MyApplet
- Awt Componet Checkbox for the administrator
- r_deletecourse.
Variable in class mypackage.AdministratorFrame
- Awt Component CheckBox to delete course
- r_deletestudent.
Variable in class mypackage.AdministratorFrame
- Awt Component CheckBox to delete student
- r_deletetest.
Variable in class mypackage.AdministratorFrame
- Awt Component CheckBox to delete test
- r_modifytest.
Variable in class mypackage.AdministratorFrame
- Awt Component CheckBox to modify test
- r_student.
Variable in class mypackage.MyApplet
- Awt Componet Checkbox for the student
- readObject(ObjectInputStream).
Method in class mypackage.Courses
- These are the default function to be include to Implement Serialization
This will call the DefalutReadObject function for the ObjectInputStream
- readObject(ObjectInputStream).
Method in class mypackage.Student
- These are the default function to be include to Implement Serialization
This will call the DefalutReadObject function for the ObjectInputStream
- registerClient(String, iClient).
Method in interface mypackage.iServer
- this will keep track for all the register client currently active
It add the active client in to the hashtable and update the client with
its current data
- registerClient(String, iClient).
Method in class mypackage.ServerMarks
- this will keep track for all the register client currently active
It add the active client in to the hashtable and update the client with
its current data
- removeClient(iClient).
Method in interface mypackage.iServer
- Remove the vanishing client
- removeClient(iClient).
Method in class mypackage.ServerMarks
- Remove the vanishing client
- server.
Variable in class mypackage.AdministratorFrame
- Reference to the Remote Object
- server.
Variable in class mypackage.MyApplet
- Refernce to store the Server object
- server.
Variable in class mypackage.StudentFrame
- Reference to the Remote Object
- ServerMarks().
Constructor for class mypackage.ServerMarks
- default Constructor for the ServerMarks
It Searches for the file "data.dat" to load the object ,if the file is not found it creates some default data
- setPassword(String).
Method in class mypackage.Student
- This to change the password of the Student
- setPassword(String, String).
Method in interface mypackage.iServer
- To set the password of the Student
- setPassword(String, String).
Method in class mypackage.ServerMarks
- To set the password of the Student
- student.
Static variable in class mypackage.ServerMarks
- Hashtable to stores student
- student.
Variable in class mypackage.StudentFrame
- this is to Store the Studentid in form of String
- Student(String, String).
Constructor for class mypackage.Student
- Constructor for the student
- StudentFrame(String, iServer).
Constructor for class mypackage.StudentFrame
- Constructor for the Student Frame
- test.
Variable in class mypackage.Courses
- Vector to hold diffrent Test for the Courses
- tf_courseid.
Variable in class mypackage.AdministratorFrame
- Awt Componet TextField for password input or Course id
- tf_login.
Variable in class mypackage.AdministratorFrame
- Awt Componet TextField for Student ID
- tf_login.
Variable in class mypackage.MyApplet
- Awt Componet TextField for the login
- tf_newtestid.
Variable in class mypackage.AdministratorFrame
- Awt Componet TextField for new Test ID
- tf_password.
Variable in class mypackage.MyApplet
- Awt Componet TextField for the password
- tf_password.
Variable in class mypackage.StudentFrame
- Awt Componet TextField for new password input
- tf_testid.
Variable in class mypackage.AdministratorFrame
- Awt Componet TextField for Test ID that contains test and marks
- updateClient().
Method in interface mypackage.iServer
- update all the Existing ,active Client.this function is called at the destroy event of the administrator.
- updateClient().
Method in class mypackage.ServerMarks
- update all the Existing ,active Client.this function is called at the destroy event of the administrator.
- userid.
Variable in class mypackage.Student
- String to stores userid of the student
- validateAdministrator(String, String).
Method in interface mypackage.iServer
- to Validate the authentic administrator
- validateAdministrator(String, String).
Method in class mypackage.ServerMarks
- to Validate the authentic administrator
- validateUser(String, String).
Method in interface mypackage.iServer
- to Validate the authentic student
- validateUser(String, String).
Method in class mypackage.ServerMarks
- to Validate the authentic student
- vector.
Variable in class mypackage.StudentFrame
- Vector to stores courseid,testid and marks
- writeObject(ObjectOutputStream).
Method in class mypackage.Courses
- These are the default function to be include to Implement Serialization
This will call the DefalutWriteObject function for the ObjectOutputStream
- writeObject(ObjectOutputStream).
Method in class mypackage.Student
- These are the default function to be include to Implement Serialization
This will call the DefalutWriteObject function for the ObjectOutputStream