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

jcambon
22.12.2007 4c90fc4ac70e861d89506c81b64cb7427fd75332
opendj-sdk/opends/src/server/org/opends/server/admin/client/ldap/LDAPConnection.java
@@ -139,4 +139,11 @@
   */
  public abstract Attributes readEntry(LdapName dn, Collection<String> attrIds)
      throws NamingException;
  /**
   * Close the associated management context.
   *
   */
  public abstract void unbind();
}