org.csc.phynixx.watchdog.log
Class ConditionViolatedLog

java.lang.Object
  extended by org.csc.phynixx.watchdog.log.ConditionViolatedLog
All Implemented Interfaces:
IWatchdogLog

public class ConditionViolatedLog
extends Object
implements IWatchdogLog

Created by christoph on 09.06.2012.


Constructor Summary
ConditionViolatedLog(IWatchedCondition condition)
           
ConditionViolatedLog(IWatchedCondition condition, String description)
           
 
Method Summary
 String getCondition()
           
 String getDescription()
           
 long getTimestamp()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConditionViolatedLog

public ConditionViolatedLog(IWatchedCondition condition)

ConditionViolatedLog

public ConditionViolatedLog(IWatchedCondition condition,
                            String description)
Method Detail

getTimestamp

public long getTimestamp()

getCondition

public String getCondition()
Specified by:
getCondition in interface IWatchdogLog

getDescription

public String getDescription()
Specified by:
getDescription in interface IWatchdogLog

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All rights reserved.