if (logger.isDebugEnabled()) {
logger.debug ("Not feeding back " + event);
}
return;
}
ExtProcessDirectoryLocal procDir = null;
try {
// Source is not usable internally (remote object). Lookup
// local object in order to get process and (maybe) activity
// in transaction.
procDir = processDirectoryLocal();
ProcessLocal proc = procDir.lookupProcessLocal
(event.processMgrName(), event.processKey());
ExtActivityLocal actLocal = null;
if (event.activityKey() != null) {
actLocal = (ExtActivityLocal)
proc.activityByKeyLocal (event.activityKey());