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

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationBrokerTest.java112 final ReplicationServerInfo info = find(rsInfos, rsInfo.toRSInfo());
191 newMap(OTHER_DS), newList(CURRENT_RS.toRSInfo()),
203 newMap(CURRENT_DS, OTHER_DS), newList(CURRENT_RS.toRSInfo()),
216 newMap(OTHER_DS), newList(CURRENT_RS.toRSInfo()),
230 newMap(OTHER_DS), newList(CURRENT_RS.toRSInfo()),
243 newMap(OTHER_DS), newList(CURRENT_RS.toRSInfo()),
256 newMap(OTHER_DS), newList(CURRENT_RS.toRSInfo(), ANOTHER_RS.toRSInfo()),
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationBrokerTest.java112 final ReplicationServerInfo info = find(rsInfos, rsInfo.toRSInfo());
191 newMap(OTHER_DS), newList(CURRENT_RS.toRSInfo()),
203 newMap(CURRENT_DS, OTHER_DS), newList(CURRENT_RS.toRSInfo()),
216 newMap(OTHER_DS), newList(CURRENT_RS.toRSInfo()),
230 newMap(OTHER_DS), newList(CURRENT_RS.toRSInfo()),
243 newMap(OTHER_DS), newList(CURRENT_RS.toRSInfo()),
256 newMap(OTHER_DS), newList(CURRENT_RS.toRSInfo(), ANOTHER_RS.toRSInfo()),
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/service/
H A DReplicationBrokerTest.java111 final ReplicationServerInfo info = find(rsInfos, rsInfo.toRSInfo());
190 newMap(OTHER_DS), newArrayList(CURRENT_RS.toRSInfo()),
202 newMap(CURRENT_DS, OTHER_DS), newArrayList(CURRENT_RS.toRSInfo()),
215 newMap(OTHER_DS), newArrayList(CURRENT_RS.toRSInfo()),
229 newMap(OTHER_DS), newArrayList(CURRENT_RS.toRSInfo()),
242 newMap(OTHER_DS), newArrayList(CURRENT_RS.toRSInfo()),
255 newMap(OTHER_DS), newArrayList(CURRENT_RS.toRSInfo(), ANOTHER_RS.toRSInfo()),
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DReplicationServerDomain.java1700 rsInfos.add(toRSInfo(localReplicationServer, generationId));
1731 rsInfos.add(toRSInfo(localReplicationServer, generationId));
1737 rsInfos.add(rsHandler.toRSInfo());
1745 private RSInfo toRSInfo(ReplicationServer rs, long generationId) method in class:ReplicationServerDomain
H A DServerHandler.java1008 public RSInfo toRSInfo() method in class:ServerHandler
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DReplicationServerDomain.java1700 rsInfos.add(toRSInfo(localReplicationServer, generationId));
1731 rsInfos.add(toRSInfo(localReplicationServer, generationId));
1737 rsInfos.add(rsHandler.toRSInfo());
1745 private RSInfo toRSInfo(ReplicationServer rs, long generationId) method in class:ReplicationServerDomain
H A DServerHandler.java1008 public RSInfo toRSInfo() method in class:ServerHandler
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DReplicationServerDomain.java1651 List<RSInfo> rsInfos = newArrayList(toRSInfo(localReplicationServer, generationId));
1682 rsInfos.add(toRSInfo(localReplicationServer, generationId));
1688 rsInfos.add(rsHandler.toRSInfo());
1696 private RSInfo toRSInfo(ReplicationServer rs, long generationId) method in class:ReplicationServerDomain
H A DServerHandler.java985 public RSInfo toRSInfo() method in class:ServerHandler
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DServerHandler.java1117 public RSInfo toRSInfo() method in class:ServerHandler
H A DReplicationServerDomain.java2005 rsInfos.add(serverHandler.toRSInfo());
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DServerHandler.java1134 public RSInfo toRSInfo() method in class:ServerHandler
H A DReplicationServerDomain.java2009 rsInfos.add(serverHandler.toRSInfo());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DServerHandler.java1117 public RSInfo toRSInfo() method in class:ServerHandler
H A DReplicationServerDomain.java2005 rsInfos.add(serverHandler.toRSInfo());
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java724 public RSInfo toRSInfo() method in class:ReplicationBroker.ReplicationServerInfo
2938 result.add(replicationServerInfo.toRSInfo());
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java626 RSInfo toRSInfo() method in class:ReplicationBroker.ReplicationServerInfo
2913 result.add(rsInfo.toRSInfo());
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java724 public RSInfo toRSInfo() method in class:ReplicationBroker.ReplicationServerInfo
3198 result.add(rsInfo.toRSInfo());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java724 public RSInfo toRSInfo() method in class:ReplicationBroker.ReplicationServerInfo
2938 result.add(replicationServerInfo.toRSInfo());
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java626 RSInfo toRSInfo() method in class:ReplicationBroker.ReplicationServerInfo
2913 result.add(rsInfo.toRSInfo());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationBroker.java617 RSInfo toRSInfo() method in class:ReplicationBroker.ReplicationServerInfo
2878 result.add(rsInfo.toRSInfo());

Completed in 158 milliseconds