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

pgamba
10.43.2009 45eb21b1354b6925fc058f834f505a9699d1bbbe
opends/src/server/org/opends/server/core/PersistentSearch.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 */
package org.opends.server.core;
@@ -240,6 +240,15 @@
  }
  /**
   * Get the search operation associated with this persistent search.
   *
   * @return The search operation associated with this persistent search.
   */
  public SearchOperation getSearchOperation()
  {
    return searchOperation;
  }
  /**
   * Notifies the persistent searches that an entry has been added.