public class FeatureInfo
extends java.lang.Object
implements java.io.Serializable
Convenience base class for AttributeInfo
and
OperationInfo
classes that will be used to collect configuration
information for the ModelMBean
beans exposed for management.
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
description |
protected javax.management.MBeanFeatureInfo |
info |
protected java.lang.String |
name |
protected java.lang.String |
type |
Constructor and Description |
---|
FeatureInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
The human-readable description of this feature.
|
java.lang.String |
getName()
The name of this feature, which must be unique among features in the
same collection.
|
java.lang.String |
getType()
The fully qualified Java class name of this element.
|
void |
setDescription(java.lang.String description) |
void |
setName(java.lang.String name) |
void |
setType(java.lang.String type) |
protected java.lang.String description
protected java.lang.String name
protected javax.management.MBeanFeatureInfo info
protected java.lang.String type
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getType()
public void setType(java.lang.String type)
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.