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

matthew_swift
22.35.2007 836e359af22b0362453e9fabcb3f8a47e2780e8e
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/TestChildCfgClient.java
File was renamed from opends/tests/unit-tests-testng/src/server/org/opends/server/admin/server/TestChildCfgClient.java
@@ -24,7 +24,7 @@
 *
 *      Portions Copyright 2007 Sun Microsystems, Inc.
 */
package org.opends.server.admin.server;
package org.opends.server.admin;
@@ -43,4 +43,24 @@
   */
  ManagedObjectDefinition<? extends TestChildCfgClient, ? extends TestChildCfg> definition();
  /**
   * Get the "heartbeat-interval" property.
   *
   * @return Returns the value of the "heartbeat-interval" property.
   */
  long getHeartbeatInterval();
  /**
   * Set the "heartbeat-interval" property.
   *
   * @param value
   *          The value of the "heartbeat-interval" property.
   * @throws IllegalPropertyValueException
   *           If the new value is invalid.
   */
  void setHeartbeatInterval(Long value) throws IllegalPropertyValueException;
}