Java javax.management.remote JMXConnectionNotification fields, constructors, methods, implement or subclass

Example usage for Java javax.management.remote JMXConnectionNotification fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.management.remote JMXConnectionNotification.

The text is from its open source code.

Field

StringOPENED

Notification type string for a connection-opened notification.

StringCLOSED

Notification type string for a connection-closed notification.

StringFAILED

Notification type string for a connection-failed notification.

StringNOTIFS_LOST

Notification type string for a connection that has possibly lost notifications.

Constructor

Method

StringgetConnectionId()

The connection ID to which this notification pertains.