test.compliance.standard.support
Class MBeanRunnable

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

public class MBeanRunnable
extends StandardMBean (src)
implements java.lang.Runnable


Constructor Summary
MBeanRunnable()
          We provide the management interface
MBeanRunnable(boolean wrongInterface)
           
MBeanRunnable(int nullInterface)
           
 
Method Summary
 void run()
           
 
Methods inherited from class javax.management.StandardMBean (src)
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getImpact, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, getParameterName, getParameterName, invoke, setAttribute, setAttributes, setImplementation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanRunnable

public MBeanRunnable()
              throws java.lang.Exception
We provide the management interface


MBeanRunnable

public MBeanRunnable(boolean wrongInterface)
              throws java.lang.Exception

MBeanRunnable

public MBeanRunnable(int nullInterface)
              throws java.lang.Exception
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable