org.objectweb.jonas.discovery
Class DiscoveryListener

java.lang.Object
  extended by org.objectweb.jonas.discovery.DiscoveryListener
All Implemented Interfaces:
java.lang.Runnable

public class DiscoveryListener
extends java.lang.Object
implements java.lang.Runnable

Version:
1.0
Author:
Takoua Abdellatif

Field Summary
static java.lang.String DISCOVERY_TYPE
          Management notification type for discovery events
 
Constructor Summary
DiscoveryListener(Enroller enroller)
          Constructs a DiscoveryListener associated to the Enroller
 
Method Summary
 void run()
           
 void stopListener()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISCOVERY_TYPE

public static final java.lang.String DISCOVERY_TYPE
Management notification type for discovery events

See Also:
Constant Field Values
Constructor Detail

DiscoveryListener

public DiscoveryListener(Enroller enroller)
Constructs a DiscoveryListener associated to the Enroller

Parameters:
enroller - Enroller to which this thread is associated
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

stopListener

public void stopListener()