Uses of Class
javax.management.InstanceNotFoundException

Packages that use InstanceNotFoundException
com.sun.jdmk Provides specific classes to Sun JMX Tools Contribution: Miscellaneous classes. 
com.sun.jdmk.comm Provides specific classes to Sun JMX Tools Contribution: Html Adaptor classes. 
javax.management Provides the core JMX classes
javax.management.modelmbean Provides the definition of the ModelMBean classes
javax.management.relation Provides the definition of the Relation service
javax.management.timer Provides the definition of the Timer MBean
 

Uses of InstanceNotFoundException in com.sun.jdmk
 

Methods in com.sun.jdmk that throw InstanceNotFoundException
 Object MBeanServerForwarder.instantiate(String className, ObjectName loaderName)
          This method calls instantiate(className, loaderName, (Object[]) null, (String[]) null).
 Object MBeanServerForwarder.instantiate(String className, ObjectName loaderName, Object[] params, String[] signature)
           
 ObjectInstance MBeanServerForwarder.createMBean(String className, ObjectName name, ObjectName loaderName)
          This method calls createMBean(className, name, loaderName, (Object[]) null, (String[]) null).
 ObjectInstance MBeanServerForwarder.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature)
           
 void MBeanServerForwarder.unregisterMBean(ObjectName name)
           
 ObjectInstance MBeanServerForwarder.getObjectInstance(ObjectName name)
           
 Object MBeanServerForwarder.getAttribute(ObjectName name, String attribute)
           
 AttributeList MBeanServerForwarder.getAttributes(ObjectName name, String[] attributes)
           
 void MBeanServerForwarder.setAttribute(ObjectName name, Attribute attribute)
           
 AttributeList MBeanServerForwarder.setAttributes(ObjectName name, AttributeList attributes)
           
 Object MBeanServerForwarder.invoke(ObjectName name, String operationName, Object[] params, String[] signature)
           
 void MBeanServerForwarder.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
           
 void MBeanServerForwarder.addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
           
 void MBeanServerForwarder.removeNotificationListener(ObjectName name, NotificationListener listener)
           
 void MBeanServerForwarder.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
           
 void MBeanServerForwarder.removeNotificationListener(ObjectName name, ObjectName listener)
           
 void MBeanServerForwarder.removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
           
 MBeanInfo MBeanServerForwarder.getMBeanInfo(ObjectName name)
           
 boolean MBeanServerForwarder.isInstanceOf(ObjectName name, String className)
           
 ObjectInputStream MBeanServerForwarder.deserialize(ObjectName name, byte[] data)
           
 ObjectInputStream MBeanServerForwarder.deserialize(String className, ObjectName loaderName, byte[] data)
           
 ClassLoader MBeanServerForwarder.getClassLoaderFor(ObjectName mbeanName)
           
 ClassLoader MBeanServerForwarder.getClassLoader(ObjectName loaderName)
           
 void NotificationRegistration.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
          Adds a listener to a registered MBean.
 void NotificationRegistration.removeNotificationListener(ObjectName name, NotificationListener listener)
          Removes a listener from a registered MBean.
 

Uses of InstanceNotFoundException in com.sun.jdmk.comm
 

Methods in com.sun.jdmk.comm that throw InstanceNotFoundException
 void HtmlAdaptorServer.setParser(ObjectName parser)
          Sets the MBean that will be used to parse the incoming HTML requests or to built the outgoing HTML pages.
 void HtmlAdaptorServer.createParser(String className, String parserName, String loaderName)
          Creates and registers in the MBeanServer the HTML parser MBean used by the HtmlAdaptorServer to parse incoming requests or build outgoing HTML pages.
 

Uses of InstanceNotFoundException in javax.management
 

