com.github.fedorchuck.developers_notification.monitoring
Class MonitorProcessor

java.lang.Object
  extended by com.github.fedorchuck.developers_notification.monitoring.MonitorProcessor
All Implemented Interfaces:
java.lang.Runnable

public class MonitorProcessor
extends java.lang.Object
implements java.lang.Runnable

It collects, analyzes and produces a corresponding reaction to the results of monitoring. Also, it implementing interface Runnable

Author: Volodymyr Fedorchuk

Since:
0.2.0

Constructor Summary
MonitorProcessor()
           
 
Method Summary
 void run()
          Triggers the collection and analysis of data, and sends messages when necessary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitorProcessor

public MonitorProcessor()
Method Detail

run

public void run()
Triggers the collection and analysis of data, and sends messages when necessary

Specified by:
run in interface java.lang.Runnable
Since:
0.2.0