org.opennms.netmgt.trapd
Class EventConstants

java.lang.Object
  extended by org.opennms.netmgt.trapd.EventConstants

public class EventConstants
extends Object


Field Summary
static String TYPE_INT
           
static String TYPE_SNMP_COUNTER32
           
static String TYPE_SNMP_COUNTER64
           
static String TYPE_SNMP_GAUGE32
           
static String TYPE_SNMP_INT32
           
static String TYPE_SNMP_IPADDRESS
           
static String TYPE_SNMP_NULL
           
static String TYPE_SNMP_OBJECT_IDENTIFIER
           
static String TYPE_SNMP_OCTET_STRING
           
static String TYPE_SNMP_OPAQUE
           
static String TYPE_SNMP_SEQUENCE
           
static String TYPE_SNMP_TIMETICKS
           
static String TYPE_STRING
           
static String XML_ENCODING_BASE64
           
static String XML_ENCODING_TEXT
           
 
Method Summary
static String toString(String encoding, Object value)
          Converts the value of the instance to a string representation in the correct encoding system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_STRING

public static final String TYPE_STRING
See Also:
Constant Field Values

TYPE_INT

public static final String TYPE_INT
See Also:
Constant Field Values

TYPE_SNMP_OCTET_STRING

public static final String TYPE_SNMP_OCTET_STRING
See Also:
Constant Field Values

TYPE_SNMP_INT32

public static final String TYPE_SNMP_INT32
See Also:
Constant Field Values

TYPE_SNMP_NULL

public static final String TYPE_SNMP_NULL
See Also:
Constant Field Values

TYPE_SNMP_OBJECT_IDENTIFIER

public static final String TYPE_SNMP_OBJECT_IDENTIFIER
See Also:
Constant Field Values

TYPE_SNMP_IPADDRESS

public static final String TYPE_SNMP_IPADDRESS
See Also:
Constant Field Values

TYPE_SNMP_TIMETICKS

public static final String TYPE_SNMP_TIMETICKS
See Also:
Constant Field Values

TYPE_SNMP_COUNTER32

public static final String TYPE_SNMP_COUNTER32
See Also:
Constant Field Values

TYPE_SNMP_GAUGE32

public static final String TYPE_SNMP_GAUGE32
See Also:
Constant Field Values

TYPE_SNMP_OPAQUE

public static final String TYPE_SNMP_OPAQUE
See Also:
Constant Field Values

TYPE_SNMP_SEQUENCE

public static final String TYPE_SNMP_SEQUENCE
See Also:
Constant Field Values

TYPE_SNMP_COUNTER64

public static final String TYPE_SNMP_COUNTER64
See Also:
Constant Field Values

XML_ENCODING_TEXT

public static final String XML_ENCODING_TEXT
See Also:
Constant Field Values

XML_ENCODING_BASE64

public static final String XML_ENCODING_BASE64
See Also:
Constant Field Values
Method Detail

toString

public static String toString(String encoding,
                              Object value)
Converts the value of the instance to a string representation in the correct encoding system.



Copyright © 2009. All Rights Reserved.