getConnectionId(), notificationNumber.incrementAndGet(), "Connection closed", null);
connectionNotifier.sendNotification(notification);
}
private void sendConnectionNotificationFailed(String message) {
JMXConnectionNotification notification = new JMXConnectionNotification(JMXConnectionNotification.FAILED, this,
getConnectionId(), notificationNumber.incrementAndGet(), message, null);
connectionNotifier.sendNotification(notification);
}