|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.service.time.ntptime.DefaultParams
public class DefaultParams
Provides default vaules for the TimeService. If parameters are not defined the configuration file, these values will be used. NTP_Iinterval = 30000 NTP_DebugNTP = ON NTP_DEBUG_TIME_OUTPUT = timeversusoffset.txt NTP_Servers = 129.6.15.28,129.6.15.29,132.163.4.101,132.163.4.102,132.163.4.103,192.43.244.18,131.107.1.10,128.138.140.44 #NTP_Servers =time-a.nist.gov,time-b.nist.gov,time-a.timefreq.bldrdoc.gov,time-b.timefreq.bldrdoc.gov,time-c.timefreq.bldrdoc.gov,time.nist.gov,time-nw.nist.gov,utcnist.colorado.edu
| Constructor Summary | |
|---|---|
DefaultParams()
Generates a new DefaultParams object. |
|
| Method Summary | |
|---|---|
long |
getInterval()
Returns the interval that the clock be adjusted |
String |
getOutputFile()
Returns the name of the output file that the offset values are recorded |
String |
getServerIPS()
Returns the time server IPs in String format and seperated from each other with comma. |
boolean |
isDebugNTP()
Returns the debug mode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultParams()
| Method Detail |
|---|
public boolean isDebugNTP()
public long getInterval()
public String getOutputFile()
public String getServerIPS()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||