Uses of Class
javax.management.InstanceNotFoundException

Packages that use InstanceNotFoundException
javax.management   
javax.management.modelmbean   
javax.management.relation The JBossMX relation service
javax.management.timer The JBossMX timer service
org.jboss.mx.loading   
org.jboss.mx.modelmbean   
org.jboss.mx.server   
org.jboss.mx.server.registry   
org.jboss.mx.util Utilities for the Java Management Extentions API. 
 

Uses of InstanceNotFoundException in javax.management
 

Methods in javax.management that throw InstanceNotFoundException
 void MBeanServer.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
          Add a notification listener to an MBean.
 void MBeanServerConnection.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
          Add a notification listener to an MBean.
 void MBeanServer.addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
          Add a notification listener to an MBean.
 void MBeanServerConnection.addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
          Add a notification listener to an MBean.
 ObjectInstance MBeanServer.createMBean(String className, ObjectName name, ObjectName loaderName)
          Create an MBean registered using the given object name.
 ObjectInstance MBeanServerConnection.createMBean(String className, ObjectName name, ObjectName loaderName)
          Create an MBean registered using the given object name.
 ObjectInstance MBeanServer.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature)
          Create an MBean registered using the given object name.
 ObjectInstance MBeanServerConnection.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature)
          Create an MBean registered using the given object name.
 ObjectInputStream MBeanServer.deserialize(ObjectName name, byte[] data)
          Deprecated. use MBeanServer.getClassLoaderFor(ObjectName) to obtain the appropriate classloader for deserialization
 ObjectInputStream MBeanServer.deserialize(String className, ObjectName loaderName, byte[] data)
          Deprecated. use MBeanServer.getClassLoaderFor(ObjectName) to obtain the appropriate classloader for deserialization
 Object MBeanServer.getAttribute(ObjectName name, String attribute)
          Retrieve a value from an MBean.
 Object MBeanServerConnection.getAttribute(ObjectName name, String attribute)
          Retrieve a value from an MBean.
 AttributeList MBeanServer.getAttributes(ObjectName name, String[] attributes)
          Retrieve a list of values from an MBean.
 AttributeList MBeanServerConnection.getAttributes(ObjectName name, String[] attributes)
          Retrieve a list of values from an MBean.
 ClassLoader MBeanServer.getClassLoader(ObjectName name)
          Retrieve the classloader registered as an MBean
 ClassLoader MBeanServer.getClassLoaderFor(ObjectName name)
          Retrieve the classloader for an mbean
 MBeanInfo MBeanServer.getMBeanInfo(ObjectName name)
          Retrieves the jmx metadata for an mbean
 MBeanInfo MBeanServerConnection.getMBeanInfo(ObjectName name)
          Retrieves the jmx metadata for an mbean
 ObjectInstance MBeanServer.getObjectInstance(ObjectName name)
          Retrieve an MBean's registration information.
 ObjectInstance MBeanServerConnection.getObjectInstance(ObjectName name)
          Retrieve an MBean's registration information.
 Object MBeanServer.instantiate(String className, ObjectName loaderName)
          Instantiates an object using the given class loader.
 Object MBeanServer.instantiate(String className, ObjectName loaderName, Object[] params, String[] signature)
          Instantiates an object using the given class loader.
 Object MBeanServer.invoke(ObjectName name, String operationName, Object[] params, String[] signature)
          Invokes an operation on an mbean.
 Object MBeanServerConnection.invoke(ObjectName name, String operationName, Object[] params, String[] signature)
          Invokes an operation on an mbean.
 boolean MBeanServer.isInstanceOf(ObjectName name, String className)
          Tests whether an mbean can be cast to the given type
 boolean MBeanServerConnection.isInstanceOf(ObjectName name, String className)
          Tests whether an mbean can be cast to the given type
 void PersistentMBean.load()
          Retrieves the MBean's state from a persistence store.
 void MBeanServer.removeNotificationListener(ObjectName name, NotificationListener listener)
          Removes a listener from an mbean.
 void MBeanServerConnection.removeNotificationListener(ObjectName name, NotificationListener listener)
          Removes a listener from an mbean.
 void MBeanServer.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
          Removes a listener from an mbean.
 void MBeanServerConnection.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
          Removes a listener from an mbean.
 void MBeanServer.removeNotificationListener(ObjectName name, ObjectName listener)
          Removes a listener from an mbean.
 void MBeanServerConnection.removeNotificationListener(ObjectName name, ObjectName listener)
          Removes a listener from an mbean.
 void MBeanServer.removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
          Removes a listener from an mbean.
 void MBeanServerConnection.removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
          Removes a listener from an mbean.
 void MBeanServer.setAttribute(ObjectName name, Attribute attribute)
          Set a value for an MBean.
 void MBeanServerConnection.setAttribute(ObjectName name, Attribute attribute)
          Set a value for an MBean.
 AttributeList MBeanServer.setAttributes(ObjectName name, AttributeList attributes)
          Set a list of values for an MBean.
 AttributeList MBeanServerConnection.setAttributes(ObjectName name, AttributeList attributes)
          Set a list of values for an MBean.
 void PersistentMBean.store()
          Stores the MBean's state to a persistence store.
 void MBeanServer.unregisterMBean(ObjectName name)
          Unregisters an mbean.
 void MBeanServerConnection.unregisterMBean(ObjectName name)
          Unregisters an mbean.
 

