| java.lang.Object webapp.WebApp
WebApp | public class WebApp (Code) | | Aplication singleton for the Web Application
version: $Revision: 1.1 $ $Date: 2002/07/18 09:08:03 $ author: James Stiefel |
Method Summary | |
public static OzoneInterface | database() Get the database instance. | public static void | init() Initialize the system - establish database connection, etc. | public static void | term() Close down the application -- disconnect from the database, etc. |
init | public static void init()(Code) | | Initialize the system - establish database connection, etc.
|
term | public static void term()(Code) | | Close down the application -- disconnect from the database, etc.
|
|
|