Package | Description |
---|---|
org.friendlysnmp |
Provides classes and interfaces to access FriendlySNMP API.
|
org.friendlysnmp.target |
Provides classes for custom and default SNMPv1, SNMPv2 and SNMPv3 targets in FriendlySNMP API.
|
Modifier and Type | Method and Description |
---|---|
void |
FriendlyAgent.addTarget(TargetBase target)
Adds targets
TargetBase to the agent. |
void |
AgentWorker.addTarget(TargetBase target)
Adds
TargetBase objects to the collection of targets
without actual initialization of the added target. |
Modifier and Type | Class and Description |
---|---|
class |
TargetV1
SNMP v1 target implementation.
|
class |
TargetV2
SNMP v2c target implementation.
|
class |
TargetV3
SNMP v3 target implementation.
|