站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

Uses of Interface javax.management.Descriptor (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


Uses of Interface
javax.management.Descriptor

Packages that use Descriptor
javax.management   
javax.management.modelmbean   
org.jboss.mx.metadata   
org.jboss.mx.modelmbean   
org.jboss.mx.server   
 

Uses of Descriptor in javax.management
 

Methods in javax.management that return Descriptor
 Descriptor DescriptorAccess.getDescriptor()
          Retrieves the descriptor.
 

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

Uses of Descriptor in javax.management.modelmbean
 

Classes in javax.management.modelmbean that implement Descriptor
 class DescriptorSupport
          Support class for creating descriptors.
 

Methods in javax.management.modelmbean that return Descriptor
 Descriptor ModelMBeanOperationInfo.getDescriptor()
          Returns a copy of the descriptor associated with this operation.
 Descriptor ModelMBeanNotificationInfo.getDescriptor()
           
 Descriptor[] ModelMBeanInfoSupport.getDescriptors(String descrType)
          Returns the descriptors of an Model MBean for a given management interface element type.
 Descriptor ModelMBeanInfoSupport.getDescriptor(String descrName, String descrType)
          Returns a descriptor of a management interface element matching the given name and type.
 Descriptor ModelMBeanInfoSupport.getMBeanDescriptor()
           
 Descriptor ModelMBeanInfoSupport.getDescriptor(String descrName)
          Deprecated. use ModelMBeanInfoSupport.getDescriptor(String, String) instead.
 Descriptor[] ModelMBeanInfo.getDescriptors(String descriptorType)
          Returns all descriptors with a requested type from a Model MBean.
 Descriptor ModelMBeanInfo.getDescriptor(String inDescriptorName, String inDescriptorType)
           
 Descriptor ModelMBeanInfo.getMBeanDescriptor()
           
 Descriptor ModelMBeanConstructorInfo.getDescriptor()
          Returns a copy of the descriptor associated with this constructor.
 Descriptor ModelMBeanAttributeInfo.getDescriptor()
          Returns a copy of the descriptor associated with this attribute.
 

Methods in javax.management.modelmbean with parameters of type Descriptor
 void ModelMBeanOperationInfo.setDescriptor(Descriptor inDescriptor)
          Replaces the descriptor associated with this operation.
 void ModelMBeanNotificationInfo.setDescriptor(Descriptor inDescriptor)
           
 void ModelMBeanInfoSupport.setDescriptors(Descriptor[] inDescriptors)
          Adds or replaces the descriptors in this Model MBean.
 void ModelMBeanInfoSupport.setDescriptor(Descriptor descr, String descrType)
          Adds or replaces the descriptor in this Model MBean.
 void ModelMBeanInfoSupport.setMBeanDescriptor(Descriptor inDescriptor)
          Sets the ModelMBean's descriptor.
 void ModelMBeanInfo.setDescriptors(Descriptor[] inDescriptors)
           
 void ModelMBeanInfo.setDescriptor(Descriptor inDescriptor, String inDescriptorType)
           
 void ModelMBeanInfo.setMBeanDescriptor(Descriptor inDescriptor)
           
 void ModelMBeanConstructorInfo.setDescriptor(Descriptor inDescriptor)
          Replaces the descriptor associated with this constructor.
 void ModelMBeanAttributeInfo.setDescriptor(Descriptor inDescriptor)
          Replaces the descriptor associated with this attribute.
 

Constructors in javax.management.modelmbean with parameters of type Descriptor
ModelMBeanOperationInfo(String description, Method operationMethod, Descriptor descriptor)
          Creates a new operation info with a given descriptor.
ModelMBeanOperationInfo(String name, String description, MBeanParameterInfo[] signature, String type, int impact, Descriptor descriptor)
          Creates a new operation info with a given descriptor.
ModelMBeanNotificationInfo(String[] notifTypes, String name, String description, Descriptor descriptor)
           
ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] modelAttributes, ModelMBeanConstructorInfo[] modelConstructors, ModelMBeanOperationInfo[] modelOperations, ModelMBeanNotificationInfo[] modelNotifications, Descriptor mbeandescriptor)
          Creates an instance of Model MBean info implementation based on the given values and descriptor.
ModelMBeanConstructorInfo(String description, Constructor constructorMethod, Descriptor descriptor)
          Creates a new constructor info with a given descriptor.
ModelMBeanConstructorInfo(String name, String description, MBeanParameterInfo[] signature, Descriptor descriptor)
          Creates a new constructor info with a given descriptor.
ModelMBeanAttributeInfo(String name, String description, Method getter, Method setter, Descriptor descriptor)
          Creates a new attribute info object.
ModelMBeanAttributeInfo(String name, String type, String description, boolean isReadable, boolean isWritable, boolean isIs, Descriptor descriptor)
          Creates a new attribute info object with a given descriptor.
 

Uses of Descriptor in org.jboss.mx.metadata
 

Methods in org.jboss.mx.metadata that return Descriptor
protected  Descriptor JBossXMBean10.getDescriptor(org.dom4j.Element parent, String infoName, String type)
           
protected  Descriptor[] JBossXMBean10.buildInterceptors(org.dom4j.Element descriptor)
           
 

Methods in org.jboss.mx.metadata with parameters of type Descriptor
protected  ModelMBeanInfo JBossXMBean10.buildMBeanMetaData(String description, List constructors, List operations, List attributes, List notifications, Descriptor descr)
           
 

Uses of Descriptor in org.jboss.mx.modelmbean
 

Methods in org.jboss.mx.modelmbean with parameters of type Descriptor
protected  List ModelMBeanInvoker.getInterceptors(Descriptor d)
           
 

Constructors in org.jboss.mx.modelmbean with parameters of type Descriptor
XMBean(Descriptor descriptor)
           
 

Uses of Descriptor in org.jboss.mx.server
 

Methods in org.jboss.mx.server that return Descriptor
 Descriptor InvocationContext.getDescriptor()
           
 

Methods in org.jboss.mx.server with parameters of type Descriptor
 void MBeanInvoker.updateAttributeInfo(Descriptor attrDesc)
           
 void InvocationContext.setDescriptor(Descriptor d)
           
 void AbstractMBeanInvoker.updateAttributeInfo(Descriptor attrDesc)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.