Uses of Class
javax.management.InvalidAttributeValueException

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

Uses of InvalidAttributeValueException in javax.management
 

Methods in javax.management that throw InvalidAttributeValueException
 void MBeanServer.setAttribute(ObjectName objectName, Attribute attribute)
           
 void DynamicMBean.setAttribute(Attribute attribute)
          Set the value of the specific 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 mx4j
 

Methods in mx4j that throw InvalidAttributeValueException
 void AbstractDynamicMBean.setAttribute(Attribute attribute)
          Sets the value of the manageable attribute, as specified by the DynamicMBean interface.
protected  java.lang.Object AbstractDynamicMBean.invoke(java.lang.String name, java.lang.Class[] params, java.lang.Object[] args)
          Looks up the method to call on the object set as resource (see AbstractDynamicMBean.setResource(java.lang.Object)) and invokes it.
 

Uses of InvalidAttributeValueException in mx4j.adaptor.rmi
 

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

Uses of InvalidAttributeValueException in mx4j.connector
 

Methods in mx4j.connector that throw InvalidAttributeValueException
 void RemoteMBeanServer.setAttribute(ObjectName objectName, Attribute attribute)
           
 void MBeanServerConnection.setAttribute(ObjectName objectName, Attribute attribute)
           
 

Uses of InvalidAttributeValueException in mx4j.server
 

Methods in mx4j.server that throw InvalidAttributeValueException
 void ReflectedMBeanInvoker.setAttribute(MBeanMetaData metadata, Attribute attribute)
           
 void MBeanServerImpl.setAttribute(ObjectName objectName, Attribute attribute)
          Sets the vallue of the Attribute of the given MBean
 void MBeanInvoker.setAttribute(MBeanMetaData metadata, Attribute attribute)
          Sets the value of the specified attribute.
 void ChainedMBeanServer.setAttribute(ObjectName objectName, Attribute attribute)
           
 

Uses of InvalidAttributeValueException in mx4j.server.interceptor
 

Methods in mx4j.server.interceptor that throw InvalidAttributeValueException
 void SecurityMBeanServerInterceptor.setAttribute(MBeanMetaData metadata, Attribute attribute)
           
 void MBeanServerInterceptor.setAttribute(MBeanMetaData metadata, Attribute attribute)
           
 void InvokerMBeanServerInterceptor.setAttribute(MBeanMetaData metadata, Attribute attribute)
           
 void DefaultMBeanServerInterceptor.setAttribute(MBeanMetaData metadata, Attribute attribute)
           
 void ContextClassLoaderMBeanServerInterceptor.setAttribute(MBeanMetaData metadata, Attribute attribute)
           
 



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