JMXConnectionNotification

JMXConnectionNotification

클라이언트 연결이 열리거나 닫히거나 알림이 유실되었을 때 발행되는 알림이에요. 알림 타입은 jmx.remote.connection.opened(새 연결 열림), jmx.remote.connection.closed(연결 닫힘), jmx.remote.connection.failed(예기치 못한 실패), jmx.remote.connection.notifs.lost(알림 유실 가능성) 중 하나예요.

출처: Java API Reference

본문

클라이언트 연결이 열리거나 닫히거나 알림이 유실되었을 때 발행되는 알림이에요. 알림 타입은 jmx.remote.connection.opened(새 연결 열림), jmx.remote.connection.closed(연결 닫힘), jmx.remote.connection.failed(예기치 못한 실패), jmx.remote.connection.notifs.lost(알림 유실 가능성) 중 하나예요.

public class JMXConnectionNotification extends Notification
public String getConnectionId()

더 알아보기 (Learn more)

Java 공식 API