org.objectweb.jonas.server.discovery
Class MonitorTest

java.lang.Object
  extended byorg.objectweb.jonas.server.discovery.MonitorTest
All Implemented Interfaces:
java.util.EventListener, javax.management.NotificationListener

public class MonitorTest
extends java.lang.Object
implements javax.management.NotificationListener

Version:
1.0
Author:
Takoua Abdellatif

Constructor Summary
MonitorTest()
          This class is a test of a discovery monitor.
 
Method Summary
 void handleNotification(javax.management.Notification notification, java.lang.Object handback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitorTest

public MonitorTest()
This class is a test of a discovery monitor. It is a listener for the discovery client and enroller.

Method Detail

handleNotification

public void handleNotification(javax.management.Notification notification,
                               java.lang.Object handback)
Specified by:
handleNotification in interface javax.management.NotificationListener