org.jboss.test.jmx.compliance.server.support
Class TestMBeanServerDelegate

java.lang.Object
  extended byjavax.management.MBeanServerDelegate
      extended byorg.jboss.test.jmx.compliance.server.support.TestMBeanServerDelegate
All Implemented Interfaces:
javax.management.MBeanServerDelegateMBean, javax.management.NotificationBroadcaster, javax.management.NotificationEmitter

public class TestMBeanServerDelegate
extends javax.management.MBeanServerDelegate

An alternate MBeanServerDelegate

Version:
$Revision: 1.1 $
Author:
Adrian Brock.

Field Summary
 boolean invoked
           
 
Constructor Summary
TestMBeanServerDelegate()
           
 
Method Summary
 String getMBeanServerId()
           
 void sendNotification(javax.management.Notification notification)
           
 
Methods inherited from class javax.management.MBeanServerDelegate
addNotificationListener, getImplementationName, getImplementationVendor, getImplementationVersion, getNotificationInfo, getSpecificationName, getSpecificationVendor, getSpecificationVersion, removeNotificationListener, removeNotificationListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

invoked

public boolean invoked
Constructor Detail

TestMBeanServerDelegate

public TestMBeanServerDelegate()
Method Detail

getMBeanServerId

public String getMBeanServerId()

sendNotification

public void sendNotification(javax.management.Notification notification)


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