|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.trapd.EventConstants
public class EventConstants
EventConstants class.
| Field Summary | |
|---|---|
static SnmpObjId |
OID_SNMP_IFINDEX
Constant OID_SNMP_IFINDEX |
static String |
TYPE_INT
Constant TYPE_INT="int" |
static String |
TYPE_SNMP_COUNTER32
Constant TYPE_SNMP_COUNTER32="Counter32" |
static String |
TYPE_SNMP_COUNTER64
Constant TYPE_SNMP_COUNTER64="Counter64" |
static String |
TYPE_SNMP_GAUGE32
Constant TYPE_SNMP_GAUGE32="Gauge32" |
static String |
TYPE_SNMP_INT32
Constant TYPE_SNMP_INT32="Int32" |
static String |
TYPE_SNMP_IPADDRESS
Constant TYPE_SNMP_IPADDRESS="IpAddress" |
static String |
TYPE_SNMP_NULL
Constant TYPE_SNMP_NULL="Null" |
static String |
TYPE_SNMP_OBJECT_IDENTIFIER
Constant TYPE_SNMP_OBJECT_IDENTIFIER="ObjectIdentifier" |
static String |
TYPE_SNMP_OCTET_STRING
Constant TYPE_SNMP_OCTET_STRING="OctetString" |
static String |
TYPE_SNMP_OPAQUE
Constant TYPE_SNMP_OPAQUE="Opaque" |
static String |
TYPE_SNMP_SEQUENCE
Constant TYPE_SNMP_SEQUENCE="Sequence" |
static String |
TYPE_SNMP_TIMETICKS
Constant TYPE_SNMP_TIMETICKS="TimeTicks" |
static String |
TYPE_STRING
Constant TYPE_STRING="string" |
static String |
XML_ENCODING_BASE64
Constant XML_ENCODING_BASE64="base64" |
static String |
XML_ENCODING_MAC_ADDRESS
Constant XML_ENCODING_MAC_ADDRESS="macAddress" |
static String |
XML_ENCODING_TEXT
Constant XML_ENCODING_TEXT="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 |
|---|
public static final String TYPE_STRING
TYPE_STRING="string"
public static final String TYPE_INT
TYPE_INT="int"
public static final String TYPE_SNMP_OCTET_STRING
TYPE_SNMP_OCTET_STRING="OctetString"
public static final String TYPE_SNMP_INT32
TYPE_SNMP_INT32="Int32"
public static final String TYPE_SNMP_NULL
TYPE_SNMP_NULL="Null"
public static final String TYPE_SNMP_OBJECT_IDENTIFIER
TYPE_SNMP_OBJECT_IDENTIFIER="ObjectIdentifier"
public static final String TYPE_SNMP_IPADDRESS
TYPE_SNMP_IPADDRESS="IpAddress"
public static final String TYPE_SNMP_TIMETICKS
TYPE_SNMP_TIMETICKS="TimeTicks"
public static final String TYPE_SNMP_COUNTER32
TYPE_SNMP_COUNTER32="Counter32"
public static final String TYPE_SNMP_GAUGE32
TYPE_SNMP_GAUGE32="Gauge32"
public static final String TYPE_SNMP_OPAQUE
TYPE_SNMP_OPAQUE="Opaque"
public static final String TYPE_SNMP_SEQUENCE
TYPE_SNMP_SEQUENCE="Sequence"
public static final String TYPE_SNMP_COUNTER64
TYPE_SNMP_COUNTER64="Counter64"
public static final String XML_ENCODING_TEXT
XML_ENCODING_TEXT="text"
public static final String XML_ENCODING_BASE64
XML_ENCODING_BASE64="base64"
public static final String XML_ENCODING_MAC_ADDRESS
XML_ENCODING_MAC_ADDRESS="macAddress"
public static final SnmpObjId OID_SNMP_IFINDEX
OID_SNMP_IFINDEX
| Method Detail |
|---|
public static String toString(String encoding,
Object value)
encoding - a String object.value - a Object object.
String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||