Uses of InstanceNotFoundException in javax.management.modelmbean
 

Methods in javax.management.modelmbean that throw InstanceNotFoundException
 void RequiredModelMBean.load()
           
 void ModelMBean.setManagedResource(Object mr, String mr_type)
           
 void RequiredModelMBean.setManagedResource(Object mr, String mr_type)
           
 void RequiredModelMBean.store()
           
 

Uses of InstanceNotFoundException in javax.management.relation
 

Methods in javax.management.relation that throw InstanceNotFoundException
 void RelationService.addRelation(ObjectName relation)
           
 void RelationServiceMBean.addRelation(ObjectName relation)
          Add a manually created relation to the relation service.
 

Uses of InstanceNotFoundException in javax.management.timer
 

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

Uses of InstanceNotFoundException in org.jboss.mx.loading
 

Constructors in org.jboss.mx.loading that throw InstanceNotFoundException
HeirarchicalLoaderRepository3(MBeanServer server)
          Create a HeirarchicalLoaderRepository3 with a parent obtained by querying the server for the ServerConstants.DEFAULT_LOADER_NAME mbean.
HeirarchicalLoaderRepository3(MBeanServer server, ObjectName parentName)
          Create a HeirarchicalLoaderRepository3 with a parent obtained by querying the server for the parentName mbean.
HeirarchicalLoaderRepository3(UnifiedLoaderRepository3 parent)
          Create a HeirarchicalLoaderRepository3 with an explicit parent.
 

Uses of InstanceNotFoundException in org.jboss.mx.modelmbean
 

Methods in org.jboss.mx.modelmbean that throw InstanceNotFoundException
protected  void ModelMBeanInvoker.initPersistence(MBeanServer server, ObjectName name)
          initializes the persistence manager based on the info for this bean.
 void ModelMBeanInvoker.load()
           
 void ModelMBeanInvoker.setManagedResource(Object ref, String resourceType)
          Sets the managed resource for this Model MBean instance.
 void ModelMBeanInvoker.store()
           
 

Uses of InstanceNotFoundException in org.jboss.mx.server
 

