sendNotification(new AttachedEvent(createContext(event), o, isLocal), matched);
}
else if ("DETACHING".equals(data.get(POJOCACHE_STATUS)))
{
Object o = cache.find(fqn.toString());
sendNotification(new DetachedEvent(createContext(event), o, isLocal), matched);
}
else if (data.containsKey(POJOCACHE_OPERATION))
{
Object collection = cache.find(fqn.getParent().toString());
if (collection instanceof List)