| 参数类型为 NotificationFilter 的 javax.management 中的方法 |
void |
MBeanServerDelegate.addNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
|
void |
NotificationBroadcaster.addNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
在此 MBean 中添加一个侦听器。 |
void |
NotificationBroadcasterSupport.addNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
添加一个侦听器。 |
void |
StandardEmitterMBean.addNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
|
void |
MBeanServer.addNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
|
void |
MBeanServerConnection.addNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
向已注册的 MBean 添加一个侦听器。 |
void |
MBeanServer.addNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
|
void |
MBeanServerConnection.addNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
向已注册的 MBean 添加一个侦听器。 |
void |
MBeanServerDelegate.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
|
void |
NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
|
void |
NotificationEmitter.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
从此 MBean 移除一个侦听器。 |
void |
StandardEmitterMBean.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
|
void |
MBeanServer.removeNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
|
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
从已注册的 MBean 中移除一个侦听器。 |
void |
MBeanServer.removeNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
|
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
从已注册的 MBean 中移除一个侦听器。 |