javax.management.modelmbean
Class ModelMBeanConstructorInfo

java.lang.Object
  |
  +--javax.management.MBeanFeatureInfo
        |
        +--javax.management.MBeanConstructorInfo
              |
              +--javax.management.modelmbean.ModelMBeanConstructorInfo
All Implemented Interfaces:
java.lang.Cloneable, DescriptorAccess, java.io.Serializable

public class ModelMBeanConstructorInfo
extends MBeanConstructorInfo
implements DescriptorAccess

Version:
$Revision: 1.5 $
Author:
Simone Bordet
See Also:
Serialized Form

Constructor Summary
ModelMBeanConstructorInfo(java.lang.String description, java.lang.reflect.Constructor constructor)
           
ModelMBeanConstructorInfo(java.lang.String description, java.lang.reflect.Constructor constructor, Descriptor descriptor)
           
ModelMBeanConstructorInfo(java.lang.String name, java.lang.String description, MBeanParameterInfo[] params)
           
ModelMBeanConstructorInfo(java.lang.String name, java.lang.String description, MBeanParameterInfo[] params, Descriptor descriptor)
           
 
Method Summary
 Descriptor getDescriptor()
          Returns a copy of the Descriptor
 void setDescriptor(Descriptor descriptor)
          Sets the Descriptor and replaces the other (if any)
 
Methods inherited from class javax.management.MBeanConstructorInfo
equals, getSignature, hashCode
 
Methods inherited from class javax.management.MBeanFeatureInfo
clone, getDescription, getName
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelMBeanConstructorInfo

public ModelMBeanConstructorInfo(java.lang.String description,
                                 java.lang.reflect.Constructor constructor)

ModelMBeanConstructorInfo

public ModelMBeanConstructorInfo(java.lang.String description,
                                 java.lang.reflect.Constructor constructor,
                                 Descriptor descriptor)

ModelMBeanConstructorInfo

public ModelMBeanConstructorInfo(java.lang.String name,
                                 java.lang.String description,
                                 MBeanParameterInfo[] params)

ModelMBeanConstructorInfo

public ModelMBeanConstructorInfo(java.lang.String name,
                                 java.lang.String description,
                                 MBeanParameterInfo[] params,
                                 Descriptor descriptor)
Method Detail

getDescriptor

public Descriptor getDescriptor()
Description copied from interface: DescriptorAccess
Returns a copy of the Descriptor

Specified by:
getDescriptor in interface DescriptorAccess

setDescriptor

public void setDescriptor(Descriptor descriptor)
Description copied from interface: DescriptorAccess
Sets the Descriptor and replaces the other (if any)

Specified by:
setDescriptor in interface DescriptorAccess
Parameters:
descriptor - The Descriptor to set.


Copyright © 2001-2002 MX4J Team. All Rights Reserved.