站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jmx API Documentation 英文版文档

Uses of Class javax.management.InvalidAttributeValueException (JBoss/JMX API) - JBoss 3.2.7 jmx API Documentation 英文版文档


Uses of Class
javax.management.InvalidAttributeValueException

Packages that use InvalidAttributeValueException
javax.management   
javax.management.modelmbean   
org.jboss.mx.capability   
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 StandardMBean.setAttribute(Attribute attribute)
           
 void MBeanServerConnection.setAttribute(ObjectName name, Attribute attribute)
          Set a value for an MBean.
 void MBeanServer.setAttribute(ObjectName name, Attribute attribute)
          Set a value for an MBean.
 void DynamicMBean.setAttribute(Attribute attribute)
          Sets the value of an attribute.
 

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.server
 

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

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.