Class J2EEServerInfo
java.lang.Object
org.exoplatform.container.monitor.jvm.J2EEServerInfo
- Since:
- Nov 8, 2004
- Version:
- $Id: J2EEServerInfo.java 5799 2006-05-28 17:55:42Z geaz $
- Author:
- Tuan Nguyen (tuan08@users.sourceforge.net)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the JVM parameter that allows us to change the default directories where the archives are deployedstatic final StringThe name of the JVM parameter that allows us to change the default name of the configuration directory which is "exo-conf"static final StringThe name of the JVM parameter that allows us to change the location of the configuration directory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns an mbean server setup by the application server environment or null if none cannot be located.booleanisJBoss()
-
Field Details
-
EXO_CONF_PARAM
The name of the JVM parameter that allows us to change the location of the configuration directory- See Also:
-
EXO_CONF_DIR_NAME_PARAM
The name of the JVM parameter that allows us to change the default name of the configuration directory which is "exo-conf"- See Also:
-
EXO_ARCHIVE_DIRS_PARAM
The name of the JVM parameter that allows us to change the default directories where the archives are deployed- See Also:
-
-
Constructor Details
-
J2EEServerInfo
public J2EEServerInfo() -
J2EEServerInfo
public J2EEServerInfo(boolean logEnabled)
-
-
Method Details
-
getMBeanServer
Returns an mbean server setup by the application server environment or null if none cannot be located.- Returns:
- an mean server
-
getServerName
-
getServerHome
-
getExoConfigurationDirectory
-
getApplicationDeployDirectories
-
getApplicationDeployArchives
-
isJBoss
public boolean isJBoss()
-