net.sf.snmpadaptor4j
Interface SnmpAppContext

All Known Implementing Classes:
SnmpAdaptor, XmlConfigParser

public interface SnmpAppContext

Objects containing the context of an application.

SnmpAdaptor4j may be used by an application server. In this case you will inform the SNMP adapter to each deployment of a new application.

Author:
Jean-Philippe MINETTI

Method Summary
 String getDefaultRootOid()
          Returns the default root OID containing the attributes of the application.
 Map<ObjectName,String> getMBeanOidMap()
          Returns the map of MBean OIDs.
 Map<String,String> getRootOidMap()
          Returns the map of root OIDs where the attributes of the application will stay.
 

Method Detail

getDefaultRootOid

String getDefaultRootOid()
Returns the default root OID containing the attributes of the application.

Returns:
Default root OID.

getRootOidMap

Map<String,String> getRootOidMap()
Returns the map of root OIDs where the attributes of the application will stay.

Returns:
Map of root OIDs (never NULL but can be empty).

getMBeanOidMap

Map<ObjectName,String> getMBeanOidMap()
Returns the map of MBean OIDs.

Returns:
Map of MBean OIDs (never NULL but can be empty).


Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.