public class J2EEServerInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EXO_ARCHIVE_DIRS_PARAM
The name of the JVM parameter that allows us to change
the default directories where the archives are deployed
|
static String |
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"
|
static String |
EXO_CONF_PARAM
The name of the JVM parameter that allows us to change the location of the
configuration directory
|
| Constructor and Description |
|---|
J2EEServerInfo() |
J2EEServerInfo(boolean logEnabled) |
| Modifier and Type | Method and Description |
|---|---|
Set<Archive> |
getApplicationDeployArchives() |
List<String> |
getApplicationDeployDirectories() |
String |
getExoConfigurationDirectory() |
MBeanServer |
getMBeanServer()
Returns an mbean server setup by the application server environment or null
if none cannot be located.
|
String |
getServerHome() |
String |
getServerName() |
boolean |
isJBoss() |
public static final String EXO_CONF_PARAM
public static final String EXO_CONF_DIR_NAME_PARAM
public static final String EXO_ARCHIVE_DIRS_PARAM
public J2EEServerInfo()
public J2EEServerInfo(boolean logEnabled)
public MBeanServer getMBeanServer()
public String getServerName()
public String getServerHome()
public String getExoConfigurationDirectory()
public boolean isJBoss()
Copyright © 2020 eXo Platform SAS. All Rights Reserved.