All Packages Class Hierarchy This Package Previous Next Index
Class distans.StartupDataLoader
java.lang.Object
|
+----distans.StartupDataLoader
- public class StartupDataLoader
- extends Object
-
father
-
-
getCourseAccess
-
-
local
-
-
passwordCheck
-
-
StartupDataLoader(Applet)
-
-
checkPassword(String, String)
-
-
getCourses(String)
-
-
getStream(String)
-
father
static Applet father
local
boolean local
passwordCheck
private static final String passwordCheck
getCourseAccess
private static final String getCourseAccess
StartupDataLoader
public StartupDataLoader(Applet father)
getCourses
public CoursesHashtable getCourses(String user) throws CreateCourseException
checkPassword
public boolean checkPassword(String user,
String password) throws CreateCourseException
getStream
BufferedReader getStream(String cgiString) throws IOException
All Packages Class Hierarchy This Package Previous Next Index