Modifier and Type | Field and Description |
---|---|
pack-priv static final MBeanParameterInfo[] | |
pack-priv static final long | |
private final String |
Access | Constructor and Description |
---|---|
public | MBeanParameterInfo(String
The name of the data name, String The type or class name of the data type, String A human readable description of the data. Optional. description)Constructs an |
public | MBeanParameterInfo(String
The name of the data name, String The type or class name of the data type, String A human readable description of the data. Optional. description, Descriptor The descriptor for the operation. This may be null
which is equivalent to an empty descriptor. descriptor)Constructs an |
Modifier and Type | Method and Description |
---|---|
public Object | |
public boolean | Returns: true if and only ifo is an MBeanParameterInfo such
that its getName() , getType() ,
getDescriptor() , and getDescription() values are equal (not necessarily identical)
to those of this MBeanParameterInfo.the object to compare to. o)Overrides javax. Compare this MBeanParameterInfo to another. |
public String | |
public int | hashCode()
Overrides javax. Returns a hash code value for this object. |
public String |
NO_PARAMS | back to summary |
---|---|
pack-priv static final MBeanParameterInfo[] NO_PARAMS |
serialVersionUID | back to summary |
---|---|
pack-priv static final long serialVersionUID |
type | back to summary |
---|---|
private final String type |
MBeanParameterInfo | back to summary |
---|---|
public MBeanParameterInfo(String name, String type, String description) Constructs an |
MBeanParameterInfo | back to summary |
---|---|
public MBeanParameterInfo(String name, String type, String description, Descriptor descriptor) Constructs an
|
clone | back to summary |
---|---|
public Object clone() Overrides java. Returns a shallow clone of this instance.
The clone is obtained by simply calling Since this class is immutable, cloning is chiefly of interest to subclasses.
|
equals | back to summary |
---|---|
public boolean equals(Object o) Overrides javax. Compare this MBeanParameterInfo to another.
|
getType | back to summary |
---|---|
public String getType() Returns the type or class name of the data.
|
hashCode | back to summary |
---|---|
public int hashCode() Overrides javax. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non-
|