Searched defs:bindConnectionFactory (Results 1 - 9 of 9) sorted by relevance

/forgerock/openidm-v4/openidm-scheduler/src/main/java/org/forgerock/openidm/scheduler/impl/
H A DTaskScannerService.java99 protected void bindConnectionFactory(IDMConnectionFactory connectionFactory) { method in class:TaskScannerService
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DReconciliationService.java125 protected void bindConnectionFactory(IDMConnectionFactory connectionFactory) { method in class:ReconciliationService
H A DSynchronizationService.java123 protected void bindConnectionFactory(IDMConnectionFactory connectionFactory) { method in class:SynchronizationService
/forgerock/openidm-v4/openidm-provisioner/src/main/java/org/forgerock/openidm/provisioner/impl/
H A DSystemObjectSetService.java200 protected void bindConnectionFactory(IDMConnectionFactory connectionFactory) { method in class:SystemObjectSetService
/forgerock/openidm-v4/openidm-workflow-activiti/src/main/java/org/forgerock/openidm/workflow/activiti/impl/
H A DActivitiServiceImpl.java504 protected void bindConnectionFactory(IDMConnectionFactory factory) { method in class:ActivitiServiceImpl
/forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/config/manage/
H A DConfigObjectService.java161 protected void bindConnectionFactory(IDMConnectionFactory connectionFactory) { method in class:ConfigObjectService
/forgerock/openidm-v4/openidm-provisioner-openicf/src/main/java/org/forgerock/openidm/provisioner/openicf/impl/
H A DOpenICFProvisionerService.java270 void bindConnectionFactory(final IDMConnectionFactory connectionFactory) { method in class:OpenICFProvisionerService
/forgerock/openam-v13/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java168 private ConnectionFactory bindConnectionFactory; field in class:DJLDAPv3Repo
227 bindConnectionFactory = createConnectionFactory(null, null, maxPoolSize);
378 conn = bindConnectionFactory.getConnection();
436 conn = bindConnectionFactory.getConnection();
2139 IOUtils.closeIfNotNull(bindConnectionFactory);
/forgerock/openam/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java174 private ConnectionFactory<Connection> bindConnectionFactory; field in class:DJLDAPv3Repo
233 bindConnectionFactory = createConnectionFactory(null, null, maxPoolSize);
2164 IOUtils.closeIfNotNull(bindConnectionFactory);
2590 return bindConnectionFactory.create();

Completed in 53 milliseconds