All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aka.snmp.ConnectManager

java.lang.Object
   |
   +----aka.snmp.ConnectManager

public class ConnectManager
extends Object
This class manages SNMP connections to various SNMP agents on the network. A process can have several connections open simutaneously but it is limited in number. Instead of opening and closing different connections every time a different SNMP device is polled, a number of open connections can be cached. This class manages the list of open SNMP connections and will open new connections and close old ones.

See Also:
Connect, Pdu

Method Index

 o finalize()
finalize

Methods

 o finalize
 protected void finalize()
finalize

Overrides:
finalize in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index