eXo Kernel :: Container 2.5.0-GA

org.exoplatform.container.monitor.jvm
Class J2EEServerInfo

java.lang.Object
  extended by org.exoplatform.container.monitor.jvm.J2EEServerInfo

public class J2EEServerInfo
extends Object

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
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 Summary
J2EEServerInfo()
           
J2EEServerInfo(boolean logEnabled)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXO_CONF_PARAM

public static final String EXO_CONF_PARAM
The name of the JVM parameter that allows us to change the location of the configuration directory

See Also:
Constant Field Values

EXO_CONF_DIR_NAME_PARAM

public static final 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"

See Also:
Constant Field Values

EXO_ARCHIVE_DIRS_PARAM

public static final String 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:
Constant Field Values
Constructor Detail

J2EEServerInfo

public J2EEServerInfo()

J2EEServerInfo

public J2EEServerInfo(boolean logEnabled)
Method Detail

getMBeanServer

public MBeanServer getMBeanServer()
Returns an mbean server setup by the application server environment or null if none cannot be located.

Returns:
an mean server

getServerName

public String getServerName()

getServerHome

public String getServerHome()

getExoConfigurationDirectory

public String getExoConfigurationDirectory()

getApplicationDeployDirectories

public List<String> getApplicationDeployDirectories()

getApplicationDeployArchives

public Set<Archive> getApplicationDeployArchives()

isJBoss

public boolean isJBoss()

eXo Kernel :: Container 2.5.0-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.