Uses of Interface
net.sf.snmpadaptor4j.SnmpAppContext

Packages that use SnmpAppContext
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. 
net.sf.snmpadaptor4j.core Package containing entry point classes for access to MBean attributes and for SNMP traps sending. 
 

Uses of SnmpAppContext in net.sf.snmpadaptor4j
 

Classes in net.sf.snmpadaptor4j that implement SnmpAppContext
 class SnmpAdaptor
           snmpAdaptor4j is an adaptor for Java Management eXtensions (JMX) providing a simple access to MBeans via the SNMP protocol.
 

Fields in net.sf.snmpadaptor4j with type parameters of type SnmpAppContext
protected  Map<ClassLoader,SnmpAppContext> SnmpAdaptor.appContextMap
          Application context map.
 

Methods in net.sf.snmpadaptor4j with parameters of type SnmpAppContext
 void SnmpAdaptorMBean.addAppContext(ClassLoader classLoader, SnmpAppContext appContext)
          Adds a new application context.
 void SnmpAdaptor.addAppContext(ClassLoader classLoader, SnmpAppContext appContext)
           
 

Constructors in net.sf.snmpadaptor4j with parameters of type SnmpAppContext
SnmpAdaptor(SnmpAppContext appContext, boolean classLoaderScope)
          Constructor with an application context.
SnmpAdaptor(SnmpConfiguration configuration, SnmpAppContext appContext, SystemInfo systemInfo, boolean classLoaderScope)
          Constructor with all parameters.
 

Uses of SnmpAppContext in net.sf.snmpadaptor4j.config
 

Classes in net.sf.snmpadaptor4j.config that implement SnmpAppContext
 class XmlConfigParser
          XML parser of SNMP configuration.
 

Uses of SnmpAppContext in net.sf.snmpadaptor4j.core
 

Constructors in net.sf.snmpadaptor4j.core with parameters of type SnmpAppContext
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).
SystemSnmpMib(SnmpAppContext mainAppContext, Map<ClassLoader,SnmpAppContext> appContextMap, SystemInfo systemInfo)
          Constructor.
 

Constructor parameters in net.sf.snmpadaptor4j.core with type arguments of type SnmpAppContext
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).
SystemSnmpMib(SnmpAppContext mainAppContext, Map<ClassLoader,SnmpAppContext> appContextMap, SystemInfo systemInfo)
          Constructor.
 



Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.