ConfigurableResource component = (ConfigurableResource) it.next();
component.reconfigure();
}
//and the FlowController
FlowControllerContainer fcc = ((ASB_impl) _getASB()).getFlowControllerContainer();
fcc.reconfigure();
}
public void batchProcessComplete() throws AnalysisEngineProcessException {
enterBatchProcessComplete();
try {