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

Jean-Noel Rouvignac
24.49.2015 99aaa917a95d7ec19e14dad25f61f58ff84753b1
opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/LDAPStatistics.java
@@ -22,13 +22,10 @@
 *
 *
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 *      Portions Copyright 2012-2014 ForgeRock AS
 *
 *      Portions Copyright 2012-2015 ForgeRock AS
 */
package org.opends.server.protocols.ldap;
import static org.opends.messages.ProtocolMessages.*;
import static org.opends.server.protocols.ldap.LDAPConstants.*;
import static org.opends.server.util.ServerConstants.*;
@@ -44,7 +41,6 @@
import org.opends.server.core.DirectoryServer;
import org.opends.server.types.*;
/**
 * This class defines a data structure that will be used to keep track
 * of various metrics related to LDAP communication that the server has
@@ -105,7 +101,7 @@
  private AtomicLong unbindRequests = new AtomicLong(0);
  // The instance name for this monitor provider instance.
  /** The instance name for this monitor provider instance. */
  private final String instanceName;
  // Monitor Objects : for Operations (count and time)
@@ -144,9 +140,7 @@
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  @Override
  public void initializeMonitorProvider(MonitorProviderCfg configuration)
      throws ConfigException
@@ -176,10 +170,7 @@
  }
  /**
   *
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  @Override
  public ObjectClass getMonitorObjectClass()
  {