Interface ManagementAdaptor

All Known Subinterfaces:
ManagementAdaptor

public interface ManagementAdaptor
Defines persistence provider management operations/statistics
Author:
Scott Marlow
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the short identification string that represents the management adaptor (e.g Hibernate)
     
    Version that uniquely identifies the management adapter (can be used to tell the difference between Hibernate 4.1 vs 4.3).
  • Method Details

    • getIdentificationLabel

      String getIdentificationLabel()
      Get the short identification string that represents the management adaptor (e.g Hibernate)
      Returns:
      id label
    • getVersion

      String getVersion()
      Version that uniquely identifies the management adapter (can be used to tell the difference between Hibernate 4.1 vs 4.3).
      Returns:
      version string
    • getStatistics

      Statistics getStatistics()