Package | Description |
---|---|
org.friendlysnmp |
Provides classes and interfaces to access FriendlySNMP API.
|
org.friendlysnmp.event |
Provides classes and interfaces for event handling in 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.
|
org.friendlysnmp.plugin.core |
Contains classes to support FRIENDLY-SNMP-MIB.
|
Modifier and Type | Method and Description |
---|---|
FTable |
FriendlyAgent.getTable(org.snmp4j.smi.OID oid)
Returns table registered in one of agent's mib
|
FTable |
AgentWorker.getTable(org.snmp4j.smi.OID oid) |
Modifier and Type | Method and Description |
---|---|
void |
AgentWorker.exceptionThrown(FTable table,
FException e)
Sends exception to the registered listeners in the application with
a message that a problem is found while updating the table.
|
Modifier and Type | Method and Description |
---|---|
FTable |
FRestoreDefaultEvent.getTable() |
Modifier and Type | Method and Description |
---|---|
void |
FTableGetListener.get(FTable table)
Register object of this class with
FTable and this method
will be called on GET event from MIB browser. |
void |
FTableSetListener.set(FTable table,
FID idRow,
FColumn col,
TableRowAction action)
Register object of this class with
FTable and this method
will be called on SET event from MIB browser. |
ValueValidation |
FTableValidationListener.validate(FTable table,
java.lang.Object objNewValue,
FID idRow,
FColumn col,
TableRowAction action)
Invoked when a validation event is fired.
|
Modifier and Type | Method and Description |
---|---|
FTable |
SnmpCommunityMibF.getSnmpCommunityEntry() |
FTable |
SnmpNotificationMibF.getSnmpNotifyEntry() |
FTable |
SnmpNotificationMibF.getSnmpNotifyFilterEntry() |
FTable |
SnmpNotificationMibF.getSnmpNotifyFilterProfileEntry() |
FTable |
SnmpProxyMibF.getSnmpProxyEntry() |
FTable |
SnmpTargetMibF.getSnmpTargetAddrEntry() |
FTable |
SnmpCommunityMibF.getSnmpTargetAddrExtEntry() |
FTable |
SnmpTargetMibF.getSnmpTargetParamsEntry() |
FTable |
SnmpV2MibF.getSysOREntry() |
FTable |
SnmpUsmMibF.getUsmUserEntry() |
FTable |
SnmpVacmMibF.getVacmAccessEntry() |
FTable |
SnmpVacmMibF.getVacmContextEntry() |
FTable |
SnmpVacmMibF.getVacmSecurityToGroupEntry() |
FTable |
SnmpVacmMibF.getVacmViewTreeFamilyEntry() |
Modifier and Type | Method and Description |
---|---|
void |
BaseMib.exceptionThrown(FTable table,
FException e)
Sends exception to the registered listeners in the application with
a message that a problem is found while updating the table.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PersistEntryTable.loadPersist2Table(FTable table)
Loading persistent value into
FTable . |
void |
PersistStorageImpl.put(FTable table)
Saves table in persistence storage.
|
abstract void |
PersistStorage.put(FTable table)
Saves table in persistence storage.
|
Constructor and Description |
---|
PersistEntryTable(FTable table) |
Modifier and Type | Method and Description |
---|---|
FTable |
FriendlySnmpMibFriend.getAppConfigEntry() |
FTable |
FriendlySnmpMibFriend.getAppDependenciesEntry() |
FTable |
FriendlySnmpMibFriend.getAppInfoEntry() |
FTable |
FriendlySnmpMibFriend.getAppPropEntry() |
FTable |
FriendlySnmpMibFriend.getDeadlocksListEntry() |
FTable |
FriendlySnmpMibFriend.getDeadlockViewEntry() |
FTable |
FriendlySnmpMibFriend.getExceptionsListEntry() |
FTable |
FriendlySnmpMibFriend.getExceptionViewEntry() |
FTable |
FriendlySnmpMibFriend.getPersistCellEntry() |
FTable |
FriendlySnmpMibFriend.getPersistScalarEntry() |
FTable |
FriendlySnmpMibFriend.getPersistTableEntry() |
FTable |
FriendlySnmpMibFriend.getSysPropEntry() |