Deprecated API


Contents
Deprecated Interfaces
org.snmp4j.agent.mo.snmp.UpdatableManagedObject
          This interface had not a clear definition and had not used by SNMP4J-Agent at all. For updatable managed objects use the new interface UpdatableManagedObject instead. 
 

Deprecated Methods
org.snmp4j.agent.mo.MOFactory.createSubIndex(int)
          Use the createSubIndex methods with oid instead. 
org.snmp4j.agent.mo.MOFactory.createSubIndex(int, int, int)
          Use the createSubIndex methods with oid instead. 
org.snmp4j.agent.CommandProcessor.setThreadPool(WorkerPool)
          Use CommandProcessor.setWorkerPool(org.snmp4j.util.WorkerPool) instead 
 


Copyright 2005-2008 Frank Fock (SNMP4J.org)