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.persist |
Provides persistency for scalars and tables in FriendlySNMP API.
|
Modifier and Type | Class and Description |
---|---|
class |
FNotification
Notification class.
|
class |
FScalar
This class hides access to
org.snmp4j.agent.mo.MOScalar
The objects of this class are generated by FriendlyPro tool. |
class |
FTable
This class hides access to
org.snmp4j.agent.mo.MOTable
The objects of this class are generated by FriendlyPro tool. |
class |
FValueNode
Abstract base class which represents MIB node with a value (scalar, table).
|
Modifier and Type | Method and Description |
---|---|
FNode |
FriendlyAgent.getNode(org.snmp4j.smi.OID oid)
Returns node registered in one of agent's mib
|
FNode |
AgentWorker.getNode(org.snmp4j.smi.OID oid) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseMib.addNode(FNode node)
Adds node to the MIB.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseMib.collectNodes(java.util.Map<FID,FNode> c)
Collect nodes from this object
|
Constructor and Description |
---|
PersistEntryNode(FNode node) |