|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.common.Env
This class manages global variables and properties used by EJB Server. A static design pattern is used.
Field Summary | |
static int |
JAVA_1_1_6
|
static int |
JAVA_1_1_7
|
static int |
JAVA_1_1_8
|
static int |
JAVA_1_2
|
static int |
JAVA_1_3
|
static int |
JAVA_1_4
|
Constructor Summary | |
Env()
|
Method Summary | |
static int |
getJavaVersion()
Gets Java Version. |
static boolean |
isJAVA2()
return true if JDK 1.2 or later |
static boolean |
isJAVA4()
return true if JDK 1.4 or later |
static boolean |
isOsWindows()
Return true if the os.name starts with "Windows" |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int JAVA_1_1_6
public static final int JAVA_1_1_7
public static final int JAVA_1_1_8
public static final int JAVA_1_2
public static final int JAVA_1_3
public static final int JAVA_1_4
Constructor Detail |
public Env()
Method Detail |
public static boolean isOsWindows()
public static int getJavaVersion()
public static boolean isJAVA2()
public static boolean isJAVA4()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |