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

matthew_swift
01.06.2007 506eee12c5fe5d42d3f90662289426e6cc8aed76
opendj-sdk/opends/src/server/org/opends/server/admin/client/ManagementContext.java
@@ -34,7 +34,7 @@
/**
 * Management connection context.
 * Client management connection context.
 */
public abstract class ManagementContext {
@@ -48,21 +48,9 @@
  /**
   * Get the root configuration managed object associated with this
   * Gets the root configuration client associated with this
   * management context.
   *
   * @return Returns the root configuration managed object associated
   *         with this management context.
   */
  public abstract ManagedObject<RootCfgClient>
      getRootConfigurationManagedObject();
  /**
   * Get the root configuration client associated with this management
   * context.
   *
   * @return Returns the root configuration client associated with
   *         this management context.
   */
@@ -70,4 +58,16 @@
    return getRootConfigurationManagedObject().getConfiguration();
  }
  /**
   * Gets the root configuration managed object associated with this
   * management context.
   *
   * @return Returns the root configuration managed object associated
   *         with this management context.
   */
  public abstract
  ManagedObject<RootCfgClient> getRootConfigurationManagedObject();
}