Uses of Class
net.sf.snmpadaptor4j.core.JmxNotificationManager

Packages that use JmxNotificationManager
net.sf.snmpadaptor4j Package containing all the useful classes to integrate snmpAdaptor4j into a application. 
net.sf.snmpadaptor4j.core Package containing entry point classes for access to MBean attributes and for SNMP traps sending. 
 

Uses of JmxNotificationManager in net.sf.snmpadaptor4j
 

Constructors in net.sf.snmpadaptor4j with parameters of type JmxNotificationManager
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 JmxNotificationManager in net.sf.snmpadaptor4j.core
 

Constructors in net.sf.snmpadaptor4j.core with parameters of type JmxNotificationManager
JmxListener(JmxSnmpMib jmxSnmpMib, JmxNotificationManager jmxNotificationManager, SnmpAppContext mainAppContext, Map<ClassLoader,SnmpAppContext> appContextMap, boolean classLoaderScope)
          Constructor.
JmxListener(JmxSnmpMib jmxSnmpMib, JmxNotificationManager jmxNotificationManager, SnmpAppContext mainAppContext, Map<ClassLoader,SnmpAppContext> appContextMap, boolean classLoaderScope, MBeanServer jmxServer)
          Constructor (used for tests).
 



Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.