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

Packages that use GenericSnmpTrapType
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 GenericSnmpTrapType in net.sf.snmpadaptor4j.core.mapping
 

Methods in net.sf.snmpadaptor4j.core.mapping that return GenericSnmpTrapType
 GenericSnmpTrapType GenericSnmpTrapMapping.getType()
          Returns the type field of GenericSnmpTrap.
 

Uses of GenericSnmpTrapType in net.sf.snmpadaptor4j.object
 

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

Methods in net.sf.snmpadaptor4j.object with parameters of type GenericSnmpTrapType
static GenericSnmpTrap SnmpTrap.newInstance(long timeStamp, SnmpOid source, GenericSnmpTrapType type, Map<SnmpOid,SnmpTrapData> dataMap)
          Creates and returns an object representing a generic SNMP trap.
 

Constructors in net.sf.snmpadaptor4j.object with parameters of type GenericSnmpTrapType
GenericSnmpTrap(long timeStamp, SnmpOid source, GenericSnmpTrapType type, Map<SnmpOid,SnmpTrapData> dataMap)
          Hidden constructor.
 



Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.