org.inria.myriads.snoozeclient.configurator.general
Class GeneralSettings

java.lang.Object
  extended by org.inria.myriads.snoozeclient.configurator.general.GeneralSettings

public class GeneralSettings
extends Object

General settings.

Author:
Eugen Feller

Constructor Summary
GeneralSettings()
           
 
Method Summary
 List<org.inria.myriads.snoozecommon.communication.NetworkAddress> getBootstrapNodes()
          Returns the bootstrap nodes.
 String getDumpOutputFile()
          Returns the dump output file.
 int getNumberOfMonitoringEntries()
          Returns the number of monitoring entries.
 int getSubmissionPollingInterval()
          Returns the polling interval.
 void setBootstrapNodes(List<org.inria.myriads.snoozecommon.communication.NetworkAddress> bootstrapNodes)
          Sets the bootstrap nodes.
 void setDumpOutputFile(String dumpOutputFile)
          Sets the output file.
 void setNumberOfMonitoringEntries(int numberOfMonitoringEntries)
          Sets the number of monitoring entries.
 void setSubmissionPollingInterval(int pollingInterval)
          Sets the polling interval.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralSettings

public GeneralSettings()
Method Detail

setDumpOutputFile

public void setDumpOutputFile(String dumpOutputFile)
Sets the output file.

Parameters:
dumpOutputFile - The dump output file

getDumpOutputFile

public String getDumpOutputFile()
Returns the dump output file.

Returns:
The dumpt output file

setNumberOfMonitoringEntries

public void setNumberOfMonitoringEntries(int numberOfMonitoringEntries)
Sets the number of monitoring entries.

Parameters:
numberOfMonitoringEntries - The number of monitoring entries

getNumberOfMonitoringEntries

public int getNumberOfMonitoringEntries()
Returns the number of monitoring entries.

Returns:
The number of monitoring entries

setSubmissionPollingInterval

public void setSubmissionPollingInterval(int pollingInterval)
Sets the polling interval.

Parameters:
pollingInterval - The polling interval

getSubmissionPollingInterval

public int getSubmissionPollingInterval()
Returns the polling interval.

Returns:
The polling interval

setBootstrapNodes

public final void setBootstrapNodes(List<org.inria.myriads.snoozecommon.communication.NetworkAddress> bootstrapNodes)
Sets the bootstrap nodes.

Parameters:
bootstrapNodes - The bootstrap nodes

getBootstrapNodes

public final List<org.inria.myriads.snoozecommon.communication.NetworkAddress> getBootstrapNodes()
Returns the bootstrap nodes.

Returns:
The bootstrap nodes


Copyright © 2012. All Rights Reserved.