Package com.atlassian.confluence.jmx
Class JmxSystemInfoWrapper
- java.lang.Object
-
- com.atlassian.confluence.jmx.JmxSystemInfoWrapper
-
public class JmxSystemInfoWrapper extends Object
Delegated toSystemInformationService
to provide a subset of the information provided on the ViewSystemInfo page. Not all information is presented as statistics such as memory usage and similar can be gleamed from other sources.
-
-
Constructor Summary
Constructors Constructor Description JmxSystemInfoWrapper(SystemInformationService systemInformationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConfluenceBuildNumber()
List
getConfluenceEnabledPluginsNames()
String
getConfluenceHome()
String
getConfluenceUpTime()
String
getConfluenceVersion()
String
getDatabaseDialect()
String
getDatabaseDriverName()
String
getDatabaseDriverVersion()
Long
getDatabaseExampleLatency()
String
getDatabaseIsolationLevel()
String
getDatabaseName()
String
getDatabaseUrl()
String
getDatabaseVersion()
long
getStartTime()
-
-
-
Constructor Detail
-
JmxSystemInfoWrapper
public JmxSystemInfoWrapper(SystemInformationService systemInformationService)
-
-
Method Detail
-
getDatabaseUrl
public String getDatabaseUrl()
-
getDatabaseDialect
public String getDatabaseDialect()
-
getDatabaseIsolationLevel
public String getDatabaseIsolationLevel()
-
getDatabaseDriverName
public String getDatabaseDriverName()
-
getDatabaseDriverVersion
public String getDatabaseDriverVersion()
-
getDatabaseVersion
public String getDatabaseVersion()
-
getDatabaseName
public String getDatabaseName()
-
getDatabaseExampleLatency
public Long getDatabaseExampleLatency()
-
getConfluenceHome
public String getConfluenceHome()
-
getConfluenceBuildNumber
public String getConfluenceBuildNumber()
-
getConfluenceVersion
public String getConfluenceVersion()
-
getStartTime
public long getStartTime()
-
getConfluenceUpTime
public String getConfluenceUpTime()
-
getConfluenceEnabledPluginsNames
public List getConfluenceEnabledPluginsNames()
-
-