| |
|
| java.lang.Object com.quadcap.app.qed.AdminSession
AdminSession | public class AdminSession (Code) | | A JavaBean which encapsulates administrative access to QED databases running
in this JVM.
author: Stan Bailes |
digits | static char[] digits(Code) | | jsp helper to format time from backup time (minutes since midnite)
|
isAuthenticated | boolean isAuthenticated(Code) | | |
qedDriver | JdbcDriver qedDriver(Code) | | |
AdminSession | public AdminSession()(Code) | | Construct a new admin session
|
closeConnections | void closeConnections()(Code) | | Close all open connections held by this session
|
getDatabase | public Database getDatabase(String name) throws SQLException(Code) | | Return the opened database with the specified name.
|
getDatabaseNames | public Enumeration getDatabaseNames()(Code) | | Return an enumeration of strings containing the names of all open
databases.
|
getDriver | public JdbcDriver getDriver()(Code) | | Return the QED JDBC Driver instance. There should be only one.
|
getPage | public String getPage()(Code) | | Return the last page visited in the body frame
|
getRequestProperties | public Properties getRequestProperties(HttpServletRequest req)(Code) | | Build a Properties object containing all of the request parameters.
Parameters: req - the http request the request parameters |
isAuthenticated | public boolean isAuthenticated()(Code) | | Return true if this session has been authenticated
|
isSet | public static String isSet(int pos, int val)(Code) | | jsp helper to build radio button checklists.
|
setPage | public void setPage(String page)(Code) | | Remember which page we're displaying in the body frame
|
|
|
|