| | |
| | | * |
| | | * |
| | | * 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.*; |
| | |
| | | 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 |
| | |
| | | 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) |
| | |
| | | |
| | | |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public void initializeMonitorProvider(MonitorProviderCfg configuration) |
| | | throws ConfigException |
| | |
| | | } |
| | | |
| | | |
| | | /** |
| | | * |
| | | * {@inheritDoc} |
| | | */ |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public ObjectClass getMonitorObjectClass() |
| | | { |