org.jboss.test.jmx.compliance.standard.support
Class NoConstructorsStandardMBean

java.lang.Object
  extended byjavax.management.StandardMBean
      extended byorg.jboss.test.jmx.compliance.standard.support.MyStandardMBean
          extended byorg.jboss.test.jmx.compliance.standard.support.NoConstructorsStandardMBean
All Implemented Interfaces:
javax.management.DynamicMBean, MyManagementInterface

public class NoConstructorsStandardMBean
extends MyStandardMBean


Field Summary
 
Fields inherited from class org.jboss.test.jmx.compliance.standard.support.MyStandardMBean
MBEAN_ATTRIBUTE_DESCRIPTION, MBEAN_CLASSNAME, MBEAN_CONSTRUCTOR_DESCRIPTION, MBEAN_DESCRIPTION, MBEAN_OPERATION_DESCRIPTION, MBEAN_PARAMETER, MBEAN_PARAMETER_DESCRIPTION
 
Constructor Summary
NoConstructorsStandardMBean()
           
 
Method Summary
protected  javax.management.MBeanConstructorInfo[] getConstructors(javax.management.MBeanConstructorInfo[] info, Object implementation)
          Retrieve the constructors
 
Methods inherited from class org.jboss.test.jmx.compliance.standard.support.MyStandardMBean
anOperation, getAnAttribute, getClassName, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getImpact, getParameterName, getParameterName, setAnAttribute
 
Methods inherited from class javax.management.StandardMBean
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 Exception
Method Detail

getConstructors

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

Parameters:
info - the default constructors derived by reflection
implementation - the implementation
Returns:
the constructors if the implementation is this, otherwise null


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.