public FileWatcherConnectorFactory(DomainProvider domainProvider, PersistInterface persistService,
QueryInterface queryService, BundleContext bundleContext, AuthenticationContext authenticationContext) {
super(domainProvider);
this.persistService = persistService;
this.queryService = queryService;
this.delegationClassLoader = new DelegationClassLoader(bundleContext, Constants.DELEGATION_CONTEXT_MODELS,
getClass().getClassLoader());
this.authenticationContext = authenticationContext;
}