} else if (componentType.equals(CacheNotifier.class)) {
return (T) new CacheNotifierImpl();
} else if (componentType.equals(CommandsFactory.class)) {
return (T) new CommandsFactoryImpl();
} else if (componentType.equals(CacheLoaderManager.class)) {
return (T) new CacheLoaderManagerImpl();
} else if (componentType.equals(PassivationManager.class)) {
return (T) new PassivationManagerImpl();
} else if (componentType.equals(ActivationManager.class)) {
return (T) new ActivationManagerImpl();
} else if (componentType.equals(BatchContainer.class)) {