super();
super( options );
final MBeanServerNotification notif = (MBeanServerNotification)o; final StringBuffer b = super._stringify( notif ); append( b, "" ); append( b, "registered MBean: " + notif.getMBeanName() ); return( b.toString() );