com.sun.jaw.snmp.manager
Class SnmpServers

java.lang.Object
  |
  +--com.sun.jaw.snmp.manager.SnmpServers

Deprecated. As of JDMK 3.2. .

public class SnmpServers
extends java.lang.Object

This class creates a socket and starts all servers required to do SNMP operation.


Field Summary
static SnmpServers mainServer
          Deprecated.  
 
Method Summary
 void finalize()
          Deprecated. Closes the socket and sets all the references to the mainServer object to null.
static void initializeServers()
          Deprecated. Initializes SNMP internals.
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mainServer

public static SnmpServers mainServer
Deprecated. 
Method Detail

initializeServers

public static void initializeServers()
                              throws SnmpStatusException
Deprecated. 
Initializes SNMP internals.
Throws:
SnmpStatusException - An error occurred while accessing a MIB node.

finalize

public void finalize()
Deprecated. 
Closes the socket and sets all the references to the mainServer object to null.
Overrides:
finalize in class java.lang.Object