public class JmxSystemInfoWrapper extends Object
SystemInformationService
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 and Description |
---|
JmxSystemInfoWrapper(SystemInformationService systemInformationService) |
Modifier and Type | Method and 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() |
public JmxSystemInfoWrapper(SystemInformationService systemInformationService)
public String getDatabaseUrl()
public String getDatabaseDialect()
public String getDatabaseIsolationLevel()
public String getDatabaseDriverName()
public String getDatabaseDriverVersion()
public String getDatabaseVersion()
public String getDatabaseName()
public Long getDatabaseExampleLatency()
public String getConfluenceHome()
public String getConfluenceBuildNumber()
public String getConfluenceVersion()
public long getStartTime()
public String getConfluenceUpTime()
public List getConfluenceEnabledPluginsNames()
Copyright © 2003–2017 Atlassian. All rights reserved.