Package | Description |
---|---|
org.friendlysnmp |
Provides classes and interfaces to access FriendlySNMP API.
|
org.friendlysnmp.mib |
Provides classes to access managed objects in MIBs supported by FriendlySNMP and SNMP4J.
|
org.friendlysnmp.plugin |
Provides base class for plugins in FriendlySNMP API.
|
org.friendlysnmp.plugin.core |
Contains classes to support FRIENDLY-SNMP-MIB.
|
org.friendlysnmp.target |
Provides classes for custom and default SNMPv1, SNMPv2 and SNMPv3 targets in FriendlySNMP API.
|
Modifier and Type | Field and Description |
---|---|
protected AgentWorker |
FNode.agent
SNMP agent
|
protected AgentWorker |
FHandler.agent |
Modifier and Type | Method and Description |
---|---|
void |
FTable.setAgent(AgentWorker agent) |
void |
FScalar.setAgent(AgentWorker agent) |
void |
FNode.setAgent(AgentWorker agent)
Sets the agent.
|
void |
FHandler.setAgent(AgentWorker agent) |
Constructor and Description |
---|
FNotification(java.lang.String name,
org.snmp4j.smi.OID oid,
AgentWorker agent)
Constructor
|
FScalar(java.lang.String name,
org.snmp4j.agent.mo.MOScalar moScalar,
AgentWorker agent)
Constructor.
|
FTable(java.lang.String name,
org.snmp4j.agent.mo.MOTable moTable,
AgentWorker agent,
FColumn... column)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AgentWorker |
BaseMib.agent()
Returns SNMP agent.
|
Modifier and Type | Method and Description |
---|---|
void |
SnmpVacmMibF.init(AgentWorker agent) |
void |
SnmpV2MibF.init(AgentWorker agent) |
void |
SnmpUsmMibF.init(AgentWorker agent) |
void |
SnmpTargetMibF.init(AgentWorker agent) |
void |
SnmpProxyMibF.init(AgentWorker agent) |
void |
SnmpNotificationMibF.init(AgentWorker agent) |
void |
SnmpFrameworkMibF.init(AgentWorker agent) |
void |
SnmpCommunityMibF.init(AgentWorker agent) |
void |
BaseMib.init(AgentWorker aw)
Actual implementation is provided in generated MIB-to-Java class.
|
Modifier and Type | Field and Description |
---|---|
protected AgentWorker |
FPlugin.agent
SNMP agent.
|
Modifier and Type | Method and Description |
---|---|
void |
FPlugin.setAgent(AgentWorker agent) |
Modifier and Type | Method and Description |
---|---|
void |
FriendlySnmpMibFriend.init(AgentWorker agent) |
Modifier and Type | Field and Description |
---|---|
protected AgentWorker |
TargetBase.agent
SNMP agent
|
Modifier and Type | Method and Description |
---|---|
void |
TargetV3.init(AgentWorker aw)
Initializes target
|
void |
TargetV1.init(AgentWorker aw)
Initializes target
|
void |
TargetBase.init(AgentWorker aw)
Initializes target
|