try {
String delegateKey = ((AggregateAnalysisEngineController) getController())
.lookUpDelegateKey(endpoint.getEndpoint());
LongNumericStatistic stat = getController().getMonitor().getLongNumericStatistic(
delegateKey, Monitor.ProcessCount);
stat.increment();
} catch (Exception e) {
if (UIMAFramework.getLogger(CLASS_NAME).isLoggable(Level.INFO)) {
UIMAFramework.getLogger(CLASS_NAME).logrb(Level.INFO, CLASS_NAME.getName(),
"incrementDelegateProcessCount", UIMAEE_Constants.JMS_LOG_RESOURCE_BUNDLE,
"UIMAEE_delegate_key_for_endpoint_not_found__INFO", new Object[] { getController().getComponentName(), endpoint.getEndpoint() });