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

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

public class MBeanRunnable
extends javax.management.StandardMBean
implements 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
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 Exception
We provide the management interface


MBeanRunnable

public MBeanRunnable(boolean wrongInterface)
              throws Exception

MBeanRunnable

public MBeanRunnable(int nullInterface)
              throws Exception
Method Detail

run

public void run()
Specified by:
run in interface Runnable


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