com.atlassian.confluence.jmx
Class JmxSystemInfoWrapper

java.lang.Object
  extended by com.atlassian.confluence.jmx.JmxSystemInfoWrapper

public class JmxSystemInfoWrapper
extends 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.


Constructor Summary
JmxSystemInfoWrapper(SystemInformationService systemInformationService)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()


Copyright © 2003-2011 Atlassian. All Rights Reserved.