Package org.bgerp.plugin.bgb.getolt.exec
Class OltPollingService
java.lang.Object
org.bgerp.plugin.bgb.getolt.exec.OltPollingService
Reusable service for polling a single OLT via Telnet.
Used by both OltPollingTask (scheduler) and OltManageAction (UI).
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidpollAllAsync(List<Olt> olts) Poll all OLTs asynchronously.static OltPollingService.PollResultpollSingleOlt(Connection con, Olt olt) static voidpollSinglePort(Connection con, Olt olt, int portNum) Poll a single port of an OLT via Telnet.
-
Constructor Details
-
OltPollingService
public OltPollingService()
-
-
Method Details