|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.common.TIdentity
public class TIdentity
TIdentity contains the information that identifies the JavaTaminoAPI component. Therefore it keeps the SAG product code and the CVS tag name of this component. This information may also be retrieved via this classes static main() method.
Method Summary | |
---|---|
static TIdentity |
getInstance()
Gets the singleton instance. |
java.lang.String |
getJavaVersion()
Get the Java version. |
java.util.Locale |
getLocale()
Gets the locale. |
java.lang.String |
getOSNameAndVersion()
Get the OS name and version. |
java.lang.String |
getProductCode()
Get the Software AG product code. |
java.lang.String |
getProductVersion()
Get the CVS tag for the API component. |
boolean |
isJavaVersionBelow14()
Check whether the used JDK is below 1.4. |
static boolean |
isJavaVersionBelow14(java.lang.String javaVersion)
Check whether the used JDK is below 1.4. |
void |
setLocale(java.util.Locale locale)
Sets the locale. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static TIdentity getInstance()
public java.lang.String getProductCode()
public java.lang.String getProductVersion()
public java.lang.String getJavaVersion()
public java.lang.String getOSNameAndVersion()
public void setLocale(java.util.Locale locale)
public java.util.Locale getLocale()
public boolean isJavaVersionBelow14()
public static boolean isJavaVersionBelow14(java.lang.String javaVersion)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |