Java javax.management NotificationFilterSupport fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

Method

voiddisableAllTypes()
Disables all notification types.
voidenableType(String prefix)
Enables all the notifications the type of which starts with the specified prefix to be sent to the listener.