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
           
 
Constructor Summary
CheckEnv()
           
 
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
 

Field Detail

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
Constructor Detail

CheckEnv

public CheckEnv()
Method Detail

getStatus

public static int getStatus()

main

public static void main(java.lang.String[] args)