public void updateGroupAttrNameSet( GroupAttrName key, boolean invocation, boolean remove )
{
// update the attribute name set.
// Note: necessary to use super.get to avoid read lock within the current write lock.
GroupId groupId = new GroupId( this.getCacheName(), key.groupId );
HashSet attrNameSet = null;
CacheElement ce = null;
try
{