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.
|
Modifier and Type | Method and Description |
---|---|
static TimerFactory |
SNMP4JSettings.getTimerFactory()
Gets the timer factory.
|
Modifier and Type | Method and Description |
---|---|
static void |
SNMP4JSettings.setTimerFactory(TimerFactory newTimerFactory)
Sets the timer factory for creating new timer instances.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTimerFactory
This
DefaultTimerFactory creates a new Timer
which is configured to run as daemon. |
Copyright © 2015 SNMP4J.org. All Rights Reserved.