Uses of Interface
javax.management.Descriptor

Packages that use Descriptor
javax.management Provides the core JMX classes
javax.management.modelmbean Provides the definition of the ModelMBean classes
 

Uses of Descriptor in javax.management
 

Methods in javax.management that return Descriptor
 Descriptor DescriptorAccess.getDescriptor()
          Returns a copy of Descriptor.
 

Methods in javax.management with parameters of type Descriptor
 void DescriptorAccess.setDescriptor(Descriptor inDescriptor)
          Sets Descriptor (full replace).
 

Uses of Descriptor in javax.management.modelmbean
 

Classes in javax.management.modelmbean that implement Descriptor
 class DescriptorSupport
          This class represents the metadata set for a ModelMBean element.
 

Methods in javax.management.modelmbean that return Descriptor
 Descriptor ModelMBeanAttributeInfo.getDescriptor()
          Gets a copy of the associated Descriptor for the ModelMBeanAttributeInfo.
 Descriptor ModelMBeanConstructorInfo.getDescriptor()
          Returns a copy of the associated Descriptor.
 Descriptor ModelMBeanOperationInfo.getDescriptor()
          Returns a copy of the associated Descriptor of the ModelMBeanOperationInfo.
 Descriptor[] ModelMBeanInfoSupport.getDescriptors(java.lang.String inDescriptorType)
           
 Descriptor ModelMBeanInfoSupport.getDescriptor(java.lang.String inDescriptorName)
          Returns a Descriptor requested by name.
 Descriptor ModelMBeanInfoSupport.getDescriptor(java.lang.String inDescriptorName, java.lang.String inDescriptorType)
           
 Descriptor ModelMBeanInfoSupport.getMBeanDescriptor()
           
 Descriptor[] ModelMBeanInfo.getDescriptors(java.lang.String inDescriptorType)
          Returns a Descriptor array consisting of all Descriptors for the ModelMBeanInfo of type inDescriptorType.
 Descriptor ModelMBeanInfo.getDescriptor(java.lang.String inDescriptorName, java.lang.String inDescriptorType)
          Returns a Descriptor requested by name and descriptorType.
 Descriptor ModelMBeanInfo.getMBeanDescriptor()
          Returns the ModelMBean's descriptor which contains MBean wide policies.
 Descriptor ModelMBeanNotificationInfo.getDescriptor()
          Returns a copy of the associated Descriptor for the ModelMBeanNotificationInfo.
 

Methods in javax.management.modelmbean with parameters of type Descriptor
 void ModelMBeanAttributeInfo.setDescriptor(Descriptor inDescriptor)
          Sets associated Descriptor (full replace) for the ModelMBeanAttributeDescriptor.
 void ModelMBeanConstructorInfo.setDescriptor(Descriptor inDescriptor)
          Sets associated Descriptor (full replace) of ModelMBeanConstructorInfo.
 void ModelMBeanOperationInfo.setDescriptor(Descriptor inDescriptor)
          Sets associated Descriptor (full replace) for the ModelMBeanOperationInfo If the new Descriptor is null, then the associated Descriptor reverts to a default descriptor.
 void ModelMBeanInfoSupport.setDescriptors(Descriptor[] inDescriptors)
           
 void ModelMBeanInfoSupport.setDescriptor(Descriptor inDescriptor, java.lang.String inDescriptorType)
           
 void ModelMBeanInfoSupport.setMBeanDescriptor(Descriptor inMBeanDescriptor)
           
 void ModelMBeanInfo.setDescriptors(Descriptor[] inDescriptors)
          Adds or replaces descriptors in the ModelMBeanInfo.
 void ModelMBeanInfo.setDescriptor(Descriptor inDescriptor, java.lang.String inDescriptorType)
          Sets descriptors in the info array of type inDescriptorType for the ModelMBean.
 void ModelMBeanInfo.setMBeanDescriptor(Descriptor inDescriptor)
          Sets the ModelMBean's descriptor.
 void ModelMBeanNotificationInfo.setDescriptor(Descriptor inDescriptor)
          Sets associated Descriptor (full replace) for the ModelMBeanNotificationInfo If the new Descriptor is null, then the associated Descriptor reverts to a default descriptor.
 

Constructors in javax.management.modelmbean with parameters of type Descriptor
ModelMBeanAttributeInfo(java.lang.String name, java.lang.String description, java.lang.reflect.Method getter, java.lang.reflect.Method setter, Descriptor descriptor)
          Constructs a ModelMBeanAttributeInfo object.
ModelMBeanAttributeInfo(java.lang.String name, java.lang.String type, java.lang.String description, boolean isReadable, boolean isWritable, boolean isIs, Descriptor descriptor)
          Constructs a ModelMBeanAttributeInfo object with a default descriptor.
ModelMBeanConstructorInfo(java.lang.String description, java.lang.reflect.Constructor constructorMethod, Descriptor descriptor)
          Constructs a MBeanConstructorInfo object.
ModelMBeanConstructorInfo(java.lang.String name, java.lang.String description, MBeanParameterInfo[] signature, Descriptor descriptor)
          Constructs a MBeanConstructorInfo object.
ModelMBeanOperationInfo(java.lang.String description, java.lang.reflect.Method operationMethod, Descriptor descriptor)
          Constructs a ModelMBeanOperationInfo object.
ModelMBeanOperationInfo(java.lang.String name, java.lang.String description, MBeanParameterInfo[] signature, java.lang.String type, int impact, Descriptor descriptor)
          Constructs a ModelMBeanOperationInfo object.
ModelMBeanInfoSupport(java.lang.String className, java.lang.String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications, Descriptor mbeandescriptor)
          Creates a ModelMBeanInfoSupport with the provided information and the descriptor given in parameter.
ModelMBeanNotificationInfo(java.lang.String[] notifTypes, java.lang.String name, java.lang.String description, Descriptor descriptor)
          Constructs a ModelMBeanNotificationInfo object.
 


Maintenance Release
jmx-1.2.1-b14 2003.07.15_17:22:05_MEST

Copyright 1999-2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.