}
continue;
}
// Add proxy only to instances of NetworkCasProcessorImpl
if (processor instanceof NetworkCasProcessorImpl) {
NetworkCasProcessorImpl netProcessor = (NetworkCasProcessorImpl) processor;
// Check if this Cas Processor has already been assigned a proxy. If so,
// get the next Cas Processor
if (netProcessor.getProxy() != null && netProcessor.getProxy().isConnected()) {
if (UIMAFramework.getLogger().isLoggable(Level.FINEST)) {
UIMAFramework.getLogger(this.getClass()).logrb(Level.FINEST,
this.getClass().getName(), "initialize", CPMUtils.CPM_LOG_RESOURCE_BUNDLE,
"UIMA_CPM_already_allocated__FINEST",