| |
|
| java.lang.Object org.objectweb.jonas.tools.CheckEnv
CheckEnv | public class CheckEnv (Code) | | This class allows to check if the environment is correct for JOnAS.
|
ENV_ERROR | final public static int ENV_ERROR(Code) | | Constant result of JOnAS's conf check [Error]
|
ENV_OK | final public static int ENV_OK(Code) | | Constant result of JOnAS's conf check [OK]
|
ENV_WARNING | final public static int ENV_WARNING(Code) | | Constant result of JOnAS's conf check [Warning]
|
classIsAccessible | static boolean classIsAccessible(String name)(Code) | | check if the class is accessible
Parameters: name - class name true if class is accessible, false else |
getProperties | static Properties getProperties(String name)(Code) | | get properties from a file
Parameters: name - file containing properties list properties list |
getStatus | public static int getStatus()(Code) | | check the JOnAS's configuration
status of the configuration |
main | public static void main(String[] args)(Code) | | entry point of the program
Parameters: args - arguments of the program |
|
|
|