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

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java67 * The startup phase of the ReplicationDomain subclass,
83 * ReplicationDomain implementation should implement the appropriate code
90 * To propagate changes to other replica, a ReplicationDomain implementation
100 * Full initialization can also by triggered from the ReplicationDomain
107 public abstract class ReplicationDomain class
134 * The ReplicationBroker that is used by this ReplicationDomain to
164 private static Map<String, ReplicationDomain> domains =
165 new HashMap<String, ReplicationDomain>();
283 * session of this ReplicationDomain.
300 * Creates a ReplicationDomain wit
310 public ReplicationDomain(String serviceID, int serverID,int initWindow) method in class:ReplicationDomain
331 public ReplicationDomain(String serviceID, int serverID) method in class:ReplicationDomain
353 public ReplicationDomain(String serviceID, int serverID, method in class:ReplicationDomain
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java70 * The startup phase of the ReplicationDomain subclass,
85 * ReplicationDomain implementation should implement the appropriate code
92 * To propagate changes to other replica, a ReplicationDomain implementation
102 * Full initialization can also be triggered from the ReplicationDomain
109 public abstract class ReplicationDomain class
235 * The ReplicationBroker that is used by this ReplicationDomain to
370 * session of this ReplicationDomain.
393 * Creates a ReplicationDomain with the provided parameters.
396 * The configuration object for this ReplicationDomain
398 * the generation of this ReplicationDomain
400 public ReplicationDomain(ReplicationDomainCfg config, long generationId) method in class:ReplicationDomain
416 public ReplicationDomain(ReplicationDomainCfg config, long generationId, method in class:ReplicationDomain
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java68 * The startup phase of the ReplicationDomain subclass,
84 * ReplicationDomain implementation should implement the appropriate code
91 * To propagate changes to other replica, a ReplicationDomain implementation
101 * Full initialization can also by triggered from the ReplicationDomain
108 public abstract class ReplicationDomain class
135 * The ReplicationBroker that is used by this ReplicationDomain to
165 private static Map<String, ReplicationDomain> domains =
166 new HashMap<String, ReplicationDomain>();
284 * session of this ReplicationDomain.
301 * Creates a ReplicationDomain wit
311 public ReplicationDomain(String serviceID, int serverID,int initWindow) method in class:ReplicationDomain
332 public ReplicationDomain(String serviceID, int serverID) method in class:ReplicationDomain
354 public ReplicationDomain(String serviceID, int serverID, method in class:ReplicationDomain
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java67 * The startup phase of the ReplicationDomain subclass,
83 * ReplicationDomain implementation should implement the appropriate code
90 * To propagate changes to other replica, a ReplicationDomain implementation
100 * Full initialization can also by triggered from the ReplicationDomain
107 public abstract class ReplicationDomain class
134 * The ReplicationBroker that is used by this ReplicationDomain to
164 private static Map<String, ReplicationDomain> domains =
165 new HashMap<String, ReplicationDomain>();
283 * session of this ReplicationDomain.
300 * Creates a ReplicationDomain wit
310 public ReplicationDomain(String serviceID, int serverID,int initWindow) method in class:ReplicationDomain
331 public ReplicationDomain(String serviceID, int serverID) method in class:ReplicationDomain
353 public ReplicationDomain(String serviceID, int serverID, method in class:ReplicationDomain
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java70 * The startup phase of the ReplicationDomain subclass,
85 * ReplicationDomain implementation should implement the appropriate code
92 * To propagate changes to other replica, a ReplicationDomain implementation
102 * Full initialization can also be triggered from the ReplicationDomain
109 public abstract class ReplicationDomain class
235 * The ReplicationBroker that is used by this ReplicationDomain to
370 * session of this ReplicationDomain.
393 * Creates a ReplicationDomain with the provided parameters.
396 * The configuration object for this ReplicationDomain
398 * the generation of this ReplicationDomain
400 public ReplicationDomain(ReplicationDomainCfg config, long generationId) method in class:ReplicationDomain
416 public ReplicationDomain(ReplicationDomainCfg config, long generationId, method in class:ReplicationDomain
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationDomain.java67 * The startup phase of the ReplicationDomain subclass,
82 * ReplicationDomain implementation should implement the appropriate code
89 * To propagate changes to other replica, a ReplicationDomain implementation
99 * Full initialization can also be triggered from the ReplicationDomain
106 public abstract class ReplicationDomain class
224 * The ReplicationBroker that is used by this ReplicationDomain to
349 * session of this ReplicationDomain.
372 * Creates a ReplicationDomain with the provided parameters.
375 * The configuration object for this ReplicationDomain
377 * the generation of this ReplicationDomain
379 public ReplicationDomain(ReplicationDomainCfg config, long generationId) method in class:ReplicationDomain
395 public ReplicationDomain(ReplicationDomainCfg config, long generationId, method in class:ReplicationDomain
[all...]

Completed in 53 milliseconds