| | |
| | | * |
| | | * |
| | | * Copyright 2006-2009 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011 ForgeRock AS |
| | | */ |
| | | package org.opends.server.protocols.jmx; |
| | | import org.opends.messages.Message; |
| | | |
| | | |
| | | |
| | | import java.net.*; |
| | | import java.util.*; |
| | |
| | | import org.opends.server.protocols.ldap.*; |
| | | import org.opends.server.protocols.internal.InternalSearchOperation ; |
| | | import org.opends.server.protocols.internal.InternalSearchListener; |
| | | |
| | | import org.opends.messages.Message; |
| | | import org.opends.server.types.*; |
| | | |
| | | import static org.opends.server.loggers.debug.DebugLogger.*; |
| | |
| | | /** |
| | | * Indicate that the disconnect process is started. |
| | | */ |
| | | private Boolean disconnectStarted = new Boolean(false); |
| | | private Boolean disconnectStarted = false; |
| | | |
| | | |
| | | /** |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override |
| | | public void handleNotification(Notification notif, Object handback) |
| | | { |
| | | JMXConnectionNotification jcn ; |