Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
mx4j.server.interceptor.DefaultMBeanServerInterceptor
mx4j.server.interceptor.NotificationListenerMBeanServerInterceptor
public class NotificationListenerMBeanServerInterceptor
extends DefaultMBeanServerInterceptor
Fields inherited from interface mx4j.server.interceptor.MBeanServerInterceptor | |
POST_DEREGISTER , POST_REGISTER_FALSE , POST_REGISTER_TRUE , PRE_DEREGISTER , PRE_REGISTER |
Method Summary | |
void |
|
String |
|
void |
|
void |
|
Methods inherited from class mx4j.server.interceptor.DefaultMBeanServerInterceptor | |
addNotificationListener , getAttribute , getAttributes , getLogger , getMBeanInfo , getNext , getType , instantiate , invoke , isEnabled , registration , removeNotificationListener , removeNotificationListener , setAttribute , setAttributes , setChain , setEnabled |
public void addNotificationListener(MBeanMetaData metadata, javax.management.NotificationListener listener, javax.management.NotificationFilter filter, Object handback)
- Specified by:
- addNotificationListener in interface MBeanServerInterceptor
- Overrides:
- addNotificationListener in interface DefaultMBeanServerInterceptor
public String getType()
- Specified by:
- getType in interface MBeanServerInterceptor
- getType in interface DefaultMBeanServerInterceptorMBean
- Overrides:
- getType in interface DefaultMBeanServerInterceptor
public void removeNotificationListener(MBeanMetaData metadata, javax.management.NotificationListener listener) throws javax.management.ListenerNotFoundException
- Specified by:
- removeNotificationListener in interface MBeanServerInterceptor
- Overrides:
- removeNotificationListener in interface DefaultMBeanServerInterceptor
public void removeNotificationListener(MBeanMetaData metadata, javax.management.NotificationListener listener, javax.management.NotificationFilter filter, Object handback) throws javax.management.ListenerNotFoundException
- Specified by:
- removeNotificationListener in interface MBeanServerInterceptor
- Overrides:
- removeNotificationListener in interface DefaultMBeanServerInterceptor