Searched refs:serverState (Results 76 - 81 of 81) sorted by relevance

1234

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java351 * @param serverState The serverState to use
354 ServerState serverState)
358 this.state = serverState;
353 ReplicationDomain(String serviceID, int serverID, ServerState serverState) argument
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java413 * @param serverState
414 * The serverState to use
417 ServerState serverState)
422 this.state = serverState;
416 ReplicationDomain(ReplicationDomainCfg config, long generationId, ServerState serverState) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java352 * @param serverState The serverState to use
355 ServerState serverState)
359 this.state = serverState;
354 ReplicationDomain(String serviceID, int serverID, ServerState serverState) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java351 * @param serverState The serverState to use
354 ServerState serverState)
358 this.state = serverState;
353 ReplicationDomain(String serviceID, int serverID, ServerState serverState) argument
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java413 * @param serverState
414 * The serverState to use
417 ServerState serverState)
422 this.state = serverState;
416 ReplicationDomain(ReplicationDomainCfg config, long generationId, ServerState serverState) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationDomain.java392 * @param serverState
393 * The serverState to use
396 ServerState serverState)
401 this.state = serverState;
395 ReplicationDomain(ReplicationDomainCfg config, long generationId, ServerState serverState) argument

Completed in 85 milliseconds

1234