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 |
---|---|
FScalar |
FriendlyAgent.getScalar(org.snmp4j.smi.OID oid)
Returns scalar registered in one of agent's mib
|
FScalar |
AgentWorker.getScalar(org.snmp4j.smi.OID oid) |
Modifier and Type | Method and Description |
---|---|
FScalar |
FRestoreDefaultEvent.getScalar() |
Modifier and Type | Method and Description |
---|---|
void |
FScalarGetListener.get(FScalar scalar)
Register object of this class with
FScalar and this method
will be called on GET event from MIB browser. |
void |
FScalarSetListener.set(FScalar scalar)
Register object of this class with
FScalar and this method
will be called on SET event from MIB browser. |
ValueValidation |
FScalarValidationListener.validate(FScalar scalar,
java.lang.Object objNewValue)
Invoked when a validation event is fired.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PersistEntryScalar.loadPersist2Scalar(FScalar scalar)
Loading persistent value into
FScalar . |
void |
PersistStorageImpl.put(FScalar scalar)
Saves scalar in persistence storage.
|
abstract void |
PersistStorage.put(FScalar scalar)
Saves scalar in persistence storage.
|
Constructor and Description |
---|
PersistEntryScalar(FScalar scalar) |
Modifier and Type | Method and Description |
---|---|
FScalar |
FriendlySnmpMibFriend.getDeadlockCheckInterval() |
FScalar |
FriendlySnmpMibFriend.getDeadlockViewFixedIndex() |
FScalar |
FriendlySnmpMibFriend.getDeadlockViewPolicy() |
FScalar |
FriendlySnmpMibFriend.getExceptionViewFixedIndex() |
FScalar |
FriendlySnmpMibFriend.getExceptionViewPolicy() |
FScalar |
FriendlySnmpMibFriend.getShutdownApp() |