|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeNotFoundException | |
javax.management | |
javax.management.modelmbean | |
org.jboss.mx.capability | |
org.jboss.mx.loading | |
org.jboss.mx.modelmbean | |
org.jboss.mx.server | |
org.jboss.mx.util | Utilities for the Java Management Extentions API. |
Uses of AttributeNotFoundException in javax.management |
Methods in javax.management that throw AttributeNotFoundException | |
Object |
StandardMBean.getAttribute(String attribute)
|
void |
StandardMBean.setAttribute(Attribute attribute)
|
Object |
MBeanServerConnection.getAttribute(ObjectName name,
String attribute)
Retrieve a value from an MBean. |
void |
MBeanServerConnection.setAttribute(ObjectName name,
Attribute attribute)
Set a value for an MBean. |
Object |
MBeanServer.getAttribute(ObjectName name,
String attribute)
Retrieve a value from an MBean. |
void |
MBeanServer.setAttribute(ObjectName name,
Attribute attribute)
Set a value for an MBean. |
Object |
DynamicMBean.getAttribute(String attribute)
Returns the value of the attribute with the name matching the passed string. |
void |
DynamicMBean.setAttribute(Attribute attribute)
Sets the value of an attribute. |
Uses of AttributeNotFoundException in javax.management.modelmbean |
Methods in javax.management.modelmbean that throw AttributeNotFoundException | |
Object |
RequiredModelMBean.getAttribute(String attrName)
|
void |
RequiredModelMBean.setAttribute(Attribute attribute)
|
Uses of AttributeNotFoundException in org.jboss.mx.capability |
Methods in org.jboss.mx.capability that throw AttributeNotFoundException | |
Object |
ReflectedMBeanDispatcher.getAttribute(String attribute)
|
void |
ReflectedMBeanDispatcher.setAttribute(Attribute attribute)
|
Uses of AttributeNotFoundException in org.jboss.mx.loading |
Constructors in org.jboss.mx.loading that throw AttributeNotFoundException | |
HeirarchicalLoaderRepository3(UnifiedLoaderRepository3 parent)
Create a HeirarchicalLoaderRepository3 with an explicit parent. |
|
HeirarchicalLoaderRepository3(MBeanServer server)
Create a HeirarchicalLoaderRepository3 with a parent obtained by querying the server for the ServerConstants.DEFAULT_LOADER_NAME mbean. |
|
HeirarchicalLoaderRepository3(MBeanServer server,
ObjectName parentName)
Create a HeirarchicalLoaderRepository3 with a parent obtained by querying the server for the parentName mbean. |
Uses of AttributeNotFoundException in org.jboss.mx.modelmbean |
Methods in org.jboss.mx.modelmbean that throw AttributeNotFoundException | |
Object |
RequiredModelMBeanInvoker.getAttribute(String name)
|
void |
RequiredModelMBeanInvoker.setAttribute(Attribute attribute)
|
Uses of AttributeNotFoundException in org.jboss.mx.server |
Methods in org.jboss.mx.server that throw AttributeNotFoundException | |
void |
RawDynamicInvoker.setAttribute(Attribute attribute)
|
Object |
RawDynamicInvoker.getAttribute(String name)
|
Object |
MBeanServerImpl.getAttribute(ObjectName name,
String attribute)
|
void |
MBeanServerImpl.setAttribute(ObjectName name,
Attribute attribute)
|
Object |
AbstractMBeanInvoker.getAttribute(String attribute)
Returns an attribte value. |
void |
AbstractMBeanInvoker.setAttribute(Attribute attribute)
Sets an attribute value. |
Uses of AttributeNotFoundException in org.jboss.mx.util |
Methods in org.jboss.mx.util with parameters of type AttributeNotFoundException | |
Object |
ProxyExceptionHandler.handleAttributeNotFound(ProxyContext ctx,
AttributeNotFoundException e,
Method m,
Object[] args)
|
Object |
DefaultExceptionHandler.handleAttributeNotFound(ProxyContext ctx,
AttributeNotFoundException e,
Method m,
Object[] args)
|
Methods in org.jboss.mx.util that throw AttributeNotFoundException | |
Object |
DynamicMBeanSupport.getAttribute(String attribute)
|
void |
DynamicMBeanSupport.setAttribute(Attribute attribute)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |