com.eurotech.framework.linux.watchdog
Class CriticalServiceImpl

java.lang.Object
  extended by com.eurotech.framework.linux.watchdog.CriticalServiceImpl

public class CriticalServiceImpl
extends Object


Constructor Summary
CriticalServiceImpl(String name, long timeout)
           
 
Method Summary
 String getName()
           
 long getTimeout()
           
 boolean isTimedOut()
           
 String toString()
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CriticalServiceImpl

public CriticalServiceImpl(String name,
                           long timeout)
Parameters:
name -
timeout - timeout for reporting interval in seconds
Method Detail

getName

public String getName()

getTimeout

public long getTimeout()

isTimedOut

public boolean isTimedOut()

update

public void update()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.