org.ow2.jonas.discovery.internal.enroller
Class DiscoveryListener

java.lang.Object
  extended by org.ow2.jonas.discovery.internal.enroller.DiscoveryListener
All Implemented Interfaces:
Runnable

public class DiscoveryListener
extends Object
implements Runnable

Version:
1.0
Author:
Takoua Abdellatif

Field Summary
static 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 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 Runnable

stopListener

public void stopListener()


Copyright © 2010 OW2 Consortium. All Rights Reserved.