KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > MBeanServerDelegate

javax.management
Class MBeanServerDelegate

java.lang.Object
  extended by javax.management.MBeanServerDelegate
All Implemented Interfaces:
MBeanServerDelegateMBean, NotificationBroadcaster, NotificationEmitter
See Also:
Top Examples, Source Code

public void addNotificationListener(NotificationListener listener,
                                    NotificationFilter filter,
                                    Object handback)
                             throws IllegalArgumentException
See Also:
NotificationBroadcaster.removeNotificationListener(javax.management.NotificationListener)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getImplementationName()
See Also:
MBeanServerDelegateMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getImplementationVendor()
See Also:
MBeanServerDelegateMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getImplementationVersion()
See Also:
MBeanServerDelegateMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getMBeanServerId()
See Also:
MBeanServerDelegateMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MBeanNotificationInfo[] getNotificationInfo()
See Also:
NotificationBroadcaster
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getSpecificationName()
See Also:
MBeanServerDelegateMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getSpecificationVendor()
See Also:
MBeanServerDelegateMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getSpecificationVersion()
See Also:
MBeanServerDelegateMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MBeanServerDelegate()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeNotificationListener(NotificationListener listener)
                                throws ListenerNotFoundException
See Also:
NotificationEmitter.removeNotificationListener(javax.management.NotificationListener, javax.management.NotificationFilter, java.lang.Object), NotificationBroadcaster.addNotificationListener(javax.management.NotificationListener, javax.management.NotificationFilter, java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeNotificationListener(NotificationListener listener,
                                       NotificationFilter filter,
                                       Object handback)
                                throws ListenerNotFoundException
See Also:
NotificationEmitter
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void sendNotification(Notification notification)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags