Package org.bgerp.plugin.bgb.getolt.exec
Class OltPollingTask
java.lang.Object
org.bgerp.app.cfg.Config
org.bgerp.app.exec.scheduler.Task
org.bgerp.plugin.bgb.getolt.exec.OltPollingTask
Scheduled task for polling OLT devices via Telnet and storing results in DB.
Configuration in scheduler:
scheduler.task.oltPoll.class=OltPollingTask scheduler.task.oltPoll.minutes=0,30 scheduler.task.oltPoll.batchSize=10 scheduler.task.oltPoll.staleMinutes=60 scheduler.task.oltPoll.telnetTimeout=30000
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bgerp.app.cfg.Config
Config.InitStopException -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bgerp.app.cfg.Config
initWhen, throwValidationException
-
Constructor Details
-
OltPollingTask
-
-
Method Details