test.compliance.server.support
Class TestMBeanServerDelegate

java.lang.Object
  extended byjavax.management.MBeanServerDelegate (src) 
      extended bytest.compliance.server.support.TestMBeanServerDelegate
All Implemented Interfaces:
MBeanServerDelegateMBean (src) , NotificationBroadcaster (src) , NotificationEmitter (src)

public class TestMBeanServerDelegate
extends MBeanServerDelegate (src)

An alternate MBeanServerDelegate


Field Summary
 boolean invoked
           
 
Constructor Summary
TestMBeanServerDelegate()
           
 
Method Summary
 java.lang.String getMBeanServerId()
           
 void sendNotification(Notification (src)  notification)
           
 
Methods inherited from class javax.management.MBeanServerDelegate (src)
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 java.lang.String getMBeanServerId()
Specified by:
getMBeanServerId in interface MBeanServerDelegateMBean (src)
Overrides:
getMBeanServerId in class MBeanServerDelegate (src)

sendNotification

public void sendNotification(Notification (src)  notification)
Overrides:
sendNotification in class MBeanServerDelegate (src)