Methods in org.jboss.mx.server that throw InstanceNotFoundException
 void MBeanServerImpl.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
          Adds a listener to a registered MBean.
 void MBeanServerImpl.addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
          Adds a listener to a registered MBean.
 ObjectInstance MBeanServerImpl.createMBean(String className, ObjectName name, ObjectName loaderName)
           
 ObjectInstance MBeanServerImpl.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature)
           
 ObjectInputStream MBeanServerImpl.deserialize(ObjectName name, byte[] data)
          Deprecated.  
 ObjectInputStream MBeanServerImpl.deserialize(String className, ObjectName loaderName, byte[] data)
          Deprecated.  
 Object MBeanServerImpl.getAttribute(ObjectName name, String attribute)
           
 AttributeList MBeanServerImpl.getAttributes(ObjectName name, String[] attributes)
           
 ClassLoader MBeanServerImpl.getClassLoader(ObjectName name)
           
 ClassLoader MBeanServerImpl.getClassLoaderFor(ObjectName name)
           
 MBeanInfo MBeanServerImpl.getMBeanInfo(ObjectName name)
           
 ObjectInstance MBeanServerImpl.getObjectInstance(ObjectName name)
           
 Object MBeanServerImpl.instantiate(String className, ObjectName loaderName)
           
 Object MBeanServerImpl.instantiate(String className, ObjectName loaderName, Object[] params, String[] signature)
           
 Object MBeanServerImpl.invoke(ObjectName name, String operationName, Object[] params, String[] signature)
           
 boolean MBeanServerImpl.isInstanceOf(ObjectName name, String className)
           
protected  ObjectInstance MBeanServerImpl.registerMBean(Object mbean, ObjectName name, ObjectName loaderName)
          Register an MBean
 void MBeanServerImpl.removeNotificationListener(ObjectName name, NotificationListener listener)
          Removes a listener from a registered MBean.
 void MBeanServerImpl.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
          Removes a listener from a registered MBean.
 void MBeanServerImpl.removeNotificationListener(ObjectName name, ObjectName listener)
          Removes a listener from a registered MBean.
 void MBeanServerImpl.removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
          Removes a listener from a registered MBean.
 void MBeanServerImpl.setAttribute(ObjectName name, Attribute attribute)
           
 AttributeList MBeanServerImpl.setAttributes(ObjectName name, AttributeList attributes)
           
 void MBeanServerImpl.unregisterMBean(ObjectName name)
           
 

Uses of InstanceNotFoundException in org.jboss.mx.server.registry
 

Methods in org.jboss.mx.server.registry that throw InstanceNotFoundException
 MBeanEntry MBeanRegistry.get(ObjectName name)
          Retrieve the registration for an object name.
 MBeanEntry BasicMBeanRegistry.get(ObjectName name)
           
 ObjectInstance MBeanRegistry.getObjectInstance(ObjectName name)
          Retrieve the object instance for an object name.
 ObjectInstance BasicMBeanRegistry.getObjectInstance(ObjectName name)
           
 Object MBeanRegistry.getValue(ObjectName name, String key)
          Retrieve a value from the registration.
 Object BasicMBeanRegistry.getValue(ObjectName name, String key)
           
protected  void BasicMBeanRegistry.persistIfRequired(MBeanInfo info, ObjectName name)
          Adds the given MBean Info object to the persistence queue if it explicity denotes (via metadata) that it should be stored.
protected  void BasicMBeanRegistry.remove(ObjectName name)
          Removes an MBean entry WARNING: The object name should be fully qualified.
 void MBeanRegistry.unregisterMBean(ObjectName name)
          Unregister an mbean.
 void BasicMBeanRegistry.unregisterMBean(ObjectName name)
           
 

Uses of InstanceNotFoundException in org.jboss.mx.util
 

Methods in org.jboss.mx.util with parameters of type InstanceNotFoundException
 Object ProxyExceptionHandler.handleInstanceNotFound(ProxyContext ctx, InstanceNotFoundException e, Method m, Object[] args)
           
 Object DefaultExceptionHandler.handleInstanceNotFound(ProxyContext ctx, InstanceNotFoundException e, Method m, Object[] args)
           
 

Methods in org.jboss.mx.util that throw InstanceNotFoundException
 ObjectInstance MBeanInstaller.createMBean(MBeanElement element)
           
 ObjectInstance MBeanInstaller.deserialize(MBeanElement element)
           
 ObjectInstance MBeanInstaller.installMBean(MBeanElement element)
          Install a mbean with mbean metadata
 ObjectInstance MBeanInstaller.updateMBean(MBeanElement element)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.