|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.management.MBeanFeatureInfo (src)
javax.management.MBeanConstructorInfo (src)
javax.management.modelmbean.ModelMBeanConstructorInfo
Represents constructor.
ModelMBeanInfo
(src) ,
ModelMBeanInfoSupport
(src) ,
Serialized FormField Summary |
Fields inherited from class javax.management.MBeanFeatureInfo (src) |
description, name |
Constructor Summary | |
ModelMBeanConstructorInfo(java.lang.String description,
java.lang.reflect.Constructor constructorMethod)
Creates a new constructor info with a default descriptor. |
|
ModelMBeanConstructorInfo(java.lang.String description,
java.lang.reflect.Constructor constructorMethod,
Descriptor (src) descriptor)
Creates a new constructor info with a given descriptor. |
|
ModelMBeanConstructorInfo(java.lang.String name,
java.lang.String description,
MBeanParameterInfo (src) [] signature)
Creates a new constructor info with default descriptor. |
|
ModelMBeanConstructorInfo(java.lang.String name,
java.lang.String description,
MBeanParameterInfo (src) [] signature,
Descriptor (src) descriptor)
Creates a new constructor info with a given descriptor. |
Method Summary | |
java.lang.Object |
clone()
|
Descriptor (src) |
getDescriptor()
Returns a copy of the descriptor associated with this constructor. |
void |
setDescriptor(Descriptor (src) inDescriptor)
Replaces the descriptor associated with this constructor. |
java.lang.String |
toString()
|
Methods inherited from class javax.management.MBeanConstructorInfo (src) |
equals, getSignature, hashCode |
Methods inherited from class javax.management.MBeanFeatureInfo (src) |
getDescription, getName |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ModelMBeanConstructorInfo(java.lang.String description, java.lang.reflect.Constructor constructorMethod)
description
- human readable description stringconstructorMethod
- a Constructor instance representing the MBean constructorpublic ModelMBeanConstructorInfo(java.lang.String description, java.lang.reflect.Constructor constructorMethod, Descriptor (src) descriptor)
description
- human readable description stringconstructorMethod
- a Constructor instance representing the MBean constructordescriptor
- a descriptor to associate with this constructorpublic ModelMBeanConstructorInfo(java.lang.String name, java.lang.String description, MBeanParameterInfo (src) [] signature)
name
- name for the constructordescription
- human readable description stringsignature
- constructor signaturepublic ModelMBeanConstructorInfo(java.lang.String name, java.lang.String description, MBeanParameterInfo (src) [] signature, Descriptor (src) descriptor)
name
- name for the constructordescription
- human readable description stringsignature
- constructor signaturedescriptor
- a descriptor to associate with this constructorMethod Detail |
public Descriptor (src) getDescriptor()
getDescriptor
in interface DescriptorAccess (src)
public void setDescriptor(Descriptor (src) inDescriptor)
setDescriptor
in interface DescriptorAccess (src)
inDescriptor
- descriptor used for replacing the existing constructor descriptor
java.lang.IllegalArgumentException
- if the new descriptor is not validpublic java.lang.Object clone()
clone
in class MBeanConstructorInfo (src)
public java.lang.String toString()
toString
in class MBeanConstructorInfo (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |