|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.fenyo.gnetwatch.SNMPManager
public class SNMPManager
This class maintains general structures to deal with SNMP: transport, security model, ... This class delivers SNMP queriers.
| Field Summary | |
|---|---|
private static Log |
log
|
private Snmp |
snmp
|
| Constructor Summary | |
|---|---|
SNMPManager()
Constructor. |
|
| Method Summary | |
|---|---|
SNMPQuerier |
getQuerier(java.net.InetAddress address)
Creates a new querier. |
protected Snmp |
getSNMP()
Returns the SNMP4J Snmp instance used to perform further SNMP queries. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static Log log
private final Snmp snmp
| Constructor Detail |
|---|
public SNMPManager()
throws java.io.IOException
none. -
java.io.IOException - SNMP4J exception.| Method Detail |
|---|
public SNMPQuerier getQuerier(java.net.InetAddress address)
address - target address.
protected Snmp getSNMP()
none. -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||