|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.snmp4j.util.AbstractSnmpUtility
public abstract class AbstractSnmpUtility
The AbstractSnmpUtility
is an abstract base class for
convenience utility classes to retrieve SNMP data.
Field Summary | |
---|---|
protected PDUFactory |
pduFactory
|
protected Session |
session
|
Constructor Summary | |
---|---|
AbstractSnmpUtility(Session snmpSession,
PDUFactory pduFactory)
Creates a AbstractSnmpUtility instance. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Session session
protected PDUFactory pduFactory
Constructor Detail |
---|
public AbstractSnmpUtility(Session snmpSession, PDUFactory pduFactory)
AbstractSnmpUtility
instance. The created instance
is thread safe as long as the supplied Session
and
PDUFactory
are thread safe.
snmpSession
- a SNMP Session
instance.pduFactory
- a PDUFactory
instance that creates the PDU that are used
by this instance.
|
Copyright 2005-2010 Frank Fock (SNMP4J.org) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |