Searched refs:registry2 (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java5157 Set<Map<ServerProperty, Object>> registry2 = adsCtx2.readServerRegistry();
5158 if (registry2.size() <= 1)
5185 if (!ADSContext.isRegistered(serverDesc2, registry2))
5195 else if (!areEqual(registry1, registry2))
5253 if (!ADSContext.isRegistered(serverDesc2, registry2))
5274 Set<Map<ServerProperty, Object>> registry2 = adsCtx2.readServerRegistry();
5275 if (!ADSContext.isRegistered(serverDesc2, registry2))
8173 * @param registry2 the second registry to compare.
8177 private boolean areEqual(Set<Map<ServerProperty, Object>> registry1, Set<Map<ServerProperty, Object>> registry2) argument
8179 return registry1.size() == registry2
8196 equals(Set<Map<ServerProperty, Object>> registry1, Set<Map<ServerProperty, Object>> registry2, Set<ServerProperty> propertiesToCompare) argument
8209 exists(Set<Map<ServerProperty, Object>> registry2, Map<ServerProperty, Object> server1, Set<ServerProperty> propertiesToCompare) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java5975 Set<Map<ADSContext.ServerProperty, Object>> registry2 =
5977 if (registry2.size() <= 1)
6004 if (!ADSContext.isRegistered(server2, registry2))
6014 else if (!areEqual(registry1, registry2))
6089 if (!ADSContext.isRegistered(server2, registry2))
6111 Set<Map<ADSContext.ServerProperty, Object>> registry2 =
6113 if (!ADSContext.isRegistered(server2, registry2))
9500 * @param registry2 the second registry to compare.
9506 Set<Map<ADSContext.ServerProperty, Object>> registry2)
9508 boolean areEqual = registry1.size() == registry2
9504 areEqual( Set<Map<ADSContext.ServerProperty, Object>> registry1, Set<Map<ADSContext.ServerProperty, Object>> registry2) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java5550 Set<Map<ADSContext.ServerProperty, Object>> registry2 =
5552 if (registry2.size() <= 1)
5579 if (!ADSContext.isRegistered(server2, registry2))
5589 else if (!areEqual(registry1, registry2))
5664 if (!ADSContext.isRegistered(server2, registry2))
5686 Set<Map<ADSContext.ServerProperty, Object>> registry2 =
5688 if (!ADSContext.isRegistered(server2, registry2))
9040 * @param registry2 the second registry to compare.
9046 Set<Map<ADSContext.ServerProperty, Object>> registry2)
9048 boolean areEqual = registry1.size() == registry2
9044 areEqual( Set<Map<ADSContext.ServerProperty, Object>> registry1, Set<Map<ADSContext.ServerProperty, Object>> registry2) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java5975 Set<Map<ADSContext.ServerProperty, Object>> registry2 =
5977 if (registry2.size() <= 1)
6004 if (!ADSContext.isRegistered(server2, registry2))
6014 else if (!areEqual(registry1, registry2))
6089 if (!ADSContext.isRegistered(server2, registry2))
6111 Set<Map<ADSContext.ServerProperty, Object>> registry2 =
6113 if (!ADSContext.isRegistered(server2, registry2))
9500 * @param registry2 the second registry to compare.
9506 Set<Map<ADSContext.ServerProperty, Object>> registry2)
9508 boolean areEqual = registry1.size() == registry2
9504 areEqual( Set<Map<ADSContext.ServerProperty, Object>> registry1, Set<Map<ADSContext.ServerProperty, Object>> registry2) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java5976 Set<Map<ADSContext.ServerProperty, Object>> registry2 =
5978 if (registry2.size() <= 1)
6005 if (!ADSContext.isRegistered(server2, registry2))
6015 else if (!areEqual(registry1, registry2))
6090 if (!ADSContext.isRegistered(server2, registry2))
6112 Set<Map<ADSContext.ServerProperty, Object>> registry2 =
6114 if (!ADSContext.isRegistered(server2, registry2))
9501 * @param registry2 the second registry to compare.
9507 Set<Map<ADSContext.ServerProperty, Object>> registry2)
9509 boolean areEqual = registry1.size() == registry2
9505 areEqual( Set<Map<ADSContext.ServerProperty, Object>> registry1, Set<Map<ADSContext.ServerProperty, Object>> registry2) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java5550 Set<Map<ADSContext.ServerProperty, Object>> registry2 =
5552 if (registry2.size() <= 1)
5579 if (!ADSContext.isRegistered(server2, registry2))
5589 else if (!areEqual(registry1, registry2))
5664 if (!ADSContext.isRegistered(server2, registry2))
5686 Set<Map<ADSContext.ServerProperty, Object>> registry2 =
5688 if (!ADSContext.isRegistered(server2, registry2))
9040 * @param registry2 the second registry to compare.
9046 Set<Map<ADSContext.ServerProperty, Object>> registry2)
9048 boolean areEqual = registry1.size() == registry2
9044 areEqual( Set<Map<ADSContext.ServerProperty, Object>> registry1, Set<Map<ADSContext.ServerProperty, Object>> registry2) argument
[all...]

Completed in 115 milliseconds