else if (componentType.equals(ExternalizerTable.class))
return (T) new ExternalizerTable();
else if (componentType.equals(LocalTopologyManager.class))
return (T) new LocalTopologyManagerImpl();
else if (componentType.equals(ClusterTopologyManager.class))
return (T) new ClusterTopologyManagerImpl();
else if (componentType.equals(RebalancePolicy.class))
return (T) new DefaultRebalancePolicy();
else if (componentType.equals(BackupReceiverRepository.class))
return (T) new BackupReceiverRepositoryImpl();
else if (componentType.equals(CancellationService.class))