mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

ludovicp
30.44.2010 7486ef2bb077feb489a55db86707d96e69d12265
opends/tests/unit-tests-testng/src/server/org/opends/server/monitors/TestMonitorProvider.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 */
package org.opends.server.monitors;
@@ -41,11 +41,6 @@
 */
class TestMonitorProvider extends MonitorProvider<MonitorProviderCfg>
{
  public TestMonitorProvider()
  {
    super("Test Monitor Thread");
  }
  public void initializeMonitorProvider(MonitorProviderCfg configuration)
       throws ConfigException, InitializationException
  {
@@ -57,16 +52,6 @@
    return "Test monitor for dc=example,dc=com";
  }
  public long getUpdateInterval()
  {
    return 0;
  }
  public void updateMonitorData()
  {
    // No implementation required.
  }
  public List<Attribute> getMonitorData()
  {
    return Collections.emptyList();