|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.management.MBeanServerDelegate
Mandatory MBean server delegate MBean implementation.
MBeanServerDelegateMBean (src) | Constructor Summary | |
MBeanServerDelegate()
|
|
| Method Summary | |
void |
addNotificationListener(NotificationListener (src) listener,
NotificationFilter (src) filter,
java.lang.Object handback)
Add a listener to an MBean. |
java.lang.String |
getImplementationName()
|
java.lang.String |
getImplementationVendor()
|
java.lang.String |
getImplementationVersion()
|
java.lang.String |
getMBeanServerId()
|
MBeanNotificationInfo (src) [] |
getNotificationInfo()
Returns the notification metadata associated with the MBean. |
java.lang.String |
getSpecificationName()
|
java.lang.String |
getSpecificationVendor()
|
java.lang.String |
getSpecificationVersion()
|
void |
removeNotificationListener(NotificationListener (src) listener)
Removes a listener from an MBean. |
void |
removeNotificationListener(NotificationListener (src) listener,
NotificationFilter (src) filter,
java.lang.Object handback)
Removes a listener from the Emitter. |
void |
sendNotification(Notification (src) notification)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MBeanServerDelegate()
| Method Detail |
public java.lang.String getMBeanServerId()
getMBeanServerId in interface MBeanServerDelegateMBean (src) public java.lang.String getSpecificationName()
getSpecificationName in interface MBeanServerDelegateMBean (src) public java.lang.String getSpecificationVersion()
getSpecificationVersion in interface MBeanServerDelegateMBean (src) public java.lang.String getSpecificationVendor()
getSpecificationVendor in interface MBeanServerDelegateMBean (src) public java.lang.String getImplementationName()
getImplementationName in interface MBeanServerDelegateMBean (src) public java.lang.String getImplementationVersion()
getImplementationVersion in interface MBeanServerDelegateMBean (src) public java.lang.String getImplementationVendor()
getImplementationVendor in interface MBeanServerDelegateMBean (src) public MBeanNotificationInfo (src) [] getNotificationInfo()
NotificationBroadcaster (src)
getNotificationInfo in interface NotificationBroadcaster (src) MBeanNotificationInfo (src)
public void addNotificationListener(NotificationListener (src) listener,
NotificationFilter (src) filter,
java.lang.Object handback)
throws java.lang.IllegalArgumentException
NotificationBroadcaster (src)
addNotificationListener in interface NotificationBroadcaster (src) listener - implementation of the listener objectfilter - implementation of the filter object or null
if no filtering is requiredhandback - A handback object associated with each notification
sent by this notification broadcaster.
java.lang.IllegalArgumentException - if listener is null
public void removeNotificationListener(NotificationListener (src) listener,
NotificationFilter (src) filter,
java.lang.Object handback)
throws ListenerNotFoundException (src)
NotificationEmitter (src) Only the listener, filter, handback triplet is removed
removeNotificationListener in interface NotificationEmitter (src) listener - the listener object to removefilter - the filter registered with the listenerhandback - the handback object associated with the registered listener
ListenerNotFoundException (src) - if the listener was not found
public void removeNotificationListener(NotificationListener (src) listener)
throws ListenerNotFoundException (src)
NotificationBroadcaster (src)
removeNotificationListener in interface NotificationBroadcaster (src) listener - the listener object to remove
ListenerNotFoundException (src) - if the listener was not foundpublic void sendNotification(Notification (src) notification)
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||