|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |