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

java.lang.Object
  extended byjavax.management.NotificationBroadcasterSupport
      extended byorg.jboss.test.jmx.compliance.server.support.Broadcaster
All Implemented Interfaces:
BroadcasterMBean, javax.management.NotificationBroadcaster, javax.management.NotificationEmitter

public class Broadcaster
extends javax.management.NotificationBroadcasterSupport
implements BroadcasterMBean

Simple Broadcaster

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

Constructor Summary
Broadcaster()
           
 
Method Summary
 void doSomething()
           
 
Methods inherited from class javax.management.NotificationBroadcasterSupport
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


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