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

pgamba
12.02.2009 93bfdddfe14f5f805a5a3515ab50727f2e5ed787
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();
}