test.compliance.standard.support
Class NoConstructorsStandardMBean

java.lang.Object
  extended byjavax.management.StandardMBean (src) 
      extended bytest.compliance.standard.support.MyStandardMBean (src) 
          extended bytest.compliance.standard.support.NoConstructorsStandardMBean
All Implemented Interfaces:
DynamicMBean (src) , MyManagementInterface (src)

public class NoConstructorsStandardMBean
extends MyStandardMBean (src)


Field Summary
 
Fields inherited from class test.compliance.standard.support.MyStandardMBean (src)
MBEAN_ATTRIBUTE_DESCRIPTION, MBEAN_CLASSNAME, MBEAN_CONSTRUCTOR_DESCRIPTION, MBEAN_DESCRIPTION, MBEAN_OPERATION_DESCRIPTION, MBEAN_PARAMETER, MBEAN_PARAMETER_DESCRIPTION
 
Constructor Summary
NoConstructorsStandardMBean()
           
 
Method Summary
protected  MBeanConstructorInfo (src) [] getConstructors(MBeanConstructorInfo (src) [] info, java.lang.Object implementation)
          Retrieve the constructors
 
Methods inherited from class test.compliance.standard.support.MyStandardMBean (src)
anOperation, getAnAttribute, getClassName, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getImpact, getParameterName, getParameterName, setAnAttribute
 
Methods inherited from class javax.management.StandardMBean (src)
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getDescription, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, invoke, setAttribute, setAttributes, setImplementation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoConstructorsStandardMBean

public NoConstructorsStandardMBean()
                            throws java.lang.Exception
Method Detail

getConstructors

protected MBeanConstructorInfo (src) [] getConstructors(MBeanConstructorInfo (src) [] info,
                                                 java.lang.Object implementation)
Description copied from class: StandardMBean (src)
Retrieve the constructors

Overrides:
getConstructors in class StandardMBean (src)
Parameters:
info - the default constructors derived by reflection
implementation - the implementation
Returns:
the constructors if the implementation is this, otherwise null