Uses of Interface
org.snmp4j.util.TimerFactory
Packages that use TimerFactory
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
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 TimerFactoryModifier and TypeMethodDescriptionstatic TimerFactory
SNMP4JSettings.getTimerFactory()
Gets the timer factory.Methods in org.snmp4j with parameters of type TimerFactoryModifier and TypeMethodDescriptionstatic void
SNMP4JSettings.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 TimerFactoryModifier and TypeClassDescriptionclass
ThisDefaultTimerFactory
creates a newTimer
which is configured to run as daemon.