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

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java449 * @param remoteCtx the connection to the server where we want to configure
466 InitialLdapContext remoteCtx, Map<String,Set<String>> replicationServers,
478 JNDIDirContextAdaptor.adapt(remoteCtx));
665 * @param remoteCtx the conection to the server where we want to configure
672 InitialLdapContext remoteCtx, ConfiguredReplication replConf,
679 JNDIDirContextAdaptor.adapt(remoteCtx));
465 configureReplication( InitialLdapContext remoteCtx, Map<String,Set<String>> replicationServers, int replicationPort, boolean useSecureReplication, String serverDisplay, Set<Integer> usedReplicationServerIds, Set<Integer> usedServerIds) argument
671 unconfigureReplication( InitialLdapContext remoteCtx, ConfiguredReplication replConf, String serverDisplay) argument
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java450 * @param remoteCtx the connection to the server where we want to configure
467 InitialLdapContext remoteCtx, Map<String,Set<String>> replicationServers,
479 JNDIDirContextAdaptor.adapt(remoteCtx));
666 * @param remoteCtx the conection to the server where we want to configure
673 InitialLdapContext remoteCtx, ConfiguredReplication replConf,
680 JNDIDirContextAdaptor.adapt(remoteCtx));
466 configureReplication( InitialLdapContext remoteCtx, Map<String,Set<String>> replicationServers, int replicationPort, boolean useSecureReplication, String serverDisplay, Set<Integer> usedReplicationServerIds, Set<Integer> usedServerIds) argument
672 unconfigureReplication( InitialLdapContext remoteCtx, ConfiguredReplication replConf, String serverDisplay) argument
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java450 * @param remoteCtx the connection to the server where we want to configure
467 InitialLdapContext remoteCtx, Map<String,Set<String>> replicationServers,
479 JNDIDirContextAdaptor.adapt(remoteCtx));
666 * @param remoteCtx the conection to the server where we want to configure
673 InitialLdapContext remoteCtx, ConfiguredReplication replConf,
680 JNDIDirContextAdaptor.adapt(remoteCtx));
466 configureReplication( InitialLdapContext remoteCtx, Map<String,Set<String>> replicationServers, int replicationPort, boolean useSecureReplication, String serverDisplay, Set<Integer> usedReplicationServerIds, Set<Integer> usedServerIds) argument
672 unconfigureReplication( InitialLdapContext remoteCtx, ConfiguredReplication replConf, String serverDisplay) argument
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java449 * @param remoteCtx the connection to the server where we want to configure
466 InitialLdapContext remoteCtx, Map<String,Set<String>> replicationServers,
478 JNDIDirContextAdaptor.adapt(remoteCtx));
665 * @param remoteCtx the conection to the server where we want to configure
672 InitialLdapContext remoteCtx, ConfiguredReplication replConf,
679 JNDIDirContextAdaptor.adapt(remoteCtx));
465 configureReplication( InitialLdapContext remoteCtx, Map<String,Set<String>> replicationServers, int replicationPort, boolean useSecureReplication, String serverDisplay, Set<Integer> usedReplicationServerIds, Set<Integer> usedServerIds) argument
671 unconfigureReplication( InitialLdapContext remoteCtx, ConfiguredReplication replConf, String serverDisplay) argument
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java475 * @param remoteCtx the connection to the server where we want to configure
492 InitialLdapContext remoteCtx, Map<String,Set<String>> replicationServers,
504 JNDIDirContextAdaptor.adapt(remoteCtx));
691 * @param remoteCtx the conection to the server where we want to configure
698 InitialLdapContext remoteCtx, ConfiguredReplication replConf,
705 JNDIDirContextAdaptor.adapt(remoteCtx));
491 configureReplication( InitialLdapContext remoteCtx, Map<String,Set<String>> replicationServers, int replicationPort, boolean useSecureReplication, String serverDisplay, Set<Integer> usedReplicationServerIds, Set<Integer> usedServerIds) argument
697 unconfigureReplication( InitialLdapContext remoteCtx, ConfiguredReplication replConf, String serverDisplay) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DInstallerHelper.java447 * @param remoteCtx the connection to the server where we want to configure
464 InitialLdapContext remoteCtx, Map<String,Set<String>> replicationServers,
476 JNDIDirContextAdaptor.adapt(remoteCtx));
665 * @param remoteCtx
675 public void unconfigureReplication(InitialLdapContext remoteCtx, ConfiguredReplication replConf, String serverDisplay) argument
680 ManagementContext mCtx = LDAPManagementContext.createFromContext(JNDIDirContextAdaptor.adapt(remoteCtx));
463 configureReplication( InitialLdapContext remoteCtx, Map<String,Set<String>> replicationServers, int replicationPort, boolean useSecureReplication, String serverDisplay, Set<Integer> usedReplicationServerIds, Set<Integer> usedServerIds) argument

Completed in 44 milliseconds