233234235236237238239240241242243
{ ni.addNotifType( DomUtil.getContent(paramN) ); } // Add this info to our managed bean info managed.addNotification( ni ); if (log.isTraceEnabled()) { log.trace("Created notification " + ni); } }
234235236237238239240241242243244
276277278279280281282283284285286