|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SnmpConfiguration | |
---|---|
net.sf.snmpadaptor4j | Package containing all the useful classes to integrate snmpAdaptor4j into a application. |
net.sf.snmpadaptor4j.config | Package containing all classes providing the configuration loading of SNMP adaptor from an XML file. |
Uses of SnmpConfiguration in net.sf.snmpadaptor4j |
---|
Classes in net.sf.snmpadaptor4j that implement SnmpConfiguration | |
---|---|
class |
SnmpAdaptor
snmpAdaptor4j is an adaptor for Java Management eXtensions (JMX) providing a simple access to MBeans via the SNMP protocol. |
Constructors in net.sf.snmpadaptor4j with parameters of type SnmpConfiguration | |
---|---|
SnmpAdaptor(SnmpConfiguration configuration,
SnmpAppContext appContext,
SystemInfo systemInfo,
boolean classLoaderScope)
Constructor with all parameters. |
|
SnmpAdaptor(String defaultRootOid,
SnmpConfiguration configuration,
boolean classLoaderScope,
SystemSnmpMib systemMib,
JvmSnmpMib jvmMib,
JmxListener jmxListener,
JmxNotificationManager jmxNotificationManager,
SnmpDaemon daemon)
Hidden constructor (used for tests only). |
Uses of SnmpConfiguration in net.sf.snmpadaptor4j.config |
---|
Classes in net.sf.snmpadaptor4j.config that implement SnmpConfiguration | |
---|---|
class |
XmlConfigParser
XML parser of SNMP configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |