public interface CoreServerMBean
| Modifier and Type | Field and Description |
|---|---|
static ObjectName |
OBJECT_NAME
The name of this MBean when deployed.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getBootTime()
Returns the time when this server started.
|
String |
getBuildNumber()
Returns the build number of the core RHQ Server.
|
File |
getEarDeploymentDir()
Where the main app EAR is located.
|
File |
getInstallDir()
Where the RHQ Server is installed.
|
File |
getJBossServerDataDir()
Where the JBoss Server Data directory is.
|
File |
getJBossServerHomeDir()
Where the JBoss Server Home directory is.
|
File |
getJBossServerTempDir()
Where the JBoss Server Temp directory is.
|
org.rhq.core.domain.common.ProductInfo |
getProductInfo()
Product information - the product name, homepage URL, docs URL, etc.
|
String |
getVersion()
Returns the version of the core RHQ server.
|
static final ObjectName OBJECT_NAME
String getVersion()
String getBuildNumber()
version may return different build numbers, depending
on the source code stream that built the server binaries.Date getBootTime()
File getInstallDir()
File getJBossServerHomeDir()
install-dir/jbossas/standaloneFile getJBossServerDataDir()
install-dir/jbossas/standalone/dataFile getJBossServerTempDir()
install-dir/jbossas/standalone/tmpFile getEarDeploymentDir()
org.rhq.core.domain.common.ProductInfo getProductInfo()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.