Package org.opennms.bb.dp.capsd.components

Class Summary
CapsdConstants This class is a repository for constant, static information concerning the database.
CapsdDiscReceiver This class is designed to handle the setup, communications, and shutdown between capsd and discovery using JSDT.
CapsdPluginLoader CapsdPluginLoader loads the plugins from the 'capsdPluginXml' xml file into the 'service' table of the database.
CapsdReadManager CapsdReadManager is responsible to query the IPAddresses received from discovery for the SNMP information.
CapsdWriteManager CapsdWriteManager reads CapsReader objects from the in input queue and uses a thread pool of 'DBRunnableConsumerThread's to write this data to the database.
CapsReader The CapsReader class is used to query a remote host for its SNMP information and the services it supports.
CapsWriter The CapsWriter class is designed to use the information collected by the CapsReadere and write the information to persistant storage.
CapsWriter.AddressToSoapDocument This static class is used to build an compliant SOAP document that is sent to the discover daemon.
ServiceStatus The ServiceStatus is designed to hold a serviceID, the identifier in the database, and its current status.
 

Exception Summary
CapsdPluginException The CapsdPluginException class is thrown when capsd is unable to load the plugins