All Classes Interface Summary Class Summary Enum Summary Exception Summary
Class |
Description |
AbstractVariableBindingMapper<L,U,S,D,B> |
AbstractVariableBindingMapper provides helper functions to support the
conversion between Variable values and native values used in an application.
|
ChangeSet<VB> |
The ChangeSet interface defines how a list of changes to a proxy model can be associated with
the resulting changes on the SNMP level and the status of the (atom for the set) change.
|
ChangeSet.ChangeStatus |
|
ColumnList<C extends SnmpColumn,IC extends SnmpIndexColumn,IT,T,R extends SnmpProxyRow<IT,T>> |
The ColumnList implements a virtual column set based on a table and a row index.
|
CommitStatus |
The CommitStatus represents the status of a SNMP commit operation.
|
DefaultSnmpProxyFactory<T,C extends SnmpProxyColumn<T>,IC extends SnmpProxyIndexColumn<T>,IT,R extends SnmpProxyRow<IT,T>> |
|
DefaultSnmpProxyRegistry |
|
GlobalTransaction |
The GlobalTransaction implements a SnmpTransaction
with rollback marker and an auto-commit option.
|
LocalSnmpService |
The LocalSnmpService is the default SnmpService implementation that
sends directly (from the local device) SNMP request to the specified targets.
|
LocalTransaction |
The LocalTransaction holds changes, error status, and target information
for a SNMP transaction.
|
MutableSnmpProxy |
The MutableSnmpProxy interface provides a method to change a proxied value
of a SnmpProxyObject .
|
SimpleAbstractTreeTableModel |
The SimpleAbstractTreeTableModel is an abstract implementation of
the SimpleTreeTableModel that provides
means to observe tree changes.
|
SimpleMibBrowser |
The SimpleMibBrowser is a demo application for the SNMP4J Model API.
|
SimpleMibDataNode |
The SimpleMibDataNode class specifies a simple MIB tree node with SMI information.
|
SimpleMibTableBrowser |
The SimpleMibTableBrowser class is a Swing panel that displays a SNMP table.
|
SimpleMibTreeTable |
The SimpleMibTreeTable implements a table associated with a tree node.
|
SimpleMibTreeTableCellEditor |
The SimpleMibTreeTableCellEditor is a simple tree editor that support table editing for nodes.
|
SimpleMibTreeTableCellRenderer |
The SimpleMibTreeTableCellRenderer renders a table cell within a table node of tree.
|
SimpleMibTreeTableModel |
The SimpleMibTreeTableModel is a demo implementation of a simple tree table model for MIB viewing.
|
SimpleMibTreeTableModelAdapter |
The SimpleMibTreeTableModelAdapter provides a tree table model for a tree node's table.
|
SimpleMibTreeTableSelectionModel |
The SimpleMibTreeTableSelectionModel provides a simple tree selection model.
|
SimpleTreeTableModel |
The SimpleTreeTableModel defines the interface for a simple tree table model.
|
SNMP4JAgentSnmpService |
The SNMP4JAgentSnmpService implements the SnmpService interface for
SNMP4J-Agent agents.
|
SnmpCell |
The SnmpCell class represents the coordinates of a cell in a proxy table, see
SnmpTableRO .
|
SnmpCellUpdateListener |
Implementations of the SnmpCellUpdateListener interface can receive events about cell updates in
a table proxy.
|
SnmpColumn<T> |
The SnmpColumn class represents a columnar MIB object.
|
SnmpCommitListener |
Implementations of SnmpCommitListener interface listen for commit events.
|
SnmpCommitResult<T> |
|
SnmpErrorStatus |
The SnmpErrorStatus represents the values of the SNMP error status
values.
|
SnmpException |
The SnmpException represents SNMP errors that may occur during SNMP request processing.
|
SnmpGroupImplRO |
The SnmpGroupImplRO is a proxy object for a group of read-only scalar objects.
|
SnmpIndexColumn<T> |
The SnmpIndexColumn represents a columnar object that is used as an INDEX element of a specific table.
|
SnmpIsolationLevel |
The SnmpIsolationLevel defines standard isolation levels for SNMP SET operations.
|
SnmpProxyAdapter |
|
SnmpProxyColumn<T> |
|
SnmpProxyColumnFactory<T> |
The SnmpProxyColumnFactory interface defines how index column and column proxies should be created.
|
SnmpProxyCommitter |
Implementations of the SnmpProxyCommitter interface commit model changes to the
associated SNMP entity.
|
SnmpProxyFactory<T,C extends SnmpProxyColumn<T>,IC extends SnmpProxyIndexColumn<T>,IT,R extends SnmpProxyRow<IT,T>> |
|
SnmpProxyId |
|
SnmpProxyIndexColumn<T> |
The SnmpProxyIndexColumn interface identifies index column proxy objects.
|
SnmpProxyObject |
The SnmpProxyObject interface provides the basic characteristics for a proxy object for some
SNMP entity data.
|
SnmpProxyObjectHelper |
The SnmpProxyObjectHelper is an utility class that helps map model values to SNMP and vice versa.
|
SnmpProxyObjectImpl |
|
SnmpProxyRegistry |
|
SnmpProxyReloader |
The SnmpProxyReloader interface defines methods to reload proxy objects.
|
SnmpProxyReloadListener |
The SnmpProxyReloadListener interface receives updates on the reload status of proxy objects.
|
SnmpProxyRow<IT,T> |
The SnmpProxyRow interface provides access to a row in a SnmpTable .
|
SnmpProxyRowFactory<R extends SnmpProxyRow<IT,T>,IT,T> |
The SnmpProxyRowFactory implements a row factory for SNMP table proxies.
|
SnmpProxyRowFilter |
The SnmpProxyRowFilter can be used to filter the rows of a table proxy
based on the index or content.
|
SnmpProxyRowImpl<IT,T> |
The SnmpProxyRowImpl class implements a proxy for a SNMP table row.
|
SnmpRow |
The SnmpProxyRow object represents a row of a SNMP table.
|
SnmpRowListener |
Implementations of the SnmpRowListener may receive row based status updates when a table is being
updated by a reload operation.
|
SnmpScalar<T> |
The SnmpScalar class represents a writable proxy object for a SNMP scalar object.
|
SnmpScalarGroup |
The SnmpScalarGroup class represents a writable proxy object for group of SNMP scalar objects.
|
SnmpScalarGroupRO |
The SnmpScalarGroup class represents a read-only proxy object for group of SNMP scalar objects.
|
SnmpScalarImpl<T> |
The SnmpScalarImpl class implements a SNMP scalar proxy with write access.
|
SnmpScalarImplRO<T> |
The SnmpScalarImpl class implements a SNMP scalar proxy with read-only access.
|
SnmpScalarRO<T> |
The SnmpScalarRO is a proxy object for a SMI scalar instance.
|
SnmpService |
The SnmpService provides SNMP services to SNMP command generator applications.
|
SnmpSubTreeImplRO<T> |
The SnmpSubTreeImplRO class implements a read-only SnmpProxyObject
for MIB sub-trees.
|
SnmpSubTreeRO<T> |
The SnmpSubTree interface defines a SnmpProxyObject for sub-trees of a SNMP agent
MIB.
|
SnmpTable<C extends SnmpProxyColumn,IC extends SnmpProxyIndexColumn,IT,T,R extends SnmpProxyRow<IT,T>> |
The SnmpTable defines the interface for writable table proxies.
|
SnmpTableImpl<IC extends SnmpProxyIndexColumn,C extends SnmpProxyColumn,IT,T,R extends SnmpProxyRow<IT,T>> |
The SnmpTableImpl class implements a writable SNMP table that implements the Java
TableModel .
|
SnmpTableImplRO<C extends SnmpProxyColumn,IC extends SnmpProxyIndexColumn,IT,T,R extends SnmpProxyRow<IT,T>> |
|
SnmpTableRO<IC extends SnmpProxyIndexColumn,C extends SnmpProxyColumn,IT,T,R extends SnmpProxyRow<IT,T>> |
The SnmpTableRO object is a proxy to for a read-only SNMP table object.
|
SnmpTableUpdateListener<R extends SnmpProxyRow> |
|
SnmpTransaction |
The SnmpTransaction manages changes to client representations
of managed objects of the command responder (i.e., the agent).
|
SnmpTransactionStrategy |
The SnmpTransactionStrategy defines ACID settings for SNMP
managed object modifications.
|
SnmpValueChange |
The SnmpValueChange class represents a single value change with old a new value
supporting undo and redo operations.
|
SnmpValuesChangeSet |
The SnmpValuesChangeSet class implements a set of changes that must be
applied atomically.
|
TableHelper |
The TableHelper class provides helper methods to format table titles and data.
|
TableHelper.StringSnmpProxyColumnFactory |
|
TaskId |
The TaskId identifies an asynchronous task to get information about the task's status (completion).
|
TransactionManager |
This is the central interface for SNMP transaction management with SNMP4J
command generator applications.
|
VariableBindingMapper<L,U,S,D,B> |
This VariableBindingMapper interface provides conversion methods
to convert VariableBinding instances to and from signed long,
unsigned long, string, date and time, and binary values.
|
VariableBindingMapperJava |
VariableBindingMapperJava maps SNMP4J VariableBinding variables
to Java native language objects and vice versa.
|