Uses of Class
javax.management.InvalidAttributeValueException

Packages that use InvalidAttributeValueException
javax.management   
javax.management.modelmbean   
org.jboss.mx.capability   
org.jboss.mx.interceptor   
org.jboss.mx.modelmbean   
org.jboss.mx.server   
org.jboss.mx.util Utilities for the Java Management Extentions API. 
 

Uses of InvalidAttributeValueException in javax.management
 

Methods in javax.management that throw InvalidAttributeValueException
 void DynamicMBean.setAttribute(Attribute attribute)
          Sets the value of an attribute.
 void StandardMBean.setAttribute(Attribute attribute)
           
 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.
 

Uses of InvalidAttributeValueException in javax.management.modelmbean
 

Methods in javax.management.modelmbean that throw InvalidAttributeValueException
 void RequiredModelMBean.setAttribute(Attribute attribute)
           
 

Uses of InvalidAttributeValueException in org.jboss.mx.capability
 

Methods in org.jboss.mx.capability that throw InvalidAttributeValueException
 void ReflectedMBeanDispatcher.setAttribute(Attribute attribute)
           
 

Uses of InvalidAttributeValueException in org.jboss.mx.interceptor
 

Methods in org.jboss.mx.interceptor that throw InvalidAttributeValueException
protected  void ModelMBeanOperationInterceptor.checkAssignable(String context, Class clazz, Object value)
           
protected  void ModelMBeanAttributeInterceptor.checkAssignable(String context, Class clazz, Object value)
           
protected  void AttributeDispatcher.checkAssignable(String context, Class clazz, Object value)
           
 

Uses of InvalidAttributeValueException in org.jboss.mx.modelmbean
 

Methods in org.jboss.mx.modelmbean that throw InvalidAttributeValueException
 void RequiredModelMBeanInvoker.setAttribute(Attribute attribute)
           
 

Uses of InvalidAttributeValueException in org.jboss.mx.server
 

Methods in org.jboss.mx.server that throw InvalidAttributeValueException
 void RawDynamicInvoker.setAttribute(Attribute attribute)
           
 void AbstractMBeanInvoker.setAttribute(Attribute attribute)
          Sets an attribute value.
 void MBeanServerImpl.setAttribute(ObjectName name, Attribute attribute)
           
 

Uses of InvalidAttributeValueException in org.jboss.mx.util
 

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

Methods in org.jboss.mx.util that throw InvalidAttributeValueException
 void DynamicMBeanSupport.setAttribute(Attribute attribute)
           
 



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