final TransactionsAllocater transactionsAllocater ) {
listenerManager = new FeatureListenerManager();
this.transactionsAllocater = transactionsAllocater;
lockingManager = new MemoryLockManager(
"default");
authorizationSPI = new EmptyAuthorizationProvider();
}