Package org.jipijapa.plugin.spi
Interface ManagementAdaptor
-
- All Known Subinterfaces:
ManagementAdaptor
public interface ManagementAdaptorDefines persistence provider management operations/statistics- Author:
- Scott Marlow
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetIdentificationLabel()Get the short identification string that represents the management adaptor (e.g Hibernate)StatisticsgetStatistics()StringgetVersion()Version that uniquely identifies the management adapter (can be used to tell the difference between Hibernate 4.1 vs 4.3).
-
-
-
Method Detail
-
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()
-
-