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

MBeanFeatureInfo (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


javax.management
Class MBeanFeatureInfo

java.lang.Object
  extended byjavax.management.MBeanFeatureInfo
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MBeanAttributeInfo, MBeanConstructorInfo, MBeanNotificationInfo, MBeanOperationInfo, MBeanParameterInfo

public class MBeanFeatureInfo
extends Object
implements Serializable

General information for MBean descriptor objects.

Version:
$Revision: 1.11 $
Author:
Juha Lindfors., Adrian Brock

Revisions:

20020711 Adrian Brock:

  • Serialization
See Also:
Serialized Form

Field Summary
protected  String description
          Human readable description string of the MBean feature.
protected  String name
          Name of the MBean feature.
 
Constructor Summary
MBeanFeatureInfo(String name, String description)
          Constructs an MBean feature info object.
 
Method Summary
 boolean equals(Object object)
           
 String getDescription()
          Returns the description of the MBean feature.
 String getName()
          Returns the name of the MBean feature.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name
Name of the MBean feature.


description

protected String description
Human readable description string of the MBean feature.

Constructor Detail

MBeanFeatureInfo

public MBeanFeatureInfo(String name,
                        String description)
                 throws IllegalArgumentException
Constructs an MBean feature info object.

Parameters:
name - name of the MBean feature
description - human readable description string of the feature
Throws:
IllegalArgumentException - if the name is not a valid java type
Method Detail

getName

public String getName()
Returns the name of the MBean feature.

Returns:
name string

getDescription

public String getDescription()
Returns the description of the MBean feature.

Returns:
a human readable description string

equals

public boolean equals(Object object)

hashCode

public int hashCode()

toString

public String toString()


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