|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
javax.management | |
javax.management.modelmbean | |
mx4j.connector | |
mx4j.server | |
mx4j.server.interceptor |
Uses of Attribute in javax.management |
Methods in javax.management with parameters of type Attribute | |
void |
DynamicMBean.setAttribute(Attribute attribute)
|
void |
MBeanServer.setAttribute(ObjectName objectName,
Attribute attribute)
|
void |
AttributeList.add(Attribute a)
|
void |
AttributeList.add(int index,
Attribute element)
|
void |
AttributeList.set(int index,
Attribute element)
|
Uses of Attribute in javax.management.modelmbean |
Methods in javax.management.modelmbean with parameters of type Attribute | |
void |
ModelMBeanNotificationBroadcaster.sendAttributeChangeNotification(Attribute oldValue,
Attribute newValue)
|
void |
RequiredModelMBean.sendAttributeChangeNotification(Attribute oldAttribute,
Attribute newAttribute)
|
void |
RequiredModelMBean.setAttribute(Attribute attribute)
|
Uses of Attribute in mx4j.connector |
Methods in mx4j.connector with parameters of type Attribute | |
void |
RemoteMBeanServer.setAttribute(ObjectName objectName,
Attribute attribute)
|
Uses of Attribute in mx4j.server |
Methods in mx4j.server with parameters of type Attribute | |
void |
ReflectedMBeanInvoker.setAttribute(MBeanMetaData metadata,
Attribute attribute)
|
void |
MBeanInvoker.setAttribute(MBeanMetaData metadata,
Attribute attribute)
Sets the value of the specified attribute. |
void |
MBeanServerImpl.setAttribute(ObjectName objectName,
Attribute attribute)
|
Uses of Attribute in mx4j.server.interceptor |
Methods in mx4j.server.interceptor with parameters of type Attribute | |
void |
DefaultMBeanServerInterceptor.setAttribute(MBeanMetaData metadata,
Attribute attribute)
|
void |
InvokerMBeanServerInterceptor.setAttribute(MBeanMetaData metadata,
Attribute attribute)
|
void |
ContextClassLoaderMBeanServerInterceptor.setAttribute(MBeanMetaData metadata,
Attribute attribute)
|
void |
SecurityMBeanServerInterceptor.setAttribute(MBeanMetaData metadata,
Attribute attribute)
|
void |
MBeanServerInterceptor.setAttribute(MBeanMetaData metadata,
Attribute attribute)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |