org.rhq.enterprise.server.util
Class SystemDatabaseInformation

java.lang.Object
  extended by org.rhq.enterprise.server.util.SystemDatabaseInformation

public final class SystemDatabaseInformation
extends Object

Returns information about the database.

Author:
Joseph Marques, John Mazzitelli
See Also:
ServerDetails

Nested Class Summary
static class SystemDatabaseInformation.Property
           
 
Method Summary
 String getCurrentMeasurementTable()
           
 String getDatabaseConnectionURL()
           
 String getDatabaseDriverName()
           
 String getDatabaseDriverVersion()
           
 String getDatabaseProductName()
           
 String getDatabaseProductVersion()
           
static SystemDatabaseInformation getInstance()
           
 String getNextMeasurementTableRotation()
           
 Map<SystemDatabaseInformation.Property,String> getProperties(SystemDatabaseInformation.Property property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SystemDatabaseInformation getInstance()

getProperties

public Map<SystemDatabaseInformation.Property,String> getProperties(SystemDatabaseInformation.Property property)

getDatabaseConnectionURL

public String getDatabaseConnectionURL()

getDatabaseProductName

public String getDatabaseProductName()

getDatabaseProductVersion

public String getDatabaseProductVersion()

getDatabaseDriverName

public String getDatabaseDriverName()

getDatabaseDriverVersion

public String getDatabaseDriverVersion()

getCurrentMeasurementTable

public String getCurrentMeasurementTable()

getNextMeasurementTableRotation

public String getNextMeasurementTableRotation()


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.