@Taxonomy(stability=UNCOMMITTED)
public interface ListenerInfo
| Modifier and Type | Method and Description |
|---|---|
int |
getListenerCount()
Get the total number of listeners listening for anything.
|
int |
getNotificationTypeListenerCount(String notificationType)
Get the number of listeners which are listening for the
specified type of Notification.
|
int getNotificationTypeListenerCount(String notificationType)
notificationType - any Notification type, should usually be one advertised via MBeanInfoint getListenerCount()
Copyright © 2019. All rights reserved.