| GNU Classpath (0.95) | |
| Frames | No Frames | 
Methods which throw type javax.management.InstanceNotFoundException | |
| void | MBeanServer.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object passback)  Registers the supplied listener with the specified management
 bean.    | 
| void | MBeanServerConnection.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object passback)  Registers the supplied listener with the specified management
 bean.    | 
| void | MBeanServer.addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object passback)  
 Registers the supplied listener with the specified management
 bean.    | 
| void | MBeanServerConnection.addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object passback)  
 Registers the supplied listener with the specified management
 bean.    | 
| ObjectInstance |  
 Instantiates a new instance of the specified management bean
 using the default constructor and registers it with the server
 under the supplied name.    | 
| ObjectInstance |  
 Instantiates a new instance of the specified management bean
 using the default constructor and registers it with the server
 under the supplied name.    | 
| ObjectInstance | MBeanServer.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] sig)  
 Instantiates a new instance of the specified management bean
 using the given constructor and registers it with the server
 under the supplied name.    | 
| ObjectInstance | MBeanServerConnection.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] sig)  
 Instantiates a new instance of the specified management bean
 using the given constructor and registers it with the server
 under the supplied name.    | 
| ObjectInputStream |  Deserializes a byte array using the same class loader for its context
 as was used to load the given class.    | 
| ObjectInputStream |  Deserializes a byte array using the class loader of the specified
 management bean as its context.
  | 
| Object |  Returns the value of the supplied attribute from the specified
 management bean.
  | 
| Object |  Returns the value of the supplied attribute from the specified
 management bean.
  | 
| AttributeList |  Returns the values of the named attributes from the specified
 management bean.
  | 
| AttributeList |  Returns the values of the named attributes from the specified
 management bean.
  | 
| ClassLoader |  Returns the specified class loader.    | 
| ClassLoader |  Returns the class loader of the specified management bean.    | 
| MBeanInfo |  Returns information on the given management bean.
  | 
| MBeanInfo |  Returns information on the given management bean.
  | 
| ObjectInstance |  Returns the  ObjectInstance created for the specified
 management bean on registration.
 | 
| ObjectInstance |  Returns the  ObjectInstance created for the specified
 management bean on registration.
 | 
| Object |  
 Creates an instance of the specified class using the supplied
 class loader.    | 
| Object |  Creates an instance of the specified class using the supplied
 class loader.    | 
| Object |  Invokes the supplied operation on the specified management
 bean.    | 
| Object |  Invokes the supplied operation on the specified management
 bean.    | 
| boolean |  
 Returns true if the specified management bean is an instance
 of the supplied class.
  | 
| boolean |  
 Returns true if the specified management bean is an instance
 of the supplied class.
  | 
| void |  Instantiates the bean with the data previously stored
 using a call to  store().   | 
| void |  Removes the specified listener from the list of recipients
 of notifications from the supplied bean.    | 
| void |  Removes the specified listener from the list of recipients
 of notifications from the supplied bean.    | 
| void | MBeanServer.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object passback)  Removes the specified listener from the list of recipients
 of notifications from the supplied bean.    | 
| void | MBeanServerConnection.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object passback)  Removes the specified listener from the list of recipients
 of notifications from the supplied bean.    | 
| void |  Removes the specified listener from the list of recipients
 of notifications from the supplied bean.    | 
| void |  Removes the specified listener from the list of recipients
 of notifications from the supplied bean.    | 
| void | MBeanServer.removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object passback)  Removes the specified listener from the list of recipients
 of notifications from the supplied bean.    | 
| void | MBeanServerConnection.removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object passback)  Removes the specified listener from the list of recipients
 of notifications from the supplied bean.    | 
| void |  Sets the value of the specified attribute of the supplied
 management bean.  
  | 
| void |  Sets the value of the specified attribute of the supplied
 management bean.  
  | 
| AttributeList |  Sets the value of each of the specified attributes
 of the supplied management bean to that specified by
 the  Attribute object.   | 
| AttributeList |  Sets the value of each of the specified attributes
 of the supplied management bean to that specified by
 the  Attribute object.   | 
| void |  
 Captures the current state of the bean and stores it
 for future retrieval by the  load() method.
 | 
| void |  Unregisters the specified management bean.    | 
| void |  Unregisters the specified management bean.    | 
| GNU Classpath (0.95) |