All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class distans.StartupDataLoader

java.lang.Object
   |
   +----distans.StartupDataLoader

public class StartupDataLoader
extends Object

Variable Index

 o father
 o getCourseAccess
 o local
 o passwordCheck

Constructor Index

 o StartupDataLoader(Applet)

Method Index

 o checkPassword(String, String)
 o getCourses(String)
 o getStream(String)

Variables

 o father
 static Applet father
 o local
 boolean local
 o passwordCheck
 private static final String passwordCheck
 o getCourseAccess
 private static final String getCourseAccess

Constructors

 o StartupDataLoader
 public StartupDataLoader(Applet father)

Methods

 o getCourses
 public CoursesHashtable getCourses(String user) throws CreateCourseException
 o checkPassword
 public boolean checkPassword(String user,
                              String password) throws CreateCourseException
 o getStream
 BufferedReader getStream(String cgiString) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index