Searched defs:ReplicationServerInfo (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java181 private volatile Map<Integer, ReplicationServerInfo> replicationServerInfos
354 * Sets the locally configured flag for the passed ReplicationServerInfo
359 ReplicationServerInfo replicationServerInfo)
361 // Determine if the passed ReplicationServerInfo has a URL that is present
366 // The ReplicationServerInfo has been generated from a server with
480 public static class ReplicationServerInfo class in class:ReplicationBroker
502 * Create a new instance of ReplicationServerInfo wrapping the passed
510 public static ReplicationServerInfo newInstance(
513 ReplicationServerInfo rsInfo = newInstance(msg);
519 * Create a new instance of ReplicationServerInfo wrappin
553 private ReplicationServerInfo(ReplServerStartMsg replServerStartMsg) method in class:ReplicationBroker.ReplicationServerInfo
575 private ReplicationServerInfo(ReplServerStartDSMsg replServerStartDSMsg) method in class:ReplicationBroker.ReplicationServerInfo
708 public ReplicationServerInfo(RSInfo rsInfo, List<Integer> connectedDSs) method in class:ReplicationBroker.ReplicationServerInfo
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java79 private final ReplicationServerInfo rsInfo;
91 private ConnectedRS(ReplicationServerInfo rsInfo, Session session)
383 static class ReplicationServerInfo class in class:ReplicationBroker
403 * Create a new instance of ReplicationServerInfo wrapping the passed
411 private static ReplicationServerInfo newInstance(
414 final ReplicationServerInfo rsInfo = newInstance(msg);
420 * Create a new instance of ReplicationServerInfo wrapping the passed
427 static ReplicationServerInfo newInstance(ReplicationMsg msg)
433 return new ReplicationServerInfo((ReplServerStartMsg) msg);
438 return new ReplicationServerInfo((ReplServerStartDSMs
453 private ReplicationServerInfo(ReplServerStartMsg msg) method in class:ReplicationBroker.ReplicationServerInfo
473 private ReplicationServerInfo(ReplServerStartDSMsg msg) method in class:ReplicationBroker.ReplicationServerInfo
496 ReplicationServerInfo(RSInfo rsInfo, Set<Integer> connectedDSs) method in class:ReplicationBroker.ReplicationServerInfo
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java178 private volatile Map<Integer, ReplicationServerInfo> replicationServerInfos
354 * Sets the locally configured flag for the passed ReplicationServerInfo
359 ReplicationServerInfo replicationServerInfo)
361 // Determine if the passed ReplicationServerInfo has a URL that is present
366 // The ReplicationServerInfo has been generated from a server with
480 public static class ReplicationServerInfo class in class:ReplicationBroker
502 * Create a new instance of ReplicationServerInfo wrapping the passed
510 public static ReplicationServerInfo newInstance(
513 ReplicationServerInfo rsInfo = newInstance(msg);
519 * Create a new instance of ReplicationServerInfo wrappin
553 private ReplicationServerInfo(ReplServerStartMsg replServerStartMsg) method in class:ReplicationBroker.ReplicationServerInfo
575 private ReplicationServerInfo(ReplServerStartDSMsg replServerStartDSMsg) method in class:ReplicationBroker.ReplicationServerInfo
708 public ReplicationServerInfo(RSInfo rsInfo, List<Integer> connectedDSs) method in class:ReplicationBroker.ReplicationServerInfo
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java181 private volatile Map<Integer, ReplicationServerInfo> replicationServerInfos
354 * Sets the locally configured flag for the passed ReplicationServerInfo
359 ReplicationServerInfo replicationServerInfo)
361 // Determine if the passed ReplicationServerInfo has a URL that is present
366 // The ReplicationServerInfo has been generated from a server with
480 public static class ReplicationServerInfo class in class:ReplicationBroker
502 * Create a new instance of ReplicationServerInfo wrapping the passed
510 public static ReplicationServerInfo newInstance(
513 ReplicationServerInfo rsInfo = newInstance(msg);
519 * Create a new instance of ReplicationServerInfo wrappin
553 private ReplicationServerInfo(ReplServerStartMsg replServerStartMsg) method in class:ReplicationBroker.ReplicationServerInfo
575 private ReplicationServerInfo(ReplServerStartDSMsg replServerStartDSMsg) method in class:ReplicationBroker.ReplicationServerInfo
708 public ReplicationServerInfo(RSInfo rsInfo, List<Integer> connectedDSs) method in class:ReplicationBroker.ReplicationServerInfo
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java79 private final ReplicationServerInfo rsInfo;
91 private ConnectedRS(ReplicationServerInfo rsInfo, Session session)
383 static class ReplicationServerInfo class in class:ReplicationBroker
403 * Create a new instance of ReplicationServerInfo wrapping the passed
411 private static ReplicationServerInfo newInstance(
414 final ReplicationServerInfo rsInfo = newInstance(msg);
420 * Create a new instance of ReplicationServerInfo wrapping the passed
427 static ReplicationServerInfo newInstance(ReplicationMsg msg)
433 return new ReplicationServerInfo((ReplServerStartMsg) msg);
438 return new ReplicationServerInfo((ReplServerStartDSMs
453 private ReplicationServerInfo(ReplServerStartMsg msg) method in class:ReplicationBroker.ReplicationServerInfo
473 private ReplicationServerInfo(ReplServerStartDSMsg msg) method in class:ReplicationBroker.ReplicationServerInfo
496 ReplicationServerInfo(RSInfo rsInfo, Set<Integer> connectedDSs) method in class:ReplicationBroker.ReplicationServerInfo
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationBroker.java76 private final ReplicationServerInfo rsInfo;
88 private ConnectedRS(ReplicationServerInfo rsInfo, Session session)
374 static class ReplicationServerInfo class in class:ReplicationBroker
394 * Create a new instance of ReplicationServerInfo wrapping the passed
402 private static ReplicationServerInfo newInstance(
405 final ReplicationServerInfo rsInfo = newInstance(msg);
411 * Create a new instance of ReplicationServerInfo wrapping the passed
418 static ReplicationServerInfo newInstance(ReplicationMsg msg)
424 return new ReplicationServerInfo((ReplServerStartMsg) msg);
429 return new ReplicationServerInfo((ReplServerStartDSMs
444 private ReplicationServerInfo(ReplServerStartMsg msg) method in class:ReplicationBroker.ReplicationServerInfo
464 private ReplicationServerInfo(ReplServerStartDSMsg msg) method in class:ReplicationBroker.ReplicationServerInfo
487 ReplicationServerInfo(RSInfo rsInfo, Set<Integer> connectedDSs) method in class:ReplicationBroker.ReplicationServerInfo
[all...]

Completed in 49 milliseconds