Searched defs:getMonitorAttrValue (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java587 protected long getMonitorAttrValue(DN baseDn, String attr) throws Exception method in class:ReplicationTestCase
707 lastCount = getMonitorAttrValue(baseDn, attr);
723 long currentCount = getMonitorAttrValue(monitorDn, monitorAttr);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java587 protected long getMonitorAttrValue(DN baseDn, String attr) throws Exception method in class:ReplicationTestCase
707 lastCount = getMonitorAttrValue(baseDn, attr);
723 long currentCount = getMonitorAttrValue(monitorDn, monitorAttr);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java587 protected long getMonitorAttrValue(DN baseDn, String attr) throws Exception method in class:ReplicationTestCase
707 lastCount = getMonitorAttrValue(baseDn, attr);
723 long currentCount = getMonitorAttrValue(monitorDn, monitorAttr);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java496 protected long getMonitorAttrValue(DN baseDN, String attr) throws Exception method in class:ReplicationTestCase
600 lastCount = getMonitorAttrValue(baseDN, attr);
609 long currentCount = getMonitorAttrValue(monitorDN, monitorAttr);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java496 protected long getMonitorAttrValue(DN baseDN, String attr) throws Exception method in class:ReplicationTestCase
600 lastCount = getMonitorAttrValue(baseDN, attr);
609 long currentCount = getMonitorAttrValue(monitorDN, monitorAttr);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/
H A DReplicationTestCase.java486 protected long getMonitorAttrValue(final DN baseDN, final String attr) throws Exception method in class:ReplicationTestCase
584 lastCount = getMonitorAttrValue(baseDN, attr);
593 long currentCount = getMonitorAttrValue(monitorDN, monitorAttr);

Completed in 42 milliseconds