ExecutableTasks
Class DetectOutliers

java.lang.Object
  extended by ExecutableTasks.DetectOutliers

public class DetectOutliers
extends java.lang.Object

Entry point class for the polling mechanism

Author:
Ioannis Kakavas, Spyridon Dossis

Constructor Summary
DetectOutliers()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method that initializes the polling routine
 void pollingProcess(java.lang.String samplesNo, java.lang.String timePeriod, RouterCollection discRouters)
          Instance method that performs the polling routine
 void pollingProcess(java.lang.String samplesNo, java.lang.String timePeriod, java.lang.String folderName)
          Instance method that performs the polling routine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DetectOutliers

public DetectOutliers()
Method Detail

main

public static void main(java.lang.String[] args)
Main method that initializes the polling routine

Parameters:
args - [0] - Snmp v3 username
args - [1] - Snmp v3 password
args - [2] - The number of required samples
args - [3] - The polling time period
args - [4] - Foldername where Router XML representations reside

pollingProcess

public void pollingProcess(java.lang.String samplesNo,
                           java.lang.String timePeriod,
                           java.lang.String folderName)
Instance method that performs the polling routine

Parameters:
samplesNo - - The number of required samples
timePeriod - - The polling time period
folderName - - Folder name where Router XML representations reside

pollingProcess

public void pollingProcess(java.lang.String samplesNo,
                           java.lang.String timePeriod,
                           RouterCollection discRouters)
Instance method that performs the polling routine

Parameters:
samplesNo - - The number of required samples
timePeriod - - The polling time period
discRouters - - Map data structure that contains the discovered routers