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

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java460 * @param usedServerIds the list of server ids (domain ids) that
468 Set<Integer> usedReplicationServerIds, Set<Integer> usedServerIds)
617 int domainId = getReplicationId(usedServerIds);
618 usedServerIds.add(domainId);
638 usedServerIds.add(domain.getServerId());
465 configureReplication( InitialLdapContext remoteCtx, Map<String,Set<String>> replicationServers, int replicationPort, boolean useSecureReplication, String serverDisplay, Set<Integer> usedReplicationServerIds, Set<Integer> usedServerIds) argument
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java461 * @param usedServerIds the list of server ids (domain ids) that
469 Set<Integer> usedReplicationServerIds, Set<Integer> usedServerIds)
618 int domainId = getReplicationId(usedServerIds);
619 usedServerIds.add(domainId);
639 usedServerIds.add(domain.getServerId());
466 configureReplication( InitialLdapContext remoteCtx, Map<String,Set<String>> replicationServers, int replicationPort, boolean useSecureReplication, String serverDisplay, Set<Integer> usedReplicationServerIds, Set<Integer> usedServerIds) argument
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java461 * @param usedServerIds the list of server ids (domain ids) that
469 Set<Integer> usedReplicationServerIds, Set<Integer> usedServerIds)
618 int domainId = getReplicationId(usedServerIds);
619 usedServerIds.add(domainId);
639 usedServerIds.add(domain.getServerId());
466 configureReplication( InitialLdapContext remoteCtx, Map<String,Set<String>> replicationServers, int replicationPort, boolean useSecureReplication, String serverDisplay, Set<Integer> usedReplicationServerIds, Set<Integer> usedServerIds) argument
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java460 * @param usedServerIds the list of server ids (domain ids) that
468 Set<Integer> usedReplicationServerIds, Set<Integer> usedServerIds)
617 int domainId = getReplicationId(usedServerIds);
618 usedServerIds.add(domainId);
638 usedServerIds.add(domain.getServerId());
465 configureReplication( InitialLdapContext remoteCtx, Map<String,Set<String>> replicationServers, int replicationPort, boolean useSecureReplication, String serverDisplay, Set<Integer> usedReplicationServerIds, Set<Integer> usedServerIds) argument
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java486 * @param usedServerIds the list of server ids (domain ids) that
494 Set<Integer> usedReplicationServerIds, Set<Integer> usedServerIds)
643 int domainId = getReplicationId(usedServerIds);
644 usedServerIds.add(domainId);
664 usedServerIds.add(domain.getServerId());
491 configureReplication( InitialLdapContext remoteCtx, Map<String,Set<String>> replicationServers, int replicationPort, boolean useSecureReplication, String serverDisplay, Set<Integer> usedReplicationServerIds, Set<Integer> usedServerIds) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DInstallerHelper.java458 * @param usedServerIds the list of server ids (domain ids) that
466 Set<Integer> usedReplicationServerIds, Set<Integer> usedServerIds)
612 int domainId = getReplicationId(usedServerIds);
613 usedServerIds.add(domainId);
633 usedServerIds.add(domain.getServerId());
463 configureReplication( InitialLdapContext remoteCtx, Map<String,Set<String>> replicationServers, int replicationPort, boolean useSecureReplication, String serverDisplay, Set<Integer> usedReplicationServerIds, Set<Integer> usedServerIds) argument

Completed in 696 milliseconds