TimeUnit.MINUTES);
PerRegistryRequestListener.registerPerRegistryRequestListener(RegistryContext.getBaseInstance());
if (bundleContext != null) {
bundleContext.registerService(UserStoreManagerListener.class.getName(),
new PerUserAddListener(), null);
}
}
throttlingRuleInvokerTracker = new ServiceTracker(bundleContext, ThrottlingRuleInvoker.class.getName(),
null);