639640641642643644645646647648649
component = source.getComponent(componentId); logger.debug("Processing: {} {}", componentId, action); action.execute(component); component = null; } } catch (EOFException ex)