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

/forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/metadata/impl/
H A DProviderTracker.java69 * @param notifyDuringInit whether to notify the listener during the ProviderTracker construction.
73 public ProviderTracker(BundleContext context, ProviderListener listener, boolean notifyDuringInit) { argument
76 initBundleProviders(context, notifyDuringInit);
81 private void initBundleProviders(BundleContext context, boolean notifyDuringInit) { argument
107 addProvider(id, provider, notifyDuringInit);

Completed in 41 milliseconds