Searched defs:exportString (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.java58 private String exportString = null; field in class:FakeReplicationDomain
90 String exportString,
97 this.exportString = exportString;
113 output.write(exportString.getBytes());
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.java58 private String exportString; field in class:FakeReplicationDomain
104 String exportString, StringBuilder importString, int exportedEntryCount)
108 this.exportString = exportString;
113 public void initExport(String exportString, int exportedEntryCount) argument
115 this.exportString = exportString;
130 output.write(exportString.getBytes());
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.java58 private String exportString = null; field in class:FakeReplicationDomain
90 String exportString,
97 this.exportString = exportString;
113 output.write(exportString.getBytes());
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.java58 private String exportString; field in class:FakeReplicationDomain
104 String exportString, StringBuilder importString, int exportedEntryCount)
108 this.exportString = exportString;
113 public void initExport(String exportString, int exportedEntryCount) argument
115 this.exportString = exportString;
130 output.write(exportString.getBytes());
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.java58 private String exportString = null; field in class:FakeReplicationDomain
90 String exportString,
97 this.exportString = exportString;
113 output.write(exportString.getBytes());
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.java58 private String exportString; field in class:FakeReplicationDomain
104 String exportString, StringBuilder importString, int exportedEntryCount)
108 this.exportString = exportString;
113 public void initExport(String exportString, int exportedEntryCount) argument
115 this.exportString = exportString;
130 output.write(exportString.getBytes());
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.java672 String exportString = null; field in class:FractionalReplicationTest.FakeReplicationDomain
694 public void initExport(String exportString, int exportedEntryCount) argument
696 this.exportString = exportString;
711 output.write(exportString.getBytes());
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DFractionalReplicationTest.java672 String exportString = null; field in class:FractionalReplicationTest.FakeReplicationDomain
694 public void initExport(String exportString, int exportedEntryCount) argument
696 this.exportString = exportString;
711 output.write(exportString.getBytes());
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DFractionalReplicationTest.java672 String exportString = null; field in class:FractionalReplicationTest.FakeReplicationDomain
694 public void initExport(String exportString, int exportedEntryCount) argument
696 this.exportString = exportString;
711 output.write(exportString.getBytes());

Completed in 81 milliseconds