if (UIMAFramework.getLogger(CLASS_NAME).isLoggable(Level.WARNING)) {
UIMAFramework.getLogger(CLASS_NAME).logrb(Level.WARNING, CLASS_NAME.getName(),
"notifyOnTimout", JmsConstants.JMS_LOG_RESOURCE_BUNDLE,
"UIMAJMS_meta_timeout_WARNING", new Object[] { anEndpoint });
}
status.addEventStatus("Ping", "Failed", new UimaASPingTimeout("UIMA AS Client Timed Out Waiting For Ping Reply From a Service On Queue:"+anEndpoint));
notifyListeners(null, status, AsynchAEMessage.Ping);
// The main thread could be stuck waiting for a CAS. Grab any CAS in the
// client cache and release it so that we can shutdown.
if (!clientCache.isEmpty()) {
ClientRequest anyCasRequest = clientCache.elements().nextElement();