org.objectweb.jonas.tools
Class CheckEnv
java.lang.Object
|
+--org.objectweb.jonas.tools.CheckEnv
- public class CheckEnv
- extends java.lang.Object
This class allows to check if the environment is correct for JOnAS.
Field Summary |
static int |
ENV_ERROR
|
static int |
ENV_OK
CheckEnv allows to check if the JOnAS environment is correct or not.
|
static int |
ENV_WARNING
|
Method Summary |
static int |
getStatus()
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENV_OK
public static final int ENV_OK
- CheckEnv allows to check if the JOnAS environment is correct or not.
Usage: java org.objectweb.jonas.tools.CheckEnv -help
to print this help message
or java org.objectweb.jonas.tools.CheckEnv
to check if the JOnAS environment is correct or not,
and to display the content of the configuration files.
ENV_WARNING
public static final int ENV_WARNING
ENV_ERROR
public static final int ENV_ERROR
CheckEnv
public CheckEnv()
getStatus
public static int getStatus()
main
public static void main(java.lang.String[] args)