org.ow2.jonas.discovery.jgroups
Interface DiscRunnable

All Superinterfaces:
Runnable
All Known Subinterfaces:
DiscComm
All Known Implementing Classes:
DiscCommManager

public interface DiscRunnable
extends Runnable

Author:
eyindanga

Method Summary
 void run()
           
 void start()
          Start it.
 void stop()
          Stop it.
 

Method Detail

run

void run()
Specified by:
run in interface Runnable

stop

void stop()
Stop it.


start

void start()
           throws StopDiscException
Start it.

Throws:
StopDiscException - Discovery must stop.


Copyright © 2010 OW2 Consortium. All Rights Reserved.