WebNMS 5 API Specification

Package com.adventnet.beans.configuration

Interface Summary
ConfigInfo Interface that should be implemented by the classes that give the Configuration information.
ConfigListener ConfigListener is the listener interface for receiving the config events.
ConfigLoadListener The listener interface for receiving the config load events.
ConfigSaveListener The listener interface for receiving the config save events.
MoSetResultListener MoSetResultListener is the listener interface for receiving the MoConfigEvent.
MsSetResultListener MsSetResultListener is the listener interface for receiving the MsConfigEvent.
 

Class Summary
ConfigAttributeResult This is the class to store the result of each attribute.
ConfigCache ConfigCache is a component that stores and loads the configuration information.
ConfigDevice This class holds all the device specific information for configuring a device.
ConfigDeviceResult This class holds the complete information on the status of configuration of the device.
ConfigEvent An event that indicates that the configuration is over.
ConfigLoadAdapter An adapter class for receiving the config load events.
ConfigLoadEvent An event that is fired when loadXmlfile from server request is given to ConfigCache.
ConfigResult This class holds the complete result of the configuration over a device.
ConfigResultTableModel This class holds the complete result of the configuration over a device.
ConfigSaveEvent An event that is fired when saveAsXmlfile from server request is given to ConfigCache.
ConfigSnmpDevice This class holds SNMP specific properties, like write community, version, etc for configuring SNMP Devices.
Configurator Configurator is a component that performs the configuration on the device(s) and fires back the result of the configuration to all the listeners, who have registered to listen to the result.
EditedValueChecker EditedValueChecker is a component that helps sending only the edited values for configuration.
GroupInfoCache This is the class used to store the Group Information.
MoConfigEvent An event that indicates that the WebNMS update is over.
MOConfigurator MOConfigurator is a component that updates the properties of the ManagedObject in the WebNMS database and fires back the result to all the listeners, who have registered to listen to the result.
MsConfigEvent An event that indicates that the configuration is over.
MSConfigurator This abstract class is the base class for the component MSDeviceConfigurator and MOConfigurator.
MSDeviceConfigurator MSDeviceConfigurator is a component that performs the configurtion on the device and fires back the result to all the listeners, who have registered to listen to the result.
MSGroupInfoCache This is the class used to store the Group Information.
 


WebNMS 5 API Specification