|
Java™ Platform Standard Ed. 7 DRAFT ea-b37 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeNotFoundException | |
|---|---|
| javax.management | Provides the core classes for the Java Management Extensions. |
| javax.management.modelmbean | Provides the definition of the ModelMBean classes. |
| javax.management.namespace | The javax.management.namespace package makes it possible
to federate MBeanServers into a hierarchical name space. |
| javax.management.remote | Interfaces for remote access to JMX MBean servers. |
| javax.management.remote.rmi | The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server. |
| Uses of AttributeNotFoundException in javax.management |
|---|
| Methods in javax.management that throw AttributeNotFoundException | |
|---|---|
Object |
MBeanServerConnection.getAttribute(ObjectName name,
String attribute)
Gets the value of a specific attribute of a named MBean. |
Object |
MBeanServer.getAttribute(ObjectName name,
String attribute)
|
Object |
StandardMBean.getAttribute(String attribute)
|
Object |
DynamicMBean.getAttribute(String attribute)
Obtain the value of a specific attribute of the Dynamic MBean. |
void |
StandardMBean.setAttribute(Attribute attribute)
|
void |
DynamicMBean.setAttribute(Attribute attribute)
Set the value of a specific attribute of the Dynamic MBean. |
void |
MBeanServerConnection.setAttribute(ObjectName name,
Attribute attribute)
Sets the value of a specific attribute of a named MBean. |
void |
MBeanServer.setAttribute(ObjectName name,
Attribute attribute)
|
| Uses of AttributeNotFoundException in javax.management.modelmbean |
|---|
| Methods in javax.management.modelmbean that throw AttributeNotFoundException | |
|---|---|
Object |
RequiredModelMBean.getAttribute(String attrName)
Returns the value of a specific attribute defined for this ModelMBean. |
void |
RequiredModelMBean.setAttribute(Attribute attribute)
Sets the value of a specific attribute of a named ModelMBean. |
| Uses of AttributeNotFoundException in javax.management.namespace |
|---|
| Methods in javax.management.namespace that throw AttributeNotFoundException | |
|---|---|
Object |
MBeanServerSupport.getAttribute(ObjectName name,
String attribute)
Gets the value of a specific attribute of a named MBean. |
Object |
MBeanServerConnectionWrapper.getAttribute(ObjectName name,
String attribute)
Forward this method to the wrapped object. |
void |
MBeanServerSupport.setAttribute(ObjectName name,
Attribute attribute)
Sets the value of a specific attribute of a named MBean. |
void |
MBeanServerConnectionWrapper.setAttribute(ObjectName name,
Attribute attribute)
Forward this method to the wrapped object. |
| Uses of AttributeNotFoundException in javax.management.remote |
|---|
| Methods in javax.management.remote that throw AttributeNotFoundException | |
|---|---|
Object |
IdentityMBeanServerForwarder.getAttribute(ObjectName name,
String attribute)
|
void |
IdentityMBeanServerForwarder.setAttribute(ObjectName name,
Attribute attribute)
|
| Uses of AttributeNotFoundException in javax.management.remote.rmi |
|---|
| Methods in javax.management.remote.rmi that throw AttributeNotFoundException | |
|---|---|
Object |
RMIConnectionImpl_Stub.getAttribute(ObjectName $param_ObjectName_1,
String $param_String_2,
Subject $param_Subject_3)
|
Object |
RMIConnectionImpl.getAttribute(ObjectName name,
String attribute,
Subject delegationSubject)
|
Object |
RMIConnection.getAttribute(ObjectName name,
String attribute,
Subject delegationSubject)
Handles the method MBeanServerConnection.getAttribute(ObjectName,
String). |
void |
RMIConnectionImpl_Stub.setAttribute(ObjectName $param_ObjectName_1,
MarshalledObject $param_MarshalledObject_2,
Subject $param_Subject_3)
|
void |
RMIConnectionImpl.setAttribute(ObjectName name,
MarshalledObject attribute,
Subject delegationSubject)
|
void |
RMIConnection.setAttribute(ObjectName name,
MarshalledObject attribute,
Subject delegationSubject)
Handles the method MBeanServerConnection.setAttribute(ObjectName,
Attribute). |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b37 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.