Fix Issue 3796 A network group is still present in "cn=monitor" after deleting it.
| | |
| | | resourceLimitsPolicy = null; |
| | | criteria = ConnectionCriteria.TRUE; |
| | | policies.clear(); |
| | | // Remove the stats |
| | | statistics.finalizeStatistics(); |
| | | } |
| | | |
| | | |
| | |
| | | |
| | | |
| | | /** |
| | | * Finalize the statistics. |
| | | */ |
| | | public void finalizeStatistics() { |
| | | DirectoryServer.deregisterMonitorProvider(getMonitorInstanceName()); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * Increments the number of operations managed by this network group. |
| | | * @param message The LDAP Message containing the operation to be |
| | | * managed by the network group. |