org.exoplatform.container.monitor.jvm
Class J2EEServerInfo

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

public class J2EEServerInfo
extends java.lang.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
protected  java.lang.String appDeployDirecotry_
           
static java.lang.String EXO_CONF_PARAM
           
protected  javax.management.MBeanServer mbeanServer
           
protected  java.lang.String sharedLibDirecotry_
           
 
Constructor Summary
J2EEServerInfo()
           
 
Method Summary
 java.lang.String getApplicationDeployDirectory()
           
 java.lang.String getExoConfigurationDirectory()
           
 javax.management.MBeanServer getMBeanServer()
          Returns an mbean server setup by the application server environment or null if none cannot be located.
 java.lang.String getServerHome()
           
 java.lang.String getServerName()
           
 java.lang.String getSharedLibDirectory()
           
 
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 java.lang.String EXO_CONF_PARAM
See Also:
Constant Field Values

sharedLibDirecotry_

protected java.lang.String sharedLibDirecotry_

appDeployDirecotry_

protected java.lang.String appDeployDirecotry_

mbeanServer

protected javax.management.MBeanServer mbeanServer
Constructor Detail

J2EEServerInfo

public J2EEServerInfo()
Method Detail

getMBeanServer

public javax.management.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 java.lang.String getServerName()

getServerHome

public java.lang.String getServerHome()

getExoConfigurationDirectory

public java.lang.String getExoConfigurationDirectory()

getSharedLibDirectory

public java.lang.String getSharedLibDirectory()

getApplicationDeployDirectory

public java.lang.String getApplicationDeployDirectory()


Copyright © 2012 eXo Platform SAS. All Rights Reserved.