Uses of Interface
org.snmp4j.util.TimerFactory
-
Packages that use TimerFactory Package Description org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages.org.snmp4j.util Contains table retrieval utilities and multi-threading support classes as well as miscellaneous utility classes. -
-
Uses of TimerFactory in org.snmp4j
Methods in org.snmp4j that return TimerFactory Modifier and Type Method Description static TimerFactorySNMP4JSettings. getTimerFactory()Gets the timer factory.Methods in org.snmp4j with parameters of type TimerFactory Modifier and Type Method Description static voidSNMP4JSettings. setTimerFactory(TimerFactory newTimerFactory)Sets the timer factory for creating new timer instances. -
Uses of TimerFactory in org.snmp4j.util
Classes in org.snmp4j.util that implement TimerFactory Modifier and Type Class Description classDefaultTimerFactoryThisDefaultTimerFactorycreates a newTimerwhich is configured to run as daemon.
-