test.compliance.server.support
Class Broadcaster

java.lang.Object
  extended byjavax.management.NotificationBroadcasterSupport (src) 
      extended bytest.compliance.server.support.Broadcaster
All Implemented Interfaces:
BroadcasterMBean (src) , NotificationBroadcaster (src) , NotificationEmitter (src)

public class Broadcaster
extends NotificationBroadcasterSupport (src)
implements BroadcasterMBean (src)

Simple Broadcaster


Constructor Summary
Broadcaster()
           
 
Method Summary
 void doSomething()
           
 
Methods inherited from class javax.management.NotificationBroadcasterSupport (src)
addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Broadcaster

public Broadcaster()
Method Detail

doSomething

public void doSomething()
Specified by:
doSomething in interface BroadcasterMBean (src)