com.sun.management.snmp
Interface SnmpDataTypeEnums

All Known Implementing Classes:
SnmpCounter, SnmpCounter64, SnmpGauge, SnmpInt, SnmpIpAddress, SnmpNull, SnmpOid, SnmpOpaque, SnmpString, SnmpStringFixed, SnmpTimeticks, SnmpUnsignedInt, SnmpValue, SnmpVarBind

public interface SnmpDataTypeEnums

Contains SNMP data type constants. All members are static and can be used by any application.

Since:
Java DMK 5.1

Field Summary
static int ApplFlag
          ASN.1 Tag for application context.
static int BitStringTag
          ASN.1 tag for representing the bit string type.
static int BooleanTag
          ASN.1 tag for representing the boolean type.
static int Counter64Tag
          ASN.1 tag for representing a Counter64 as defined in RFC 1155.
static int CounterTag
          ASN.1 tag for representing a Counter32 as defined in RFC 1155.
static int CtxtFlag
          ASN.1 tag for implicit context.
static int errEndOfMibViewTag
          ASN.1 tag for representing an EndOfMibView as defined in RFC 1902.
static int errNoSuchInstanceTag
          ASN.1 tag for representing a NoSuchInstance as defined in RFC 1902.
static int errNoSuchObjectTag
          ASN.1 tag for representing a NoSuchObject as defined in RFC 1902.
static int GaugeTag
          ASN.1 tag for representing a Gauge32 as defined in RFC 1155.
static int IntegerTag
          ASN.1 tag for representing the integer type.
static int IpAddressTag
          ASN.1 tag for representing an IP address as defined in RFC 1155.
static int NsapTag
          ASN.1 tag for representing an Nsap as defined in RFC 1902.
static int NullTag
          ASN.1 tag for representing the null type.
static int ObjectIdentiferTag
          Deprecated. use ObjectIdentifierTag instead
static int ObjectIdentifierTag
          ASN.1 tag for representing the Object Identifier type.
static int OctetStringTag
          ASN.1 tag for representing the octet string type.
static int OpaqueTag
          ASN.1 tag for representing an Opaque type as defined in RFC 1155.
static int SequenceTag
          ASN.1 tag for a SEQUENCE or SEQUENCE OF.
static int TableTag
          Represents an SNMP table.
static int TimeticksTag
          ASN.1 tag for representing a Timeticks as defined in RFC 1155.
static int UintegerTag
          ASN.1 tag for representing an Unsigned32 integer as defined in RFC 1902.
static int UnknownSyntaxTag
          Represents a unknown syntax type.
 

Field Detail

BooleanTag

static final int BooleanTag
ASN.1 tag for representing the boolean type.

See Also:
Constant Field Values

IntegerTag

static final int IntegerTag
ASN.1 tag for representing the integer type.

See Also:
Constant Field Values

BitStringTag

static final int BitStringTag
ASN.1 tag for representing the bit string type.

See Also:
Constant Field Values

OctetStringTag

static final int OctetStringTag
ASN.1 tag for representing the octet string type.

See Also:
Constant Field Values

NullTag

static final int NullTag
ASN.1 tag for representing the null type.

See Also:
Constant Field Values

ObjectIdentifierTag

static final int ObjectIdentifierTag
ASN.1 tag for representing the Object Identifier type.

See Also:
Constant Field Values

ObjectIdentiferTag

static final int ObjectIdentiferTag
Deprecated. use ObjectIdentifierTag instead
See Also:
Constant Field Values

UnknownSyntaxTag

static final int UnknownSyntaxTag
Represents a unknown syntax type. No meaning in an ASN.1 context.

See Also:
Constant Field Values

SequenceTag

static final int SequenceTag
ASN.1 tag for a SEQUENCE or SEQUENCE OF.

See Also:
Constant Field Values

TableTag

static final int TableTag
Represents an SNMP table. No meaning in an ASN.1 context.

See Also:
Constant Field Values

ApplFlag

static final int ApplFlag
ASN.1 Tag for application context.

See Also:
Constant Field Values

CtxtFlag

static final int CtxtFlag
ASN.1 tag for implicit context.

See Also:
Constant Field Values

IpAddressTag

static final int IpAddressTag
ASN.1 tag for representing an IP address as defined in RFC 1155.

See Also:
Constant Field Values

CounterTag

static final int CounterTag
ASN.1 tag for representing a Counter32 as defined in RFC 1155.

See Also:
Constant Field Values

GaugeTag

static final int GaugeTag
ASN.1 tag for representing a Gauge32 as defined in RFC 1155.

See Also:
Constant Field Values

TimeticksTag

static final int TimeticksTag
ASN.1 tag for representing a Timeticks as defined in RFC 1155.

See Also:
Constant Field Values

OpaqueTag

static final int OpaqueTag
ASN.1 tag for representing an Opaque type as defined in RFC 1155.

See Also:
Constant Field Values

Counter64Tag

static final int Counter64Tag
ASN.1 tag for representing a Counter64 as defined in RFC 1155.

See Also:
Constant Field Values

NsapTag

static final int NsapTag
ASN.1 tag for representing an Nsap as defined in RFC 1902.

See Also:
Constant Field Values

UintegerTag

static final int UintegerTag
ASN.1 tag for representing an Unsigned32 integer as defined in RFC 1902.

See Also:
Constant Field Values

errNoSuchObjectTag

static final int errNoSuchObjectTag
ASN.1 tag for representing a NoSuchObject as defined in RFC 1902.

See Also:
Constant Field Values

errNoSuchInstanceTag

static final int errNoSuchInstanceTag
ASN.1 tag for representing a NoSuchInstance as defined in RFC 1902.

See Also:
Constant Field Values

errEndOfMibViewTag

static final int errEndOfMibViewTag
ASN.1 tag for representing an EndOfMibView as defined in RFC 1902.

See Also:
Constant Field Values

Open Source build 02
opendmk-1.0-b02 2007.10.01_19:17:46_MEST

Copyright 1998-2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.