Uses of Class
javax.management.AttributeNotFoundException

Packages that use AttributeNotFoundException
javax.management   
javax.management.modelmbean   
mx4j   
mx4j.adaptor.rmi   
mx4j.connector   
mx4j.server   
mx4j.server.interceptor   
 

Uses of AttributeNotFoundException in javax.management
 

Methods in javax.management that throw AttributeNotFoundException
 java.lang.Object MBeanServer.getAttribute(ObjectName objectName, java.lang.String attribute)
           
 void MBeanServer.setAttribute(ObjectName objectName, Attribute attribute)
           
 java.lang.Object DynamicMBean.getAttribute(java.lang.String attribute)
          Returns the value of the given attribute.
 void DynamicMBean.setAttribute(Attribute attribute)
          Set the value of the specific attribute
 

Uses of AttributeNotFoundException in javax.management.modelmbean
 

Methods in javax.management.modelmbean that throw AttributeNotFoundException
 java.lang.Object RequiredModelMBean.getAttribute(java.lang.String attribute)
           
 void RequiredModelMBean.setAttribute(Attribute attribute)
           
 

Uses of AttributeNotFoundException in mx4j
 

Methods in mx4j that throw AttributeNotFoundException
 java.lang.Object AbstractDynamicMBean.getAttribute(java.lang.String attribute)
          Returns the value of the manageable attribute, as specified by the DynamicMBean interface.
 void AbstractDynamicMBean.setAttribute(Attribute attribute)
          Sets the value of the manageable attribute, as specified by the DynamicMBean interface.
 

Uses of AttributeNotFoundException in mx4j.adaptor.rmi
 

Methods in mx4j.adaptor.rmi that throw AttributeNotFoundException
 void UnmarshallingMBeanServer.setAttribute(ObjectName objectName, Attribute attribute)
           
 

Uses of AttributeNotFoundException in mx4j.connector
 

Methods in mx4j.connector that throw AttributeNotFoundException
 java.lang.Object RemoteMBeanServer.getAttribute(ObjectName objectName, java.lang.String attribute)
           
 void RemoteMBeanServer.setAttribute(ObjectName objectName, Attribute attribute)
           
 java.lang.Object MBeanServerConnection.getAttribute(ObjectName objectName, java.lang.String attribute)
           
 void MBeanServerConnection.setAttribute(ObjectName objectName, Attribute attribute)
           
 

Uses of AttributeNotFoundException in mx4j.server
 

Methods in mx4j.server that throw AttributeNotFoundException
 java.lang.Object ReflectedMBeanInvoker.getAttribute(MBeanMetaData metadata, java.lang.String attribute)
           
 void ReflectedMBeanInvoker.setAttribute(MBeanMetaData metadata, Attribute attribute)
           
 java.lang.Object MBeanServerImpl.getAttribute(ObjectName objectName, java.lang.String attribute)
          Retrieve an attribute using the given objectName
 void MBeanServerImpl.setAttribute(ObjectName objectName, Attribute attribute)
          Sets the vallue of the Attribute of the given MBean
 java.lang.Object MBeanInvoker.getAttribute(MBeanMetaData metadata, java.lang.String attribute)
          Returns the value of the specified attribute.
 void MBeanInvoker.setAttribute(MBeanMetaData metadata, Attribute attribute)
          Sets the value of the specified attribute.
 java.lang.Object ChainedMBeanServer.getAttribute(ObjectName objectName, java.lang.String attribute)
           
 void ChainedMBeanServer.setAttribute(ObjectName objectName, Attribute attribute)
           
 

Uses of AttributeNotFoundException in mx4j.server.interceptor
 

Methods in mx4j.server.interceptor that throw AttributeNotFoundException
 java.lang.Object SecurityMBeanServerInterceptor.getAttribute(MBeanMetaData metadata, java.lang.String attribute)
           
 void SecurityMBeanServerInterceptor.setAttribute(MBeanMetaData metadata, Attribute attribute)
           
 java.lang.Object MBeanServerInterceptor.getAttribute(MBeanMetaData metadata, java.lang.String attribute)
           
 void MBeanServerInterceptor.setAttribute(MBeanMetaData metadata, Attribute attribute)
           
 java.lang.Object InvokerMBeanServerInterceptor.getAttribute(MBeanMetaData metadata, java.lang.String attribute)
           
 void InvokerMBeanServerInterceptor.setAttribute(MBeanMetaData metadata, Attribute attribute)
           
 java.lang.Object DefaultMBeanServerInterceptor.getAttribute(MBeanMetaData metadata, java.lang.String attribute)
           
 void DefaultMBeanServerInterceptor.setAttribute(MBeanMetaData metadata, Attribute attribute)
           
 java.lang.Object ContextClassLoaderMBeanServerInterceptor.getAttribute(MBeanMetaData metadata, java.lang.String attribute)
           
 void ContextClassLoaderMBeanServerInterceptor.setAttribute(MBeanMetaData metadata, Attribute attribute)
           
 



Copyright © 2001-2002 MX4J Team. All Rights Reserved.