|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NotificationListener in javax.management |
---|
Methods in javax.management with parameters of type NotificationListener | |
void |
NotificationBroadcasterSupport.addNotificationListener(NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener)
|
void |
MBeanServer.addNotificationListener(ObjectName observed,
NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
MBeanServer.removeNotificationListener(ObjectName observed,
NotificationListener listener)
|
void |
NotificationBroadcaster.addNotificationListener(NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
Adds a listener to the registered MBean. |
void |
NotificationBroadcaster.removeNotificationListener(NotificationListener listener)
Removes a listener. |
Uses of NotificationListener in javax.management.modelmbean |
---|
Methods in javax.management.modelmbean with parameters of type NotificationListener | |
void |
RequiredModelMBean.addAttributeChangeNotificationListener(NotificationListener listener,
java.lang.String attributeName,
java.lang.Object handback)
|
void |
RequiredModelMBean.removeAttributeChangeNotificationListener(NotificationListener listener,
java.lang.String attributeName)
|
void |
ModelMBeanNotificationBroadcaster.addAttributeChangeNotificationListener(NotificationListener listener,
java.lang.String attributeName,
java.lang.Object handback)
|
void |
ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener(NotificationListener listener,
java.lang.String attributeName)
|
Uses of NotificationListener in javax.management.relation |
---|
Classes in javax.management.relation that implement NotificationListener | |
class |
RelationService
An MBean that maintains the consistency of all relation types and all relation instances within a JMX agent. |
Uses of NotificationListener in mx4j.connector |
---|
Methods in mx4j.connector with parameters of type NotificationListener | |
void |
MBeanServerConnection.addNotificationListener(ObjectName observed,
NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
MBeanServerConnection.removeNotificationListener(ObjectName observed,
NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
RemoteMBeanServer.addNotificationListener(ObjectName observed,
NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
RemoteMBeanServer.removeNotificationListener(ObjectName observed,
NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
Uses of NotificationListener in mx4j.connector.rmi |
---|
Classes in mx4j.connector.rmi that implement NotificationListener | |
class |
RemoteNotificationListenerSupport
This class is serialized from client to the server, and forwards calls to remote listener. |
Methods in mx4j.connector.rmi that return NotificationListener | |
protected abstract NotificationListener |
RMIConnector.createRemoteNotificationListener(NotificationListener listener)
|
Methods in mx4j.connector.rmi with parameters of type NotificationListener | |
protected abstract NotificationListener |
RMIConnector.createRemoteNotificationListener(NotificationListener listener)
|
Constructors in mx4j.connector.rmi with parameters of type NotificationListener | |
RemoteNotificationListenerSupport(NotificationListener clientListener)
|
Uses of NotificationListener in mx4j.connector.rmi.iiop |
---|
Classes in mx4j.connector.rmi.iiop that implement NotificationListener | |
class |
IIOPRemoteNotificationListenerSupport
|
Methods in mx4j.connector.rmi.iiop that return NotificationListener | |
protected NotificationListener |
IIOPConnector.createRemoteNotificationListener(NotificationListener listener)
|
Methods in mx4j.connector.rmi.iiop with parameters of type NotificationListener | |
protected NotificationListener |
IIOPConnector.createRemoteNotificationListener(NotificationListener listener)
|
Constructors in mx4j.connector.rmi.iiop with parameters of type NotificationListener | |
IIOPRemoteNotificationListenerSupport(NotificationListener clientListener)
|
Uses of NotificationListener in mx4j.connector.rmi.jrmp |
---|
Classes in mx4j.connector.rmi.jrmp that implement NotificationListener | |
class |
JRMPRemoteNotificationListenerSupport
|
Methods in mx4j.connector.rmi.jrmp that return NotificationListener | |
protected NotificationListener |
JRMPConnector.createRemoteNotificationListener(NotificationListener listener)
|
Methods in mx4j.connector.rmi.jrmp with parameters of type NotificationListener | |
protected NotificationListener |
JRMPConnector.createRemoteNotificationListener(NotificationListener listener)
|
Constructors in mx4j.connector.rmi.jrmp with parameters of type NotificationListener | |
JRMPRemoteNotificationListenerSupport(NotificationListener clientListener)
|
Uses of NotificationListener in mx4j.log |
---|
Methods in mx4j.log with parameters of type NotificationListener | |
void |
LoggerBroadcaster.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
LoggerBroadcasterMBean.addNotificationListener(NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
LoggerBroadcasterMBean.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
Uses of NotificationListener in mx4j.server |
---|
Methods in mx4j.server with parameters of type NotificationListener | |
void |
ChainedMBeanServer.addNotificationListener(ObjectName observed,
NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
ChainedMBeanServer.removeNotificationListener(ObjectName observed,
NotificationListener listener)
|
void |
MBeanServerImpl.addNotificationListener(ObjectName observed,
NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
Add a NotificationListener to a registered MBean Register an MBean listener to allow broadcast of management events(notifications). |
void |
MBeanServerImpl.removeNotificationListener(ObjectName observed,
NotificationListener listener)
Removed a notificationListener. |
void |
MBeanServerImpl.removeNotificationListener(ObjectName observed,
NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
Not present in the specification but needed |
Uses of NotificationListener in mx4j.server.interceptor |
---|
Methods in mx4j.server.interceptor with parameters of type NotificationListener | |
void |
DefaultMBeanServerInterceptor.addNotificationListener(MBeanMetaData metadata,
NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
DefaultMBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata,
NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
SecurityMBeanServerInterceptor.addNotificationListener(MBeanMetaData metadata,
NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
SecurityMBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata,
NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
NotificationListenerMBeanServerInterceptor.addNotificationListener(MBeanMetaData metadata,
NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
NotificationListenerMBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata,
NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
InvokerMBeanServerInterceptor.addNotificationListener(MBeanMetaData metadata,
NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
InvokerMBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata,
NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
ContextClassLoaderMBeanServerInterceptor.addNotificationListener(MBeanMetaData metadata,
NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
ContextClassLoaderMBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata,
NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
MBeanServerInterceptor.addNotificationListener(MBeanMetaData metadata,
NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
MBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata,
NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
Uses of NotificationListener in mx4j.tools.heartbeat |
---|
Methods in mx4j.tools.heartbeat with parameters of type NotificationListener | |
void |
HeartBeatListenerControl.registerObserver(RemoteMBeanServer connector,
java.lang.Object connectorType,
java.lang.Object address,
java.lang.String sourceCanonName,
NotificationListener observer)
Add listener to a remote heartbeat source and register application to receive heart beat failure notification from HeartBeatListener. |
void |
HeartBeatListenerControl.unregisterObserver(java.lang.String sourceCanonName,
NotificationListener listener)
Removes the specified heartbeat observer. |
void |
HeartBeatListener.registerObserver(RemoteMBeanServer connector,
java.lang.Object connectorType,
java.lang.Object address,
java.lang.String heartBeatCanonName,
NotificationListener observer)
Add this listener to a remote heartbeat source and register application to receive heart beat failure notification from HeartBeatListener. |
void |
HeartBeatListener.unregisterObserver(java.lang.String sourceCanonName,
NotificationListener observer)
Removes the specified heartbeat observer. |
Uses of NotificationListener in mx4j.tools.jython |
---|
Classes in mx4j.tools.jython that implement NotificationListener | |
class |
JythonRunner
This MBean enables you to run scripts written in jython. |
Uses of NotificationListener in mx4j.tools.mail |
---|
Classes in mx4j.tools.mail that implement NotificationListener | |
class |
SMTP
This MBean is meant to send a mail given certain situation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |