java.lang.Object
javax.management.MBeanFeatureInfo
javax.management.MBeanConstructorInfo
- All Implemented Interfaces:
- Serializable, Cloneable
- Direct Known Subclasses:
- ModelMBeanConstructorInfo, OpenMBeanConstructorInfoSupport
- See Also:
- Top Examples, Source Code
public Object clone()
- See Also:
Cloneable
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean equals(Object o)
- See Also:
Hashtable
, Object.hashCode()
, getSignature()
, MBeanFeatureInfo.getDescription()
, MBeanFeatureInfo.getName()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public MBeanParameterInfo[] getSignature()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int hashCode()
- See Also:
Hashtable
, Object.equals(java.lang.Object)
, MBeanFeatureInfo
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public MBeanConstructorInfo(String description,
Constructor constructor)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public MBeanConstructorInfo(String name,
String description,
MBeanParameterInfo[] signature)
throws IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples