Uses of Class
javax.management.Attribute

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

Uses of Attribute in javax.management
 

Methods in javax.management with parameters of type Attribute
 void DynamicMBean.setAttribute(Attribute attribute)
          Set the value of the specific attribute
 void AttributeList.add(Attribute a)
           
 void AttributeList.add(int index, Attribute element)
           
 void AttributeList.set(int index, Attribute element)
           
 void MBeanServer.setAttribute(ObjectName objectName, Attribute attribute)
           
 

Uses of Attribute in javax.management.modelmbean
 

Methods in javax.management.modelmbean with parameters of type Attribute
 void RequiredModelMBean.sendAttributeChangeNotification(Attribute oldAttribute, Attribute newAttribute)
           
 void RequiredModelMBean.sendAttributeChangeNotification(Attribute oldAttribute, Attribute newAttribute)
           
 void RequiredModelMBean.setAttribute(Attribute attribute)
           
 void ModelMBeanNotificationBroadcaster.sendAttributeChangeNotification(Attribute oldValue, Attribute newValue)
           
 void ModelMBeanNotificationBroadcaster.sendAttributeChangeNotification(Attribute oldValue, Attribute newValue)
           
 

Uses of Attribute in mx4j
 

Methods in mx4j with parameters of type Attribute
 void AbstractDynamicMBean.setAttribute(Attribute attribute)
          Sets the value of the manageable attribute, as specified by the DynamicMBean interface.
 

Uses of Attribute in mx4j.adaptor.rmi
 

Methods in mx4j.adaptor.rmi with parameters of type Attribute
 void UnmarshallingMBeanServer.setAttribute(ObjectName objectName, Attribute attribute)
           
 

Uses of Attribute in mx4j.connector
 

Methods in mx4j.connector with parameters of type Attribute
 void MBeanServerConnection.setAttribute(ObjectName objectName, Attribute attribute)
           
 void RemoteMBeanServer.setAttribute(ObjectName objectName, Attribute attribute)
           
 

Uses of Attribute in mx4j.server
 

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

Uses of Attribute in mx4j.server.interceptor
 

Methods in mx4j.server.interceptor with parameters of type Attribute
 void SecurityMBeanServerInterceptor.setAttribute(MBeanMetaData metadata, Attribute attribute)
           
 void InvokerMBeanServerInterceptor.setAttribute(MBeanMetaData metadata, Attribute attribute)
           
 void MBeanServerInterceptor.setAttribute(MBeanMetaData metadata, Attribute attribute)
           
 void DefaultMBeanServerInterceptor.setAttribute(MBeanMetaData metadata, Attribute attribute)
           
 void ContextClassLoaderMBeanServerInterceptor.setAttribute(MBeanMetaData metadata, Attribute attribute)
           
 

Uses of Attribute in mx4j.util
 

Methods in mx4j.util with parameters of type Attribute
protected abstract  void StandardMBeanProxy.Handler.setAttribute(Attribute attribute)
          Called to invoke setAttribute on a (possibly remote) MBeanServer.
 



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