Searched defs:waitForSpecificMsg (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.java1092 protected static ReplicationMsg waitForSpecificMsg(Session session, String msgType) { method in class:ReplicationTestCase
1117 TRACER.debugInfo("waitForSpecificMsg received : " + replMsg);
1135 protected static ReplicationMsg waitForSpecificMsg(ReplicationBroker broker, String msgType) { method in class:ReplicationTestCase
1160 TRACER.debugInfo("waitForSpecificMsg received : " + replMsg);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java1092 protected static ReplicationMsg waitForSpecificMsg(Session session, String msgType) { method in class:ReplicationTestCase
1117 TRACER.debugInfo("waitForSpecificMsg received : " + replMsg);
1135 protected static ReplicationMsg waitForSpecificMsg(ReplicationBroker broker, String msgType) { method in class:ReplicationTestCase
1160 TRACER.debugInfo("waitForSpecificMsg received : " + replMsg);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java1092 protected static ReplicationMsg waitForSpecificMsg(Session session, String msgType) { method in class:ReplicationTestCase
1117 TRACER.debugInfo("waitForSpecificMsg received : " + replMsg);
1135 protected static ReplicationMsg waitForSpecificMsg(ReplicationBroker broker, String msgType) { method in class:ReplicationTestCase
1160 TRACER.debugInfo("waitForSpecificMsg received : " + replMsg);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java886 protected static <T extends ReplicationMsg> T waitForSpecificMsg(Session session, Class<T> msgType) { method in class:ReplicationTestCase
887 return waitForSpecificMsg(session, null, msgType);
897 protected static <T extends ReplicationMsg> T waitForSpecificMsg(ReplicationBroker broker, Class<T> msgType) { method in class:ReplicationTestCase
898 return waitForSpecificMsg(null, broker, msgType);
901 protected static <T extends ReplicationMsg> T waitForSpecificMsg(Session session, ReplicationBroker broker, Class<T> msgType) method in class:ReplicationTestCase
935 TRACER.debugInfo("waitForSpecificMsg received : " + replMsg);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java886 protected static <T extends ReplicationMsg> T waitForSpecificMsg(Session session, Class<T> msgType) { method in class:ReplicationTestCase
887 return waitForSpecificMsg(session, null, msgType);
897 protected static <T extends ReplicationMsg> T waitForSpecificMsg(ReplicationBroker broker, Class<T> msgType) { method in class:ReplicationTestCase
898 return waitForSpecificMsg(null, broker, msgType);
901 protected static <T extends ReplicationMsg> T waitForSpecificMsg(Session session, ReplicationBroker broker, Class<T> msgType) method in class:ReplicationTestCase
935 TRACER.debugInfo("waitForSpecificMsg received : " + replMsg);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/
H A DReplicationTestCase.java830 protected static <T extends ReplicationMsg> T waitForSpecificMsg(Session session, Class<T> msgType) throws Exception method in class:ReplicationTestCase
842 protected static <T extends ReplicationMsg> T waitForSpecificMsg(ReplicationBroker broker, Class<T> msgType) method in class:ReplicationTestCase
887 logger.trace("waitForSpecificMsg received : " + replMsg);

Completed in 48 milliseconds