All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sat.SharedObjects

java.lang.Object
   |
   +----sat.SharedObjects

public class SharedObjects
extends Object
This class has static instances of an Authenticator object, a QueryEngine object, etc.

This is done so that methods which require these objects can refer to them directly.


Variable Index

 o au
An Authenticator object
 o qe
A QueryEngine object
 o val
A Validator objext

Constructor Index

 o SharedObjects()

Variables

 o qe
 public static QueryEngine qe
A QueryEngine object

 o au
 public static Authenticator au
An Authenticator object

 o val
 public static Validator val
A Validator objext

Constructors

 o SharedObjects
 public SharedObjects()

All Packages  Class Hierarchy  This Package  Previous  Next  Index