| 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.plugin.core |
Contains classes to support FRIENDLY-SNMP-MIB.
|
| Class and Description |
|---|
| FExceptionListener
Objects implementing this interface should be registered with FriendlyAgent
for receiving FException objects thrown while processing SNMP requests.
|
| FRestoreDefaultListener
Implement this interface and register it with
FScalar object
to receive event to restore default value. |
| FScalarGetListener
Implement this interface and register it with
FScalar object
to receive GET events from MIB browser. |
| FScalarSetListener
Implement this interface and register it with
FScalar object
to receive SET events from MIB browser. |
| FScalarValidationListener
The listener interface for receiving SET validation events from MIB
browser.
|
| FTableGetListener
Implement this interface and register it with
FTable object
to receive GET events from MIB browser. |
| FTableSetListener
Implement this interface and register it with
FTable object
to receive SET events from MIB browser. |
| FTableValidationListener
The listener interface for receiving SET validation events from MIB
browser.
|
| ShutdownListener
Objects implementing this interface should be registered with FriendlyAgent
for receiving shutdown event from MIB browser.
|
| UncaughtExceptionListener
The listener interface for receiving uncaught exceptions.
|
| Class and Description |
|---|
| FRestoreDefaultEvent |
| Class and Description |
|---|
| ShutdownListener
Objects implementing this interface should be registered with FriendlyAgent
for receiving shutdown event from MIB browser.
|
| UncaughtExceptionListener
The listener interface for receiving uncaught exceptions.
|