|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oscelot.webct.dao.WebCTApplication
The WebCTApplication class provides methods which relate to the WebCT installation
Field Summary | |
static int |
MAJOR_VERSION_AP1
|
static int |
MAJOR_VERSION_AP2
|
static int |
MAJOR_VERSION_V8
|
Constructor Summary | |
WebCTApplication()
|
Method Summary | |
static int |
getApplicationBuildVersion()
Get the current build version of WebCT |
static int |
getApplicationMajorVersion()
Get the current major version of WebCT |
static int |
getApplicationMinorVersion()
Get the current minor version of WebCT |
static int |
getApplicationPatchVersion()
Get the current patch version of WebCT |
static java.lang.String |
getApplicationRelease()
Get the current release of WebCT |
static java.lang.String |
getApplicationVersion()
Get the current version of WebCT |
static java.lang.String |
getInstanceName(javax.servlet.http.HttpServletRequest request)
Get the name of the proxy tool instance |
static boolean |
isDatabaseOracle()
Is this WebCT installation using an Oracle database? |
static boolean |
isDatabaseSQLServer()
Is this WebCT installation using a Microsoft SQL Server database? |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int MAJOR_VERSION_AP1
public static final int MAJOR_VERSION_AP2
public static final int MAJOR_VERSION_V8
Constructor Detail |
public WebCTApplication()
Method Detail |
public static boolean isDatabaseOracle()
true
if the database is Oraclepublic static boolean isDatabaseSQLServer()
true
if the database is Microsoft SQL Serverpublic static java.lang.String getApplicationVersion() throws VistaDataException
VistaDataException
public static java.lang.String getApplicationRelease() throws VistaDataException
VistaDataException
public static int getApplicationMajorVersion() throws VistaDataException
VistaDataException
public static int getApplicationMinorVersion() throws VistaDataException
VistaDataException
public static int getApplicationPatchVersion() throws VistaDataException
VistaDataException
public static int getApplicationBuildVersion() throws VistaDataException
VistaDataException
public static java.lang.String getInstanceName(javax.servlet.http.HttpServletRequest request)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |