/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/ |
H A D | PersistentServerStateTest.java | 42 * Test the PersistentServerState class. 47 * The suffix for which we want to test the PersistentServerState class. 58 * Test that the PersistentServerState class is able to store and 66 * Create a new PersistentServerState, 70 * Then creates a new PersistentServerState and check that the 71 * 2 ChangeNumbers have been saved in this new PersistentServerState. 75 PersistentServerState state = 76 new PersistentServerState(baseDn, 1, origState); 90 PersistentServerState stateSaved = new PersistentServerState(baseD [all...] |
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/ |
H A D | PersistentServerStateTest.java | 41 * Test the PersistentServerState class. 47 * The suffix for which we want to test the PersistentServerState class. 58 * Test that the PersistentServerState class is able to store and 65 * Create a new PersistentServerState, 69 * Then creates a new PersistentServerState and check that the 70 * 2 csns have been saved in this new PersistentServerState. 74 PersistentServerState state = 75 new PersistentServerState(baseDn, 1, origState); 86 PersistentServerState stateSaved = 87 new PersistentServerState(baseD [all...] |
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/ |
H A D | PersistentServerStateTest.java | 42 * Test the PersistentServerState class. 47 * The suffix for which we want to test the PersistentServerState class. 58 * Test that the PersistentServerState class is able to store and 66 * Create a new PersistentServerState, 70 * Then creates a new PersistentServerState and check that the 71 * 2 ChangeNumbers have been saved in this new PersistentServerState. 75 PersistentServerState state = 76 new PersistentServerState(baseDn, 1, origState); 90 PersistentServerState stateSaved = new PersistentServerState(baseD [all...] |
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/ |
H A D | PersistentServerStateTest.java | 41 * Test the PersistentServerState class. 47 * The suffix for which we want to test the PersistentServerState class. 58 * Test that the PersistentServerState class is able to store and 65 * Create a new PersistentServerState, 69 * Then creates a new PersistentServerState and check that the 70 * 2 csns have been saved in this new PersistentServerState. 74 PersistentServerState state = 75 new PersistentServerState(baseDn, 1, origState); 86 PersistentServerState stateSaved = 87 new PersistentServerState(baseD [all...] |
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/ |
H A D | PersistentServerStateTest.java | 42 * Test the PersistentServerState class. 47 * The suffix for which we want to test the PersistentServerState class. 58 * Test that the PersistentServerState class is able to store and 66 * Create a new PersistentServerState, 70 * Then creates a new PersistentServerState and check that the 71 * 2 ChangeNumbers have been saved in this new PersistentServerState. 75 PersistentServerState state = 76 new PersistentServerState(baseDn, 1, origState); 90 PersistentServerState stateSaved = new PersistentServerState(baseD [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/ |
H A D | PersistentServerStateTest.java | 41 * Test the PersistentServerState class. 47 * The suffix for which we want to test the PersistentServerState class. 58 * Test that the PersistentServerState class is able to store and 65 * Create a new PersistentServerState, 69 * Then creates a new PersistentServerState and check that the 70 * 2 csns have been saved in this new PersistentServerState. 74 PersistentServerState state = 75 new PersistentServerState(baseDn, 1, origState); 86 PersistentServerState stateSaved = 87 new PersistentServerState(baseD [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/ |
H A D | PersistentServerState.java | 67 public class PersistentServerState class 86 public PersistentServerState(DN baseDn, int serverId) method in class:PersistentServerState 95 * Create a new PersistentServerState based on an already existing 102 public PersistentServerState(DN baseDn, int serverId, ServerState state) method in class:PersistentServerState
|
H A D | LDAPReplicationDomain.java | 179 private final PersistentServerState state; 566 state = new PersistentServerState(baseDn, serverId, getServerState());
|
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/ |
H A D | PersistentServerState.java | 67 public class PersistentServerState class 86 public PersistentServerState(DN baseDn, int serverId) method in class:PersistentServerState 95 * Create a new PersistentServerState based on an already existing 102 public PersistentServerState(DN baseDn, int serverId, ServerState state) method in class:PersistentServerState
|
H A D | LDAPReplicationDomain.java | 180 private final PersistentServerState state; 586 state = new PersistentServerState(baseDn, serverId, getServerState());
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/ |
H A D | PersistentServerState.java | 67 public class PersistentServerState class 86 public PersistentServerState(DN baseDn, int serverId) method in class:PersistentServerState 95 * Create a new PersistentServerState based on an already existing 102 public PersistentServerState(DN baseDn, int serverId, ServerState state) method in class:PersistentServerState
|
H A D | LDAPReplicationDomain.java | 179 private final PersistentServerState state; 566 state = new PersistentServerState(baseDn, serverId, getServerState());
|
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/ |
H A D | PersistentServerState.java | 53 class PersistentServerState class 67 * Create a new PersistentServerState based on an already existing 74 PersistentServerState(DN baseDN, int serverId, ServerState state) method in class:PersistentServerState
|
H A D | LDAPReplicationDomain.java | 202 private final PersistentServerState state; 499 state = new PersistentServerState(getBaseDN(), getServerId(),
|
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/ |
H A D | PersistentServerState.java | 53 class PersistentServerState class 67 * Create a new PersistentServerState based on an already existing 74 PersistentServerState(DN baseDN, int serverId, ServerState state) method in class:PersistentServerState
|
H A D | LDAPReplicationDomain.java | 202 private final PersistentServerState state; 499 state = new PersistentServerState(getBaseDN(), getServerId(),
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/ |
H A D | PersistentServerState.java | 62 class PersistentServerState class 76 * Create a new PersistentServerState based on an already existing 83 PersistentServerState(DN baseDN, int serverId, ServerState state) method in class:PersistentServerState
|
H A D | LDAPReplicationDomain.java | 249 private final PersistentServerState state; 516 state = new PersistentServerState(getBaseDN(), getServerId(),
|
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/ |
H A D | ReplicationTestCase.java | 49 import org.opends.server.replication.plugin.PersistentServerState; 238 new PersistentServerState(baseDn, serverId, new ServerState()); 347 new PersistentServerState(baseDn, serverId, new ServerState());
|
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/ |
H A D | ReplicationTestCase.java | 49 import org.opends.server.replication.plugin.PersistentServerState; 238 new PersistentServerState(baseDn, serverId, new ServerState()); 347 new PersistentServerState(baseDn, serverId, new ServerState());
|
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/ |
H A D | ReplicationTestCase.java | 49 import org.opends.server.replication.plugin.PersistentServerState; 238 new PersistentServerState(baseDn, serverId, new ServerState()); 347 new PersistentServerState(baseDn, serverId, new ServerState());
|