Serialized Form


Package net.sf.snmpadaptor4j

Class net.sf.snmpadaptor4j.SnmpManagerConfiguration extends Object implements Serializable

serialVersionUID: 923122651757199428L

Serialized Fields

address

String address
IP address of SNMP manager responsible of traps handling.


port

int port
UDP port of SNMP manager responsible of traps handling.


version

int version
Protocol version of SNMP manager.


community

String community
Community of SNMP manager.


Package net.sf.snmpadaptor4j.api

Class net.sf.snmpadaptor4j.api.SnmpException extends RuntimeException implements Serializable

serialVersionUID: -5077386573357989009L

Serialized Fields

errorStatus

int errorStatus
Error status.


loggerLevel

org.apache.log4j.Level loggerLevel
Logger level.


Package net.sf.snmpadaptor4j.core.mapping

Class net.sf.snmpadaptor4j.core.mapping.DataMapTrapMapping extends Object implements Serializable

serialVersionUID: 2276163678262962818L

Serialized Fields

sequenceNumberOid

SnmpOid sequenceNumberOid
OID of sequenceNumber field of JMX notification.


messageOid

SnmpOid messageOid
OID of message field of JMX notification.


hasSystemInfo

boolean hasSystemInfo
TRUE for put all system information attributes in the dataMap field of SnmpTrap.

Class net.sf.snmpadaptor4j.core.mapping.DefaultDataMapTrapMapping extends DataMapTrapMapping implements Serializable

serialVersionUID: -5496101012219041389L

Class net.sf.snmpadaptor4j.core.mapping.GenericSnmpTrapMapping extends SnmpTrapMapping implements Serializable

serialVersionUID: -3515283428235197553L

Serialized Fields

type

GenericSnmpTrapType type
type field of GenericSnmpTrap.

Class net.sf.snmpadaptor4j.core.mapping.MapDataMapTrapMapping extends DataMapTrapMapping implements Serializable

serialVersionUID: -6097834534568446556L

Serialized Fields

userDataEntryList

List<E> userDataEntryList
List of mappings to build entries of the map in dataMap field of SnmpTrap from all entries of map in userData field of JMX notification.

Class net.sf.snmpadaptor4j.core.mapping.MBeanAttributeMapping extends Object implements Serializable

serialVersionUID: 1031970528675491341L

Serialized Fields

oid

SnmpOid oid
Object Identifier of MIB node.


attributeName

String attributeName
Attribute name.


snmpDataType

SnmpDataType snmpDataType
SNMP data type of MIB node.


jmxDataType

Class<T> jmxDataType
Data type of JMX attribute.


readable

boolean readable
TRUE if the attribute can be read (for SNMP write and read community), FALSE otherwise.


writable

boolean writable
TRUE if the attribute can be write (for SNMP write community), FALSE otherwise.

Class net.sf.snmpadaptor4j.core.mapping.SimpleDataMapTrapMapping extends DataMapTrapMapping implements Serializable

serialVersionUID: 2806381975871178286L

Serialized Fields

userDataType

SnmpDataType userDataType
SNMP data type of userData field of JMX notification.


userDataOid

SnmpOid userDataOid
OID of userData field of JMX notification.

Class net.sf.snmpadaptor4j.core.mapping.SnmpTrapMapping extends Object implements Serializable

serialVersionUID: -3245663684853609245L

Serialized Fields

source

SnmpOid source
source field of SnmpTrap.


dataMap

DataMapTrapMapping dataMap
Mapping to build the dataMap field of SnmpTrap from a JMX notification.

Class net.sf.snmpadaptor4j.core.mapping.SpecificSnmpTrapMapping extends SnmpTrapMapping implements Serializable

serialVersionUID: -708977968210447637L

Serialized Fields

type

int type
type field of SpecificSnmpTrap.

Class net.sf.snmpadaptor4j.core.mapping.UserDataEntryDataMapTrapMapping extends Object implements Serializable

serialVersionUID: -520862990459987242L

Serialized Fields

key

String key
Key for find the entry in the map of userData field of JMX notification.


type

SnmpDataType type
SNMP data type of entry in the map of userData field of JMX notification.


oid

SnmpOid oid
OID of entry in the map of userData field of JMX notification.


Package net.sf.snmpadaptor4j.core.trap

Class net.sf.snmpadaptor4j.core.trap.SnmpTrapBuilder extends Object implements Serializable

serialVersionUID: -4410423782282390100L

Serialized Fields

mappingMap

Map<K,V> mappingMap
Map of mappings to build SNMP traps for each notification type.


systemInfo

SystemInfo systemInfo
Informations on the system.


Package net.sf.snmpadaptor4j.mbean

Class net.sf.snmpadaptor4j.mbean.SystemInfo extends StandardMBean implements Serializable

serialVersionUID: -6965962577731511748L

Serialized Fields

sysName

String sysName
Name given to the system (system.sysName.0).


sysDescr

String sysDescr
Description on the system (system.sysDescr.0).


sysLocation

String sysLocation
Location of the system (system.sysLocation.0).


sysContact

String sysContact
Administrator contact of system (system.sysContact.0).


lastBootTime

long lastBootTime
Time in milliseconds at the last boot.


Package net.sf.snmpadaptor4j.object

Class net.sf.snmpadaptor4j.object.GenericSnmpTrap extends SnmpTrap implements Serializable

serialVersionUID: -6485304599608042063L

Serialized Fields

type

GenericSnmpTrapType type
Trap type.

Class net.sf.snmpadaptor4j.object.SnmpOid extends Object implements Serializable

serialVersionUID: -1099844003876586949L

Serialized Fields

oid

int[] oid
Object identifier as numeric sequence.

Class net.sf.snmpadaptor4j.object.SnmpTrap extends Object implements Serializable

serialVersionUID: -2950288105650647983L

Serialized Fields

timeStamp

long timeStamp
Elapsed time in 100th of second since the application launch.


source

SnmpOid source
OID indexing the source of the trap.


dataMap

Map<K,V> dataMap
Map of "interesting" information.

Class net.sf.snmpadaptor4j.object.SnmpTrapData extends Object implements Serializable

serialVersionUID: -8267283230287605599L

Serialized Fields

type

SnmpDataType type
SNMP data type.


value

Object value
Value of data.

Class net.sf.snmpadaptor4j.object.SpecificSnmpTrap extends SnmpTrap implements Serializable

serialVersionUID: 2590666174837567870L

Serialized Fields

type

int type
Trap type.



Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.