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
.
-
mainServer
-
-
finalize()
- Called by the garbage collector on an object when garbage collection
determines that there are no more references to the object.
-
initializeServers()
-
mainServer
public static SnmpServers mainServer
initializeServers
public static synchronized void initializeServers() throws SnmpStatusException
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
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