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

jcambon
22.12.2007 c950fe2ad987d5669df1927ba79d4c4080fc55e9
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();
}