| | |
| | | |
| | | |
| | | import org.testng.annotations.Test; |
| | | import org.testng.annotations.AfterClass; |
| | | |
| | | import org.opends.server.TestCaseUtils; |
| | | import org.opends.server.DirectoryServerTestCase; |
| | |
| | | * |
| | | * @throws Exception If an unexpected problem occurs. |
| | | */ |
| | | public abstract MonitorProvider getMonitorInstance() |
| | | protected abstract MonitorProvider getMonitorInstance() |
| | | throws Exception; |
| | | |
| | | |
| | |
| | | { |
| | | getMonitorInstance().getMonitorData(); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * We need to drop all of the memory that we can. |
| | | */ |
| | | @AfterClass |
| | | public void cleanupMem() |
| | | { |
| | | configEntry = null; |
| | | } |
| | | } |
| | | |