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

Uses of Class javax.management.InvalidAttributeValueException (JBoss/JMX API) - JBoss 4.0.1 sp1 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.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 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.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 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.