Searched defs:waitConnections (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DMessageHandler.java202 * @param waitConnections Waits for the Connections with other RS to
207 boolean createIfNotExist, boolean waitConnections)
213 serviceId, createIfNotExist, waitConnections);
206 getDomain( boolean createIfNotExist, boolean waitConnections) argument
H A DReplicationServer.java756 * @param waitConnections Waits for the Connections with other RS to
762 boolean create, boolean waitConnections)
778 if (waitConnections)
761 getReplicationServerDomain(String baseDn, boolean create, boolean waitConnections) argument
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DMessageHandler.java207 * @param waitConnections Waits for the Connections with other RS to
210 private void setDomain(boolean waitConnections) argument
216 if (waitConnections) {
217 replicationServer.waitConnections();
H A DReplicationServer.java752 void waitConnections() method in class:ReplicationServer
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DMessageHandler.java202 * @param waitConnections Waits for the Connections with other RS to
207 boolean createIfNotExist, boolean waitConnections)
213 serviceId, createIfNotExist, waitConnections);
206 getDomain( boolean createIfNotExist, boolean waitConnections) argument
H A DReplicationServer.java762 * @param waitConnections Waits for the Connections with other RS to
768 boolean create, boolean waitConnections)
784 if (waitConnections)
767 getReplicationServerDomain(String baseDn, boolean create, boolean waitConnections) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DMessageHandler.java202 * @param waitConnections Waits for the Connections with other RS to
207 boolean createIfNotExist, boolean waitConnections)
213 serviceId, createIfNotExist, waitConnections);
206 getDomain( boolean createIfNotExist, boolean waitConnections) argument
H A DReplicationServer.java756 * @param waitConnections Waits for the Connections with other RS to
762 boolean create, boolean waitConnections)
778 if (waitConnections)
761 getReplicationServerDomain(String baseDn, boolean create, boolean waitConnections) argument
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DMessageHandler.java207 * @param waitConnections Waits for the Connections with other RS to
210 private void setDomain(boolean waitConnections) argument
216 if (waitConnections) {
217 replicationServer.waitConnections();
H A DReplicationServer.java752 void waitConnections() method in class:ReplicationServer
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DMessageHandler.java186 * @param waitConnections Waits for the Connections with other RS to
189 private void setDomain(boolean waitConnections) argument
195 if (waitConnections)
197 replicationServer.waitConnections();
H A DReplicationServer.java720 void waitConnections() method in class:ReplicationServer

Completed in 69 milliseconds