/* 255 */ this.connectorManager = new SimpleConnectorManager();
/* 256 */ this.memoryManager = new SimpleMemoryManager();
/* 257 */ this.messageStore = new SimpleMessageStore();
/* 258 */ this.txRepository = new TransactionRepository(this.persistenceManager, this.messageStore, this.transactionIDManager);
/* */
/* 260 */ this.messageCounterManager = new MessageCounterManager(this.messageCounterSamplePeriod);
/* */
/* 262 */ this.clusterNotifier = new DefaultClusterNotifier();
/* 263 */ this.clusterNotifier.registerListener(this.connectionManager);
/* 264 */ this.clusterNotifier.registerListener(this.connFactoryJNDIMapper);
/* 265 */ this.failoverWaiter = new FailoverWaiter(this.serverPeerID, this.failoverStartTimeout, this.failoverCompleteTimeout, this.txRepository);