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

/forgerock/openam/openam-push-notification/src/main/java/org/forgerock/openam/services/push/
H A DPushNotificationService.java202 PushNotificationServiceConfigHelper configHelper = getConfigHelper(realm);
203 String factoryClass = configHelper.getFactoryClass();
205 PushNotificationServiceConfig config = configHelper.getConfig();
207 .produceDelegateFor(config, realm, buildDispatcher(configHelper));
217 private MessageDispatcher buildDispatcher(PushNotificationServiceConfigHelper configHelper) argument
219 long maxSize = configHelper.getConfig().getMessageDispatcherSize();
220 int concurrency = configHelper.getConfig().getMessageDispatcherConcurrency();
221 long duration = configHelper.getConfig().getMessageDispatcherDuration();
230 PushNotificationServiceConfigHelper configHelper = getConfigHelper(realm);
231 String factoryClass = configHelper
[all...]

Completed in 696 milliseconds