data.put (fid, map.get (fid));
}
if (logger.isDebugEnabled()) {
logger.debug("Sending " + CollectionsUtil.toString(data));
}
ExtProcess proc
= (originatorIndex == null
? (ExtProcess)activity.container()
: getOriginator (activity));
proc.broadcastChannelMessage(channelName, data);
if (localDelivery) {
// Loop back message to process for tool-to-tool messages
proc.deliverChannelMessage (channelName, data);
}
if (logger.isDebugEnabled ()) {
logger.debug (auk + " sent data to "
+ map.get(formalParameter[0].id()));
}