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

pgamba
12.02.2009 b60c65cbc435695166677ffd2fc8d6dc714da9a4
opendj-sdk/opends/src/server/org/opends/server/replication/common/ExternalChangeLogSession.java
@@ -49,4 +49,11 @@
   */
  public abstract void close()
  throws DirectoryException;
  /**
   * Returns the last (newest) cookie value.
   * @return the last cookie value.
   */
  public abstract MultiDomainServerState getLastCookie();
}