org.rhq.enterprise.server.util
Class SystemDatabaseInformation
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.