servicePerformance.setReplyThreadCount(endpoint.getConcurrentReplyConsumers());
registerWithAgent(servicePerformance, super.getManagementInterface().getJmxDomain()
+ super.jmxContext + ",r" + remoteIndex + "=" + key
+ " [Remote Uima EE Service],name=" + key + "_" + servicePerformance.getLabel());
ServiceErrors serviceErrors = new ServiceErrors();
registerWithAgent(serviceErrors, super.getManagementInterface().getJmxDomain()
+ super.jmxContext + ",r" + remoteIndex + "=" + key
+ " [Remote Uima EE Service],name=" + key + "_" + serviceErrors.getLabel());
remoteIndex++;
serviceErrorMap.put(key, serviceErrors);
Object[] delegateStatsArray = new Object[] { pServiceInfo, servicePerformance,
serviceErrors };