final AttributeChangeNotificationBuilder builder =
(AttributeChangeNotificationBuilder)
getNotificationBuilder( AttributeChangeNotification.ATTRIBUTE_CHANGE );
final AttributeChangeNotification n =
builder.buildAttributeChange( msg, newAttr.getName(), attrType, oldValue, newAttr.getValue() );
sendNotification( n );
}
/**