public class J2EEServerInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
appDeployDirecotry_ |
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
|
protected MBeanServer |
mbeanServer |
protected String |
sharedLibDirecotry_ |
| Constructor and Description |
|---|
J2EEServerInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationDeployDirectory() |
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() |
String |
getSharedLibDirectory() |
boolean |
isJBoss() |
public static final String EXO_CONF_PARAM
public static final String EXO_CONF_DIR_NAME_PARAM
protected String sharedLibDirecotry_
protected String appDeployDirecotry_
protected MBeanServer mbeanServer
public MBeanServer getMBeanServer()
public String getServerName()
public String getServerHome()
public String getExoConfigurationDirectory()
public String getSharedLibDirectory()
public String getApplicationDeployDirectory()
public boolean isJBoss()
Copyright © 2014 eXo Platform SAS. All Rights Reserved.