WebNMS 5 API Specification

Deprecated API

Deprecated Classes
com.adventnet.beans.threshold.MibNodeEvent
          Event object which is sent to listeners by MibNodeBean 
com.adventnet.beans.management.MSJList
          This Class is no longer used. 
com.adventnet.beans.management.MSListRenderer
          This Class is no longer used. 
com.adventnet.beans.threshold.MultipleSnmpProperty
          This Class is no longer used. The functionality has been provided by the com.adventnet.management.snmp.SnmpProperty Class 
 

Deprecated Interfaces
com.adventnet.beans.threshold.GraphListener
          This Class is no longer used. Its functionality has been replaced with com.adventnet.beans.threshold.TableStatusListener 
com.adventnet.beans.threshold.MibNodeListener
          Listener interface for MibNodeBean 
 

Deprecated Methods
com.adventnet.beans.configuration.Configurator.doConfiguration(String, String[], ConfigInfo[])
          use setTaskName(String tname), addGroup(String groupNameArg, ConfigInfo infoArg, Object[] objArrArg) then doConfiguration(). 
com.adventnet.beans.configuration.ConfigEvent.getConfigResults()
          use getDeviceResults  
com.adventnet.beans.configuration.ConfigEvent.getErroredAttribute()
          use getDeviceResults  
com.adventnet.beans.configuration.ConfigEvent.getErroredConfigResults()
          use getDeviceResults  
com.adventnet.beans.management.MultipleClientPropertyHandler.refreshPoll()
            
com.adventnet.beans.management.MultipleClientPropertyHandler.refreshPoll(Property)
            
com.adventnet.beans.management.MultipleClientPropertyHandler.refreshPoll(Property[])
            
com.adventnet.beans.threshold.MibNodeBean.refreshPollResult()
          replaced by refresh method programmatically refreshes the poll result when poll interval is set to zero 
com.adventnet.beans.threshold.VirtualTableModel.refreshPollResult()
          replaced by refresh method refreshes poll result 
com.adventnet.beans.threshold.FilteredTableModel.reStartPoll()
          Restarts Polling , replaced by refresh method 
com.adventnet.beans.configuration.MSDeviceConfigurator.setDevice(ConfigSnmpDevice)
          use setDevice(ConfigDevice dev) 
com.adventnet.beans.configuration.Configurator.setDevices(ConfigSnmpDevice[])
          use setDevices(ConfigDevice dev) 
com.adventnet.beans.configuration.ConfigCache.setDeviceUsedToRefreshCache(ConfigSnmpDevice)
          use setDeviceUsedToRefreshCache(ConfigDevice devArg) 
com.adventnet.beans.management.AbstractVirtualBean.setMibsToBeLoaded(String)
          set the mibs to be loaded for the applet or application 
com.adventnet.beans.management.AbstractCustomTableModel.setMibsToBeLoaded(String)
          set the mibs to be loaded for the applet or application 
com.adventnet.beans.management.AbstractVirtualBean.setPollInterval(long)
          setPollInterval method sets the polling interval in millisecs. 
com.adventnet.beans.management.AbstractCustomTableModel.setPollInterval(long)
          setPollInterval method sets the polling interval in millisecs. 
com.adventnet.beans.management.AbstractVirtualBean.setReadCommunity(String)
          set snmp read community 
com.adventnet.beans.management.AbstractCustomTableModel.setReadCommunity(String)
          set snmp read community 
com.adventnet.beans.management.AbstractVirtualBean.setRetries(int)
          set number of retries 
com.adventnet.beans.management.AbstractCustomTableModel.setRetries(int)
          set number of retries 
com.adventnet.beans.management.AbstractVirtualBean.setTargetHost(String)
          setTargetHost method sets the snmp device host . 
com.adventnet.beans.management.AbstractCustomTableModel.setTargetHost(String)
          setTargetHost method sets the snmp device host . 
com.adventnet.beans.management.AbstractVirtualBean.setTargetPort(String)
          setTargetPort method sets the snmp device port. 
com.adventnet.beans.management.AbstractCustomTableModel.setTargetPort(String)
          setTargetPort method sets the snmp device port. 
com.adventnet.beans.management.AbstractVirtualBean.setTimeout(int)
          set time out interval 
com.adventnet.beans.management.AbstractCustomTableModel.setTimeout(int)
          set time out interval 
com.adventnet.beans.threshold.MibNodeBean.startPoll()
          starts the polling replaced by start method 
com.adventnet.beans.threshold.VirtualTableModel.startPoll()
          replaced be start method starts polling 
com.adventnet.beans.threshold.FilteredTableModel.startPoll()
          Starts polling , replaced by start method 
com.adventnet.beans.threshold.MibNodeBean.stopPoll()
          stops the polling replaced by stop method 
com.adventnet.beans.threshold.VirtualTableModel.stopPoll()
          replaced by stop method stops polling 
com.adventnet.beans.threshold.FilteredTableModel.stopPoll()
          Stops polling, replaced by stop method 
 

Deprecated Constructors
com.adventnet.beans.configuration.GroupInfoCache(String, String[], String[], byte[], String[], boolean, String, String, String[])
          since 4.4-Beta 
 


WebNMS 5 API Specification