| java.lang.Object javax.management.modelmbean.RequiredModelMBean
Method Summary | |
public void | addAttributeChangeNotificationListener(NotificationListener listener, String attributeName, Object handback) | public void | addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) | public Object | getAttribute(String attribute) | public AttributeList | getAttributes(String[] attributes) | protected ClassLoaderRepository | getClassLoaderRepository() | public MBeanInfo | getMBeanInfo() | public MBeanNotificationInfo[] | getNotificationInfo() | public Object | invoke(String method, Object[] arguments, String[] params) | public void | load() | public void | postDeregister() | public void | postRegister(Boolean registrationDone) | public void | preDeregister() | public ObjectName | preRegister(MBeanServer server, ObjectName name) | public void | removeAttributeChangeNotificationListener(NotificationListener listener, String attributeName) | public void | removeNotificationListener(NotificationListener listener) | public void | removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) | public void | sendAttributeChangeNotification(Attribute oldAttribute, Attribute newAttribute) | public void | sendAttributeChangeNotification(AttributeChangeNotification notification) | public void | sendNotification(String message) | public void | sendNotification(Notification notification) | public void | setAttribute(Attribute attribute) | public AttributeList | setAttributes(AttributeList attributes) | public void | setManagedResource(Object resource, String resourceType) | public void | setModelMBeanInfo(ModelMBeanInfo modelMBeanInfo) | public void | store() |
postDeregister | public void postDeregister()(Code) | | |
postRegister | public void postRegister(Boolean registrationDone)(Code) | | |
|
|