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.
|
Modifier and Type | Field and Description |
---|---|
protected BaseMib |
FHandler.mibBase |
Modifier and Type | Method and Description |
---|---|
void |
FriendlyAgent.addMIB(BaseMib mib)
Method to add user defined MIB to the agent.
|
void |
FHandler.registerMib(BaseMib mb) |
Modifier and Type | Class and Description |
---|---|
class |
SnmpCommunityMibF |
class |
SnmpFrameworkMibF |
class |
SnmpNotificationMibF |
class |
SnmpProxyMibF |
class |
SnmpTargetMibF |
class |
SnmpUsmMibF |
class |
SnmpV2MibF |
class |
SnmpVacmMibF |
Modifier and Type | Field and Description |
---|---|
protected BaseMib |
FPlugin.mibBase |
Modifier and Type | Method and Description |
---|---|
BaseMib |
FPlugin.getMib() |
Constructor and Description |
---|
FPlugin(BaseMib mib) |
Modifier and Type | Class and Description |
---|---|
class |
FriendlySnmpMibFriend |
Modifier and Type | Method and Description |
---|---|
void |
CorePersistenceHandler.registerMib(BaseMib mb) |
void |
CoreLifeHandler.registerMib(BaseMib mb) |
void |
CoreExceptionsHandler.registerMib(BaseMib mb) |
void |
CoreDeadlockHandler.registerMib(BaseMib mb) |