} else if (componentType.equals(CacheLoaderManager.class)) {
return (T) new CacheLoaderManagerImpl();
} else if (componentType.equals(PassivationManager.class)) {
return (T) new PassivationManagerImpl();
} else if (componentType.equals(BatchContainer.class)) {
return (T) new BatchContainer();
} else if (componentType.equals(TransactionCoordinator.class)) {
return (T) new TransactionCoordinator();
} else if (componentType.equals(RecoveryAdminOperations.class)) {
return (T) new RecoveryAdminOperations();
} else if (componentType.equals(StateTransferLock.class)) {