Uses of Class
net.sf.snmpadaptor4j.object.SnmpDataType

Packages that use SnmpDataType
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. 
net.sf.snmpadaptor4j.core.mapping Package containing all classes for the mapping loading for each MBean. 
net.sf.snmpadaptor4j.object Package containing all simple objects having no treatment. 
 

Uses of SnmpDataType in net.sf.snmpadaptor4j.api
 

Methods in net.sf.snmpadaptor4j.api that return SnmpDataType
 SnmpDataType AttributeAccessor.getSnmpDataType()
          Returns the SNMP data type of attribute.
 

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

Methods in net.sf.snmpadaptor4j.api.opennms with parameters of type SnmpDataType
protected static Object OpennmsSupport.newJmxValue(Class<?> jmxDataType, SnmpDataType snmpDataType, org.opennms.protocols.snmp.SnmpSyntax newValue)
          Creates and returns a new JMX object from a SnmpSyntax.
protected static org.opennms.protocols.snmp.SnmpSyntax OpennmsSupport.newSnmpValue(SnmpDataType snmpDataType, Object value)
          Creates and returns a new SnmpSyntax.
 

Uses of SnmpDataType in net.sf.snmpadaptor4j.core
 

Methods in net.sf.snmpadaptor4j.core that return SnmpDataType
 SnmpDataType SystemSnmpMib.ExternalNode.getSnmpDataType()
           
 SnmpDataType SystemSnmpMib.SysObjectIDExternalNode.getSnmpDataType()
           
protected  SnmpDataType SystemSnmpMib.getSnmpDataType(int index)
          Returns the SNMP data type of attribute.
 

Methods in net.sf.snmpadaptor4j.core with parameters of type SnmpDataType
protected static void JmxSnmpMib.checkDataType(SnmpDataType snmpDataType, Class<?> jmxDataType)
          Checks the consistency between the data types SNMP and Java.
 void JvmSnmpMib.putAttribute(MBeanServer server, String oidAsStr, SnmpDataType snmpDataType, String mBeanName, String attributeName, Class<?> jmxDataType, boolean readonly)
          Adds a new JVM attribute.
 void JvmSnmpMib.putCompositeDataAttribute(MBeanServer server, String oidAsStr, String mBeanName, String attributeName, String attributeKey, SnmpDataType snmpDataType, Class<?> jmxDataType)
          Adds a new JVM attribute to CompositeData.
 

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

Methods in net.sf.snmpadaptor4j.core.accessor that return SnmpDataType
 SnmpDataType MBeanAttributeAccessor.getSnmpDataType()
           
 SnmpDataType JvmAttributeAccessor.getSnmpDataType()
           
 SnmpDataType CompositeDataAttributeAccessor.getSnmpDataType()
           
 

Constructors in net.sf.snmpadaptor4j.core.accessor with parameters of type SnmpDataType
CompositeDataAttributeAccessor(SnmpOid oid, MBeanServer server, ObjectName mBeanName, String attributeName, String attributeKey, SnmpDataType snmpDataType, Class<?> jmxDataType)
          Constructor.
JvmAttributeAccessor(MBeanServer server, ObjectName mBeanName, SnmpOid oid, String attributeName, SnmpDataType snmpDataType, Class<?> jmxDataType, boolean writable)
          Constructor.
 

Uses of SnmpDataType in net.sf.snmpadaptor4j.core.mapping
 

Methods in net.sf.snmpadaptor4j.core.mapping that return SnmpDataType
 SnmpDataType MBeanAttributeMapping.getSnmpDataType()
          Returns the SNMP data type of MIB node.
 SnmpDataType UserDataEntryDataMapTrapMapping.getType()
          Returns the SNMP data type of entry in the map of userData field of JMX notification.
 SnmpDataType SimpleDataMapTrapMapping.getUserDataType()
          Returns the SNMP data type of userData field of JMX notification.
 

Uses of SnmpDataType in net.sf.snmpadaptor4j.object
 

Methods in net.sf.snmpadaptor4j.object that return SnmpDataType
 SnmpDataType SnmpTrapData.getType()
          Returns the SNMP data type.
static SnmpDataType SnmpDataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SnmpDataType[] SnmpDataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.sf.snmpadaptor4j.object with parameters of type SnmpDataType
SnmpTrapData(SnmpDataType type, Object value)
          Constructor.
 



Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.