test.sample.simple
Class Sample

java.lang.Object
  extended by javax.management.NotificationBroadcasterSupport
      extended by test.sample.simple.Sample
All Implemented Interfaces:
NotificationBroadcaster, NotificationEmitter, SampleMBean

public class Sample
extends NotificationBroadcasterSupport
implements SampleMBean

Author:
Tom Elrod

Constructor Summary
Sample()
           
 
Method Summary
 String doSomething(String param)
           
 
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

Sample

public Sample()
Method Detail

doSomething

public String doSomething(String param)
Specified by:
doSomething in interface SampleMBean


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.