com.atlassian.confluence.jmx
Class JmxSystemInfoWrapper

java.lang.Object
  extended by 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.


Constructor Summary
JmxSystemInfoWrapper(SystemInformationService systemInformationService)
           
 
Method Summary
 java.lang.String getConfluenceBuildNumber()
           
 java.util.List getConfluenceEnabledPluginsNames()
           
 java.lang.String getConfluenceHome()
           
 java.lang.String getConfluenceUpTime()
           
 java.lang.String getConfluenceVersion()
           
 java.lang.String getDatabaseDialect()
           
 java.lang.String getDatabaseDriverName()
           
 java.lang.String getDatabaseDriverVersion()
           
 java.lang.Long getDatabaseExampleLatency()
           
 java.lang.String getDatabaseIsolationLevel()
           
 java.lang.String getDatabaseName()
           
 java.lang.String getDatabaseUrl()
           
 java.lang.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 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-2010 Atlassian. All Rights Reserved.