"UIMA_CPM_deploy_vns__FINEST",
new Object[] { Thread.currentThread().getName() });
}
// 08/16/04 added to facilitate sharing of single queue across multiple instances of
// this class.
portQueue = new BoundedWorkQueue(concurrentThreadCount, "Port Queue", null);
// Starts the VNS in its own thread.
deployVNS(casProcessorConfig, redeploy);
}
if (UIMAFramework.getLogger().isLoggable(Level.FINEST)) {