Example usage for org.springframework.jmx.support NotificationListenerHolder subclass-usage

List of usage examples for org.springframework.jmx.support NotificationListenerHolder subclass-usage

Introduction

In this page you can find the example usage for org.springframework.jmx.support NotificationListenerHolder subclass-usage.

Usage

From source file org.springframework.jmx.access.NotificationListenerRegistrar.java

/**
 * Registrar object that associates a specific {@link javax.management.NotificationListener}
 * with one or more MBeans in an {@link javax.management.MBeanServer}
 * (typically via a {@link javax.management.MBeanServerConnection}).
 *
 * @author Juergen Hoeller