Searched refs:PersistentServerState (Results 1 - 21 of 21) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DPersistentServerStateTest.java42 * 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 DPersistentServerStateTest.java41 * 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 DPersistentServerStateTest.java42 * 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 DPersistentServerStateTest.java41 * 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 DPersistentServerStateTest.java42 * 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 DPersistentServerStateTest.java41 * 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 DPersistentServerState.java67 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 DLDAPReplicationDomain.java179 private final PersistentServerState state;
566 state = new PersistentServerState(baseDn, serverId, getServerState());
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DPersistentServerState.java67 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 DLDAPReplicationDomain.java180 private final PersistentServerState state;
586 state = new PersistentServerState(baseDn, serverId, getServerState());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DPersistentServerState.java67 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 DLDAPReplicationDomain.java179 private final PersistentServerState state;
566 state = new PersistentServerState(baseDn, serverId, getServerState());
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DPersistentServerState.java53 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 DLDAPReplicationDomain.java202 private final PersistentServerState state;
499 state = new PersistentServerState(getBaseDN(), getServerId(),
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DPersistentServerState.java53 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 DLDAPReplicationDomain.java202 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 DPersistentServerState.java62 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 DLDAPReplicationDomain.java249 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 DReplicationTestCase.java49 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 DReplicationTestCase.java49 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 DReplicationTestCase.java49 import org.opends.server.replication.plugin.PersistentServerState;
238 new PersistentServerState(baseDn, serverId, new ServerState());
347 new PersistentServerState(baseDn, serverId, new ServerState());

Completed in 7101 milliseconds