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

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java97 private ReplicationBroker ds2 = null; field in class:StateMachineTest
122 ds2 = null;
144 if (ds2 != null)
146 ds2.stop();
147 ds2 = null;
195 rb = ds2;
446 ds2 = createReplicationBroker(DS2_ID, new ServerState(), EMPTY_DN_GENID, 10);
524 br2 = new BrokerReader(ds2, DS2_ID);
594 ds2 = createReplicationBroker(DS2_ID, new ServerState(), EMPTY_DN_GENID);
595 br = new BrokerReader(ds2, DS2_I
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java84 private ReplicationBroker ds2; field in class:StateMachineTest
104 ds2 = null;
119 stop(ds2, ds3);
120 ds2 = ds3 = null;
141 rb = ds2;
336 ds2 = createReplicationBroker(DS2_ID, new ServerState(), EMPTY_DN_GENID);
392 br2 = new BrokerReader(ds2, DS2_ID);
453 ds2 = createReplicationBroker(DS2_ID, new ServerState(), EMPTY_DN_GENID);
454 br = new BrokerReader(ds2, DS2_ID);
458 bw = new BrokerWriter(ds2, DS2_I
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java97 private ReplicationBroker ds2 = null; field in class:StateMachineTest
122 ds2 = null;
144 if (ds2 != null)
146 ds2.stop();
147 ds2 = null;
195 rb = ds2;
446 ds2 = createReplicationBroker(DS2_ID, new ServerState(), EMPTY_DN_GENID, 10);
524 br2 = new BrokerReader(ds2, DS2_ID);
594 ds2 = createReplicationBroker(DS2_ID, new ServerState(), EMPTY_DN_GENID);
595 br = new BrokerReader(ds2, DS2_I
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java84 private ReplicationBroker ds2; field in class:StateMachineTest
104 ds2 = null;
119 stop(ds2, ds3);
120 ds2 = ds3 = null;
141 rb = ds2;
336 ds2 = createReplicationBroker(DS2_ID, new ServerState(), EMPTY_DN_GENID);
392 br2 = new BrokerReader(ds2, DS2_ID);
453 ds2 = createReplicationBroker(DS2_ID, new ServerState(), EMPTY_DN_GENID);
454 br = new BrokerReader(ds2, DS2_ID);
458 bw = new BrokerWriter(ds2, DS2_I
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java97 private ReplicationBroker ds2 = null; field in class:StateMachineTest
122 ds2 = null;
144 if (ds2 != null)
146 ds2.stop();
147 ds2 = null;
195 rb = ds2;
446 ds2 = createReplicationBroker(DS2_ID, new ServerState(), EMPTY_DN_GENID, 10);
524 br2 = new BrokerReader(ds2, DS2_ID);
594 ds2 = createReplicationBroker(DS2_ID, new ServerState(), EMPTY_DN_GENID);
595 br = new BrokerReader(ds2, DS2_I
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DStateMachineTest.java93 private ReplicationBroker ds2; field in class:StateMachineTest
129 ds2 = null;
144 stop(ds2, ds3);
145 ds2 = ds3 = null;
176 return ds2.isConnected();
324 ds2 = createReplicationBroker(DS2_ID, new ServerState(), EMPTY_DN_GENID);
377 br2 = new BrokerReader(ds2, DS2_ID);
436 ds2 = createReplicationBroker(DS2_ID, new ServerState(), EMPTY_DN_GENID);
437 br = new BrokerReader(ds2, DS2_ID);
441 bw = new BrokerWriter(ds2, DS2_I
[all...]

Completed in 37 milliseconds