Uses of Interface
net.sf.snmpadaptor4j.api.AttributeAccessor

Packages that use AttributeAccessor
net.sf.snmpadaptor4j.api Package contains all classes and interfaces manipulated by classes as facade with SNMP APIs. 
net.sf.snmpadaptor4j.api.opennms Package containing all classes as facade with SNMP APIs. 
net.sf.snmpadaptor4j.core Package containing entry point classes for access to MBean attributes and for SNMP traps sending. 
net.sf.snmpadaptor4j.core.accessor Package containing all classes used to access attributes of MBeans or other. 
 

Uses of AttributeAccessor in net.sf.snmpadaptor4j.api
 

Methods in net.sf.snmpadaptor4j.api that return AttributeAccessor
 AttributeAccessor SnmpMib.find(SnmpOid oid)
          Finds a AttributeAccessor by its OID.
 AttributeAccessor SnmpMib.next(SnmpOid oid)
          Finds the next AttributeAccessor from an OID
 

Methods in net.sf.snmpadaptor4j.api that return types with arguments of type AttributeAccessor
 SortedMap<SnmpOid,AttributeAccessor> SnmpMib.nextSet(SnmpOid oid)
          Finds the list of next AttributeAccessor from an OID
 

Uses of AttributeAccessor in net.sf.snmpadaptor4j.api.opennms
 

Methods in net.sf.snmpadaptor4j.api.opennms with parameters of type AttributeAccessor
protected static org.opennms.protocols.snmp.SnmpSyntax OpennmsSnmpDaemon.newSnmpValue(AttributeAccessor attributeAccessor)
          Creates and returns a new SnmpSyntax by a AttributeAccessor.
protected static void OpennmsSnmpDaemon.setValue(AttributeAccessor attributeAccessor, org.opennms.protocols.snmp.SnmpSyntax newValue)
          Sets a new value to AttributeAccessor.
 

Uses of AttributeAccessor in net.sf.snmpadaptor4j.core
 

Classes in net.sf.snmpadaptor4j.core that implement AttributeAccessor
protected  class SystemSnmpMib.ExternalNode
          External node of the SNMP Management Information Base (MIB).
protected  class SystemSnmpMib.SysObjectIDExternalNode
          External node of the SNMP Management Information Base (MIB) for system.sysObjectID attribute.
 

Methods in net.sf.snmpadaptor4j.core that return AttributeAccessor
 AttributeAccessor SystemSnmpMib.find(SnmpOid oid)
           
 AttributeAccessor JvmSnmpMib.find(SnmpOid oid)
           
 AttributeAccessor JmxSnmpMib.find(SnmpOid oid)
           
 AttributeAccessor SystemSnmpMib.next(SnmpOid oid)
           
 AttributeAccessor JvmSnmpMib.next(SnmpOid oid)
           
 AttributeAccessor JmxSnmpMib.next(SnmpOid oid)
           
 

Methods in net.sf.snmpadaptor4j.core that return types with arguments of type AttributeAccessor
protected  SortedMap<SnmpOid,AttributeAccessor> SystemSnmpMib.getMib()
          Returns the Management Information Base (MIB).
protected  SortedMap<SnmpOid,AttributeAccessor> JmxSnmpMib.getMib()
          Returns the Management Information Base (MIB).
 SortedMap<SnmpOid,AttributeAccessor> SystemSnmpMib.nextSet(SnmpOid oid)
           
 SortedMap<SnmpOid,AttributeAccessor> JvmSnmpMib.nextSet(SnmpOid oid)
           
 SortedMap<SnmpOid,AttributeAccessor> JmxSnmpMib.nextSet(SnmpOid oid)
           
 

Uses of AttributeAccessor in net.sf.snmpadaptor4j.core.accessor
 

Classes in net.sf.snmpadaptor4j.core.accessor that implement AttributeAccessor
 class CompositeDataAttributeAccessor
          Object representing an accessor to an attribute for CompositeData.
 class JvmAttributeAccessor
          Object representing an accessor to an attribute of JVM MBean.
 class MBeanAttributeAccessor
          Object representing an accessor to an attribute of MBean.
 



Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.