All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.snmp.manager.SnmpServers

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

public class SnmpServers
extends Object
This class creates a socket and starts all servers required to do SNMP operation .


Variable Index

 o mainServer

Method Index

 o finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
 o initializeServers()

Variables

 o mainServer
 public static SnmpServers mainServer

Methods

 o initializeServers
 public static synchronized void initializeServers() throws SnmpStatusException
Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o finalize
 public synchronized void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

Overrides:
finalize in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index