Methods in javax.management that throw InstanceNotFoundException
 void PersistentMBean.load()
          Instantiates thisMBean instance with the data found for the MBean in the persistent store.
 void PersistentMBean.store()
          Captures the current state of this MBean instance and writes it out to the persistent store.
 ObjectInstance MBeanServer.createMBean(String className, ObjectName name, ObjectName loaderName)
          Instantiates and registers an MBean in the MBean server.
 ObjectInstance MBeanServer.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature)
          Instantiates and registers an MBean in the MBean server.
 void MBeanServer.unregisterMBean(ObjectName name)
          Unregisters an MBean from the MBean server.
 ObjectInstance MBeanServer.getObjectInstance(ObjectName name)
          Gets the ObjectInstance for a given MBean registered with the MBean server.
 Object MBeanServer.getAttribute(ObjectName name, String attribute)
          Gets the value of a specific attribute of a named MBean.
 AttributeList MBeanServer.getAttributes(ObjectName name, String[] attributes)
          Gets the values of several attributes of a named MBean.
 void MBeanServer.setAttribute(ObjectName name, Attribute attribute)
          Sets the value of a specific attribute of a named MBean.
 AttributeList MBeanServer.setAttributes(ObjectName name, AttributeList attributes)
          Sets the values of several attributes of a named MBean.
 Object MBeanServer.invoke(ObjectName name, String operationName, Object[] params, String[] signature)
          Invokes an operation on an MBean.
 void MBeanServer.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
          Adds a listener to a registered MBean.
 void MBeanServer.addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
          Adds a listener to a registered MBean.
 void MBeanServer.removeNotificationListener(ObjectName name, ObjectName listener)
          Removes a listener from a registered MBean.
 void MBeanServer.removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
          Removes a listener from a registered MBean.
 void MBeanServer.removeNotificationListener(ObjectName name, NotificationListener listener)
          Removes a listener from a registered MBean.
 void MBeanServer.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
          Removes a listener from a registered MBean.
 MBeanInfo MBeanServer.getMBeanInfo(ObjectName name)
          This method discovers the attributes and operations that an MBean exposes for management.
 boolean MBeanServer.isInstanceOf(ObjectName name, String className)
          Returns true if the MBean specified is an instance of the specified class, false otherwise.
 Object MBeanServer.instantiate(String className, ObjectName loaderName)
          Instantiates an object using the class Loader specified by its ObjectName.
 Object MBeanServer.instantiate(String className, ObjectName loaderName, Object[] params, String[] signature)
          Instantiates an object.
 ObjectInputStream MBeanServer.deserialize(ObjectName name, byte[] data)
          Deprecated. Use getClassLoaderFor to obtain the appropriate class loader for deserialization.
 ObjectInputStream MBeanServer.deserialize(String className, ObjectName loaderName, byte[] data)
          Deprecated. Use getClassLoader to obtain the class loader for deserialization.
 ClassLoader MBeanServer.getClassLoaderFor(ObjectName mbeanName)
          Return the ClassLoader that was used for loading the class of the named MBean.
 ClassLoader MBeanServer.getClassLoader(ObjectName loaderName)
          Return the named ClassLoader.
 ObjectInstance MBeanServerConnection.createMBean(String className, ObjectName name, ObjectName loaderName)
          Instantiates and registers an MBean in the MBean server.
 ObjectInstance MBeanServerConnection.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature)
          Instantiates and registers an MBean in the MBean server.
 void MBeanServerConnection.unregisterMBean(ObjectName name)
          Unregisters an MBean from the MBean server.
 ObjectInstance MBeanServerConnection.getObjectInstance(ObjectName name)
          Gets the ObjectInstance for a given MBean registered with the MBean server.
 Object MBeanServerConnection.getAttribute(ObjectName name, String attribute)
          Gets the value of a specific attribute of a named MBean.
 AttributeList MBeanServerConnection.getAttributes(ObjectName name, String[] attributes)
          Enables the values of several attributes of a named MBean.
 void MBeanServerConnection.setAttribute(ObjectName name, Attribute attribute)
          Sets the value of a specific attribute of a named MBean.
 AttributeList MBeanServerConnection.setAttributes(ObjectName name, AttributeList attributes)
          Sets the values of several attributes of a named MBean.
 Object MBeanServerConnection.invoke(ObjectName name, String operationName, Object[] params, String[] signature)
          Invokes an operation on an MBean.
 void MBeanServerConnection.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
          Adds a listener to a registered MBean.
 void MBeanServerConnection.addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
          Adds a listener to a registered MBean.
 void MBeanServerConnection.removeNotificationListener(ObjectName name, ObjectName listener)
          Removes a listener from a registered MBean.
 void MBeanServerConnection.removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
          Removes a listener from a registered MBean.
 void MBeanServerConnection.removeNotificationListener(ObjectName name, NotificationListener listener)
          Removes a listener from a registered MBean.
 void MBeanServerConnection.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
          Removes a listener from a registered MBean.
 MBeanInfo MBeanServerConnection.getMBeanInfo(ObjectName name)
          This method discovers the attributes and operations that an MBean exposes for management.
 boolean MBeanServerConnection.isInstanceOf(ObjectName name, String className)
          Returns true if the MBean specified is an instance of the specified class, false otherwise.
 

Uses of InstanceNotFoundException in javax.management.modelmbean
 

Methods in javax.management.modelmbean that throw InstanceNotFoundException
 void RequiredModelMBean.setManagedResource(Object mr, String mr_type)
          Sets the instance handle of the object against which to execute all methods in this ModelMBean management interface (MBeanInfo and Descriptors).
 void RequiredModelMBean.load()
          Persistence is not supported by the this Model MBean implementation.
 void RequiredModelMBean.store()
          Persistence is not supported by the this Model MBean implementation.
 void ModelMBean.setManagedResource(Object mr, String mr_type)
          Sets the instance handle of the object against which to execute all methods in this ModelMBean management interface (MBeanInfo and Descriptors).
 

Uses of InstanceNotFoundException in javax.management.relation
 

Methods in javax.management.relation that throw InstanceNotFoundException
 void RelationService.addRelation(ObjectName theRelObjectName)
          Adds an MBean created by the user (and registered by him in the MBean Server) as a relation in the Relation Service.
 void RelationServiceMBean.addRelation(ObjectName theRelObjectName)
          Adds an MBean created by the user (and registered by him in the MBean Server) as a relation in the Relation Service.
 

Uses of InstanceNotFoundException in javax.management.timer
 

Methods in javax.management.timer that throw InstanceNotFoundException
 void TimerMBean.removeNotification(Integer id)
          Removes the timer notification corresponding to the specified identifier from the list of notifications.
 void TimerMBean.removeNotifications(String type)
          Removes all the timer notifications corresponding to the specified type from the list of notifications.
 void Timer.removeNotification(Integer id)
          Removes the timer notification corresponding to the specified identifier from the list of notifications.
 void Timer.removeNotifications(String type)
          Removes all the timer notifications corresponding to the specified type from the list of notifications.
 


JMX 1.2_8   2002.10.31_20:03:55_MET

Copyright 1999-2002 Sun Microsystems, Inc.   901 San Antonio Road Palo Alto, California, 94303, U.S.A.   All Rights Reserved.