Searched defs:exportedEntryCount (Results 1 - 9 of 9) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DFakeReplicationDomain.java66 private int exportedEntryCount; field in class:FakeReplicationDomain
92 int exportedEntryCount) throws ConfigException
99 this.exportedEntryCount = exportedEntryCount;
105 return exportedEntryCount;
84 FakeReplicationDomain( String serviceID, int serverID, Collection<String> replicationServers, int window, long heartbeatInterval, String exportString, StringBuilder importString, int exportedEntryCount) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DFakeReplicationDomain.java66 private int exportedEntryCount; field in class:FakeReplicationDomain
104 String exportString, StringBuilder importString, int exportedEntryCount)
110 this.exportedEntryCount = exportedEntryCount;
113 public void initExport(String exportString, int exportedEntryCount) argument
116 this.exportedEntryCount = exportedEntryCount;
122 return exportedEntryCount;
102 FakeReplicationDomain(DN baseDN, int serverID, SortedSet<String> replicationServers, long heartbeatInterval, String exportString, StringBuilder importString, int exportedEntryCount) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DFakeReplicationDomain.java66 private int exportedEntryCount; field in class:FakeReplicationDomain
92 int exportedEntryCount) throws ConfigException
99 this.exportedEntryCount = exportedEntryCount;
105 return exportedEntryCount;
84 FakeReplicationDomain( String serviceID, int serverID, Collection<String> replicationServers, int window, long heartbeatInterval, String exportString, StringBuilder importString, int exportedEntryCount) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DFakeReplicationDomain.java66 private int exportedEntryCount; field in class:FakeReplicationDomain
104 String exportString, StringBuilder importString, int exportedEntryCount)
110 this.exportedEntryCount = exportedEntryCount;
113 public void initExport(String exportString, int exportedEntryCount) argument
116 this.exportedEntryCount = exportedEntryCount;
122 return exportedEntryCount;
102 FakeReplicationDomain(DN baseDN, int serverID, SortedSet<String> replicationServers, long heartbeatInterval, String exportString, StringBuilder importString, int exportedEntryCount) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DFakeReplicationDomain.java66 private int exportedEntryCount; field in class:FakeReplicationDomain
92 int exportedEntryCount) throws ConfigException
99 this.exportedEntryCount = exportedEntryCount;
105 return exportedEntryCount;
84 FakeReplicationDomain( String serviceID, int serverID, Collection<String> replicationServers, int window, long heartbeatInterval, String exportString, StringBuilder importString, int exportedEntryCount) argument
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/service/
H A DFakeReplicationDomain.java66 private int exportedEntryCount; field in class:FakeReplicationDomain
104 String exportString, StringBuilder importString, int exportedEntryCount)
110 this.exportedEntryCount = exportedEntryCount;
113 public void initExport(String exportString, int exportedEntryCount) argument
116 this.exportedEntryCount = exportedEntryCount;
122 return exportedEntryCount;
102 FakeReplicationDomain(DN baseDN, int serverID, SortedSet<String> replicationServers, long heartbeatInterval, String exportString, StringBuilder importString, int exportedEntryCount) argument
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DFractionalReplicationTest.java677 private int exportedEntryCount; field in class:FractionalReplicationTest.FakeReplicationDomain
694 public void initExport(String exportString, int exportedEntryCount) argument
697 this.exportedEntryCount = exportedEntryCount;
703 return exportedEntryCount;
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DFractionalReplicationTest.java677 private int exportedEntryCount; field in class:FractionalReplicationTest.FakeReplicationDomain
694 public void initExport(String exportString, int exportedEntryCount) argument
697 this.exportedEntryCount = exportedEntryCount;
703 return exportedEntryCount;
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DFractionalReplicationTest.java677 private int exportedEntryCount; field in class:FractionalReplicationTest.FakeReplicationDomain
694 public void initExport(String exportString, int exportedEntryCount) argument
697 this.exportedEntryCount = exportedEntryCount;
703 return exportedEntryCount;

Completed in 45 milliseconds