|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectExecutableTasks.DetectOutliers
public class DetectOutliers
Entry point class for the polling mechanism
| 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 |
|---|
public DetectOutliers()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - [0] - Snmp v3 usernameargs - [1] - Snmp v3 passwordargs - [2] - The number of required samplesargs - [3] - The polling time periodargs - [4] - Foldername where Router XML representations reside
public void pollingProcess(java.lang.String samplesNo,
java.lang.String timePeriod,
java.lang.String folderName)
samplesNo - - The number of required samplestimePeriod - - The polling time periodfolderName - - Folder name where Router XML representations reside
public void pollingProcess(java.lang.String samplesNo,
java.lang.String timePeriod,
RouterCollection discRouters)
samplesNo - - The number of required samplestimePeriod - - The polling time perioddiscRouters - - Map data structure that contains the discovered routers
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||