Searched defs:heartBeatInterval (Results 1 - 7 of 7) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/
H A DDependencyTest.java428 int heartBeatInterval) throws ConfigException
432 if (heartBeatInterval > 0)
434 domainConf.setHeartbeatInterval(heartBeatInterval);
427 startNewLDAPReplicationDomain(ReplicationServer replServer, DN baseDN, int serverId, int heartBeatInterval) argument
/forgerock/openam-v13/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DLDAPUtils.java104 * @param heartBeatInterval The interval for sending out heartbeat requests.
115 int heartBeatInterval,
119 username, password, maxSize, heartBeatInterval, heartBeatTimeUnit, ldapOptions);
129 * @param heartBeatInterval The interval for sending out heartbeat requests.
138 int heartBeatInterval,
144 newConnectionFactory(ldapurl, username, password, heartBeatInterval, heartBeatTimeUnit,
162 * @param heartBeatInterval The interval for sending out heartbeat requests.
173 int heartBeatInterval,
177 username, password, heartBeatInterval, heartBeatTimeUnit, options);
186 * @param heartBeatInterval Th
109 newPrioritizedFailoverConnectionPool(Set<String> servers, String hostServerId, String hostSiteId, String username, char[] password, int maxSize, int heartBeatInterval, String heartBeatTimeUnit, Options ldapOptions) argument
134 newFailoverConnectionPool(Set<LDAPURL> servers, String username, char[] password, int maxSize, int heartBeatInterval, String heartBeatTimeUnit, Options ldapOptions) argument
168 newPrioritizedFailoverConnectionFactory(Set<String> servers, String hostServerId, String hostSiteId, String username, char[] password, int heartBeatInterval, String heartBeatTimeUnit, Options options) argument
192 newFailoverConnectionFactory(Set<LDAPURL> servers, String username, char[] password, int heartBeatInterval, String heartBeatTimeUnit, Options ldapOptions) argument
217 newConnectionFactory(LDAPURL ldapurl, String username, char[] password, int heartBeatInterval, String heartBeatTimeUnit, Options ldapOptions) argument
[all...]
/forgerock/openam/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DLDAPUtils.java110 * @param heartBeatInterval The interval for sending out heartbeat requests.
121 int heartBeatInterval,
125 username, password, maxSize, heartBeatInterval, heartBeatTimeUnit, ldapOptions);
135 * @param heartBeatInterval The interval for sending out heartbeat requests.
144 int heartBeatInterval,
150 newConnectionFactory(ldapurl, username, password, heartBeatInterval, heartBeatTimeUnit,
168 * @param heartBeatInterval The interval for sending out heartbeat requests.
179 int heartBeatInterval,
183 username, password, heartBeatInterval, heartBeatTimeUnit, options);
192 * @param heartBeatInterval Th
115 newPrioritizedFailoverConnectionPool(Set<String> servers, String hostServerId, String hostSiteId, String username, char[] password, int maxSize, int heartBeatInterval, String heartBeatTimeUnit, Options ldapOptions) argument
140 newFailoverConnectionPool(Set<LDAPURL> servers, String username, char[] password, int maxSize, int heartBeatInterval, String heartBeatTimeUnit, Options ldapOptions) argument
174 newPrioritizedFailoverConnectionFactory(Set<String> servers, String hostServerId, String hostSiteId, String username, char[] password, int heartBeatInterval, String heartBeatTimeUnit, Options options) argument
198 newFailoverConnectionFactory(Set<LDAPURL> servers, String username, char[] password, int heartBeatInterval, String heartBeatTimeUnit, Options ldapOptions) argument
223 newConnectionFactory(LDAPURL ldapurl, String username, char[] password, int heartBeatInterval, String heartBeatTimeUnit, Options ldapOptions) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/ldap/
H A DLDAPAuthUtils.java116 private int heartBeatInterval = 10; field in class:LDAPAuthUtils
349 bindingPwd, max, heartBeatInterval, heartBeatTimeUnit, options);
354 bindingPwd, max, heartBeatInterval, heartBeatTimeUnit, options);
1398 * @param heartBeatInterval The heartbeat interval.
1400 public void setHeartBeatInterval(int heartBeatInterval) { argument
1401 this.heartBeatInterval = heartBeatInterval;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/ldap/
H A DLDAPAuthUtils.java116 private int heartBeatInterval = 10; field in class:LDAPAuthUtils
350 bindingPwd, max, heartBeatInterval, heartBeatTimeUnit, options);
355 bindingPwd, max, heartBeatInterval, heartBeatTimeUnit, options);
1399 * @param heartBeatInterval The heartbeat interval.
1401 public void setHeartBeatInterval(int heartBeatInterval) { argument
1402 this.heartBeatInterval = heartBeatInterval;
/forgerock/openam-v13/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java126 private int heartBeatInterval = 10; field in class:DJLDAPv3Repo
219 heartBeatInterval = CollectionHelper.getIntMapAttr(configParams, LDAP_SERVER_HEARTBEAT_INTERVAL, "10",
326 return LDAPUtils.newFailoverConnectionFactory(ldapServers, username, password, heartBeatInterval,
329 return LDAPUtils.newFailoverConnectionPool(ldapServers, username, password, maxPoolSize, heartBeatInterval,
/forgerock/openam/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java132 private int heartBeatInterval = 10; field in class:DJLDAPv3Repo
226 heartBeatInterval = CollectionHelper.getIntMapAttr(configParams, LDAP_SERVER_HEARTBEAT_INTERVAL, 10, DEBUG);
334 LDAPUtils.newFailoverConnectionFactory(ldapServers, username, password, heartBeatInterval,
338 LDAPUtils.newFailoverConnectionPool(ldapServers, username, password, maxPoolSize, heartBeatInterval,

Completed in 65 milliseconds