be.ac.ulg.montefiore.run.totem.repository.model
Interface DomainSyncAlgorithm

All Superinterfaces:
TotemAlgorithm
All Known Implementing Classes:
bgpAwareIGPWO, DAMOTE, IGPWO, MIRA, XAMCRA

public interface DomainSyncAlgorithm
extends TotemAlgorithm

This interface must be implemented only by the algorithms that have a local database related to a domain.

Creation date: 11-mars-2005

Author:
Jean Lepropre (lepropre@run.montefiore.ulg.ac.be)

Method Summary
 void invalidateDB()
          Tells the algo that the database is not up-to-date
 boolean isDBValid()
          return true if the local DB is up-to-date
 void restart()
          restarts the algorithm with the same parameters
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.repository.model.TotemAlgorithm
getRunningParameters, getStartAlgoParameters, start, stop
 

Method Detail

isDBValid

boolean isDBValid()
return true if the local DB is up-to-date

Returns:

invalidateDB

void invalidateDB()
Tells the algo that the database is not up-to-date


restart

void restart()
restarts the algorithm with the same parameters



Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.