com.atlassian.confluence.jmx
Class JmxSystemInfoWrapper
java.lang.Object
com.atlassian.confluence.jmx.JmxSystemInfoWrapper
public class JmxSystemInfoWrapper
- extends java.lang.Object
Delegated to 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmxSystemInfoWrapper
public JmxSystemInfoWrapper(SystemInformationService systemInformationService)
getDatabaseUrl
public java.lang.String getDatabaseUrl()
getDatabaseDialect
public java.lang.String getDatabaseDialect()
getDatabaseIsolationLevel
public java.lang.String getDatabaseIsolationLevel()
getDatabaseDriverName
public java.lang.String getDatabaseDriverName()
getDatabaseDriverVersion
public java.lang.String getDatabaseDriverVersion()
getDatabaseVersion
public java.lang.String getDatabaseVersion()
getDatabaseName
public java.lang.String getDatabaseName()
getDatabaseExampleLatency
public java.lang.Long getDatabaseExampleLatency()
getConfluenceHome
public java.lang.String getConfluenceHome()
getConfluenceBuildNumber
public java.lang.String getConfluenceBuildNumber()
getConfluenceVersion
public java.lang.String getConfluenceVersion()
getStartTime
public long getStartTime()
getConfluenceUpTime
public java.lang.String getConfluenceUpTime()
getConfluenceEnabledPluginsNames
public java.util.List getConfluenceEnabledPluginsNames()
Copyright © 2003-2014 Atlassian. All Rights Reserved.