Interface | Description |
---|---|
CapsdDbSyncer |
CapsdDbSyncer interface.
|
Plugin |
The CapsdPlugin interface is the basic interface that a plugin for the
capabilites daemon must support.
|
RescanProcessorFactory |
RescanProcessorFactory interface.
|
SuspectEventProcessorFactory |
SuspectEventProcessorFactory interface.
|
Class | Description |
---|---|
AbstractPlugin |
This class provides a basic implementation for most of the interface methods
of the
Plugin class. |
AbstractTcpPlugin |
Implements the basic functionality of a TCP-based service that can be
discovered by OpenNMS.
|
BroadcastEventProcessor |
BroadcastEventProcessor class.
|
Capsd |
The Capability daemon - it is notified by the discovery process when a new
node is discovered - it then polls for all the capabilities for this node and
is responsible for loading the data collecte1d into the database.
|
CapsdProtocolInfo |
This class is used to encapsulate the basic protocol information read
from the config file.
|
ConnectionConfig |
ConnectionConfig class.
|
DbIfServiceEntry | Deprecated
Objects like this that control their own data access are deprecated in favor
of the JAXB beans (opennms-model) and DAO objects (opennms-dao).
|
DbIpInterfaceEntry | Deprecated
Objects like this that control their own data access are deprecated in favor
of the JAXB beans (opennms-model) and DAO objects (opennms-dao).
|
DbNodeEntry | Deprecated
Objects like this that control their own data access are deprecated in favor
of the JAXB beans (opennms-model) and DAO objects (opennms-dao).
|
DbSnmpInterfaceEntry | Deprecated
Objects like this that control their own data access are deprecated in favor
of the JAXB beans (opennms-model) and DAO objects (opennms-dao).
|
DefaultProcessorFactory |
DefaultProcessorFactory class.
|
EventUtils |
Provides a collection of utility methods used by the DeleteEvent Processor
for dealing with Events
|
IfCollector |
This class is designed to collect all the relevant information from the
target designated during construction.
|
IfSnmpCollector |
This class is designed to collect the necessary SNMP information from the
target address and store the collected information.
|
JdbcCapsdDbSyncer |
JdbcCapsdDbSyncer class.
|
JdbcCapsdDbSyncer.LightWeightIfEntry |
LightWeightIfEntry is designed to hold specific information about an IP
interface in the database such as its IP address, its parent node id, and
its managed status and represents a lighter weight version of the
DbIpInterfaceEntry class.
|
PluginManager |
PluginManager class.
|
ReparentViaSmb |
This class is designed to reparent interfaces in the database based on the
SMB protocol.
|
RescanProcessor |
This class is designed to rescan all the managed interfaces for a specified
node, update the database based on the information collected, and generate
events necessary to notify the other OpenNMS services.
|
SmbUtils |
This class contains several static convience methods utilized by Capsd while
doing data collection via jCIFS and the SMB (Server Message Block) protocol.
|
XmlRpcEventHandlerNotifier |
XmlRpcEventHandlerNotifier
|
Enum | Description |
---|---|
CapsdProtocolInfo.Action |
Exception | Description |
---|---|
FailedOperationException |
FailedOperationException class.
|
InsufficientInformationException |
InsufficientInformationException class.
|
Copyright © 2017. All rights reserved.