if (UIMAFramework.getLogger().isLoggable(Level.FINEST)) {
logFinest("UIMA_CPM_undeploy_cp_instances__FINEST", container.getName(), deployer.getClass().getName());
}
deployer.undeploy();
}
container.destroy();
} catch (Exception e) {
logWarning("UIMA_CPM_exception_during_cp_stop__WARNING", container.getName(), e.getMessage());
} finally {
pTrTemp.endEvent(container.getName(), "End of Batch", "");