// increment a counter that counts number of child CASes that have no
// flow object yet. The flow object is created for each child CAS from
// the parent flow object. The method below will actually acquire a
// permit from a binary semaphore to force the parent to block until
// the last of its children acquires its Flow object.
parentEntry.incrementOutstandingFlowCounter();
} catch (Exception e) {
if (UIMAFramework.getLogger(CLASS_NAME).isLoggable(Level.WARNING)) {
UIMAFramework.getLogger(CLASS_NAME).logrb(Level.WARNING, CLASS_NAME.getName(),