try {
CasStateEntry casStateEntry = localCache.createCasStateEntry(aCasReferenceId);
CacheEntry cacheEntry = getInProcessCache().getCacheEntryForCAS(aCasReferenceId);
Endpoint replyEndpoint = getReplyEndpoint(cacheEntry, casStateEntry);
if (replyEndpoint != null) {
getOutputChannel().sendReply(new ServiceShutdownException(), aCasReferenceId, null,
replyEndpoint, AsynchAEMessage.Process);
}
} catch (Exception ex) {
if (UIMAFramework.getLogger(CLASS_NAME).isLoggable(Level.WARNING)) {
UIMAFramework.getLogger(CLASS_NAME).logrb(Level.WARNING, CLASS_NAME.getName(), "process",