当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
ModelMBeanInfo (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
javax.management.modelmbean
Interface ModelMBeanInfo
- All Known Implementing Classes:
- ModelMBeanInfoSupport
- public interface ModelMBeanInfo
Interface for manipulating the meta data of a Model MBean.
- Version:
- $Revision: 1.4 $
- Author:
- Juha Lindfors.
getDescriptors
public Descriptor[] getDescriptors(String descriptorType)
throws MBeanException,
RuntimeOperationsException
- Returns all descriptors with a requested type from a Model MBean.
The descriptor type may be one of the following:
- Parameters:
descriptorType
- descriptor type string
- Returns:
- array of descriptors
- Throws:
MBeanException
- for no good reason
RuntimeOperationsException
- for no good reason
setDescriptors
public void setDescriptors(Descriptor[] inDescriptors)
throws MBeanException,
RuntimeOperationsException
- Throws:
MBeanException
RuntimeOperationsException
getDescriptor
public Descriptor getDescriptor(String inDescriptorName,
String inDescriptorType)
throws MBeanException,
RuntimeOperationsException
- Throws:
MBeanException
RuntimeOperationsException
setDescriptor
public void setDescriptor(Descriptor inDescriptor,
String inDescriptorType)
throws MBeanException,
RuntimeOperationsException
- Throws:
MBeanException
RuntimeOperationsException
getMBeanDescriptor
public Descriptor getMBeanDescriptor()
throws MBeanException,
RuntimeOperationsException
- Throws:
MBeanException
RuntimeOperationsException
setMBeanDescriptor
public void setMBeanDescriptor(Descriptor inDescriptor)
throws MBeanException,
RuntimeOperationsException
- Throws:
MBeanException
RuntimeOperationsException
getAttribute
public ModelMBeanAttributeInfo getAttribute(String inName)
throws MBeanException,
RuntimeOperationsException
- Throws:
MBeanException
RuntimeOperationsException
getOperation
public ModelMBeanOperationInfo getOperation(String inName)
throws MBeanException,
RuntimeOperationsException
- Throws:
MBeanException
RuntimeOperationsException
getNotification
public ModelMBeanNotificationInfo getNotification(String inName)
throws MBeanException,
RuntimeOperationsException
- Throws:
MBeanException
RuntimeOperationsException
clone
public Object clone()
getAttributes
public MBeanAttributeInfo[] getAttributes()
getClassName
public String getClassName()
getConstructors
public MBeanConstructorInfo[] getConstructors()
getDescription
public String getDescription()
getNotifications
public MBeanNotificationInfo[] getNotifications()
getOperations
public MBeanOperationInfo[] getOperations()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.