org.tynamo.watchdog.services
Interface WatchdogService

All Known Implementing Classes:
WatchdogServiceImpl

public interface WatchdogService


Method Summary
 void alarmWatchdog()
           
 void dismissWatchdog()
           
 void startWatchdog()
           
 

Method Detail

startWatchdog

void startWatchdog()
                   throws IOException,
                          URISyntaxException,
                          InterruptedException
Throws:
IOException
URISyntaxException
InterruptedException

dismissWatchdog

void dismissWatchdog()
                     throws IOException
Throws:
IOException

alarmWatchdog

void alarmWatchdog()
                   throws IOException
Throws:
IOException


Copyright © 2004-2010. All Rights Reserved.