|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ListenerInfo
Provide information about who's listening.
Method Summary | |
---|---|
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. |
Method Detail |
---|
int getNotificationTypeListenerCount(String notificationType)
notificationType
- any Notification type, should usually be one advertised via MBeanInfo
int getListenerCount()
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.