* Creates a notification emitter used to emit connection notifications.
* This method is called once per JMXConnector.
*/
protected ConnectionNotificationEmitter createConnectionNotificationEmitter()
{
return new ConnectionNotificationEmitter(this);
}