opends/tests/unit-tests-testng/src/server/org/opends/server/admin/TestChildCfg.java
File was renamed from opends/tests/unit-tests-testng/src/server/org/opends/server/admin/server/TestChildCfg.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,12 @@ */ ManagedObjectDefinition<? extends TestChildCfgClient, ? extends TestChildCfg> definition(); /** * Get the "heartbeat-interval" property. * * @return Returns the value of the "heartbeat-interval" property. */ long getHeartbeatInterval(); }