Class Poller
- java.lang.Object
-
- org.opendaylight.genius.fcapsmanager.countermanager.Poller
-
public class Poller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Poller(org.osgi.framework.BundleContext bundleContext, PMRegistrationListener pmRegistrationListener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
polling()
This method do the Polling every 5 second and retrieves the counter details.
-
-
-
Constructor Detail
-
Poller
public Poller(org.osgi.framework.BundleContext bundleContext, PMRegistrationListener pmRegistrationListener)
-
-