Searched defs:importString (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.java64 private StringBuilder importString = null; field in class:FakeReplicationDomain
91 StringBuilder importString,
98 this.importString = importString;
148 importString.append(new String(buffer, 0, ret));
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.java64 private StringBuilder importString; field in class:FakeReplicationDomain
104 String exportString, StringBuilder importString, int exportedEntryCount)
109 this.importString = importString;
158 importString.append(new String(buffer, 0, ret));
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.java64 private StringBuilder importString = null; field in class:FakeReplicationDomain
91 StringBuilder importString,
98 this.importString = importString;
148 importString.append(new String(buffer, 0, ret));
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.java64 private StringBuilder importString; field in class:FakeReplicationDomain
104 String exportString, StringBuilder importString, int exportedEntryCount)
109 this.importString = importString;
158 importString.append(new String(buffer, 0, ret));
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.java64 private StringBuilder importString = null; field in class:FakeReplicationDomain
91 StringBuilder importString,
98 this.importString = importString;
148 importString.append(new String(buffer, 0, ret));
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.java64 private StringBuilder importString; field in class:FakeReplicationDomain
104 String exportString, StringBuilder importString, int exportedEntryCount)
109 this.importString = importString;
159 importString.append(new String(buffer, 0, ret));
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.java676 StringBuilder importString = null; field in class:FractionalReplicationTest.FakeReplicationDomain
744 importString.append(new String(buffer, 0, ret));
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DFractionalReplicationTest.java676 StringBuilder importString = null; field in class:FractionalReplicationTest.FakeReplicationDomain
744 importString.append(new String(buffer, 0, ret));
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DFractionalReplicationTest.java676 StringBuilder importString = null; field in class:FractionalReplicationTest.FakeReplicationDomain
744 importString.append(new String(buffer, 0, ret));

Completed in 34 milliseconds