com.sun.management.snmp
Interface SnmpDataTypeEnums

All Known Implementing Classes:
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
Version:
4.9 04/16/04
Author:
Sun Microsystems, Inc, Cisco Systems, Inc.

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
          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

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

See Also:
Constant Field Values

IntegerTag

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

See Also:
Constant Field Values

BitStringTag

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

See Also:
Constant Field Values

OctetStringTag

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

See Also:
Constant Field Values

NullTag

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

See Also:
Constant Field Values

ObjectIdentiferTag

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

See Also:
Constant Field Values

UnknownSyntaxTag

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

See Also:
Constant Field Values

SequenceTag

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

See Also:
Constant Field Values

TableTag

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

See Also:
Constant Field Values

ApplFlag

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

See Also:
Constant Field Values

CtxtFlag

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

See Also:
Constant Field Values

IpAddressTag

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

See Also:
Constant Field Values

CounterTag

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

See Also:
Constant Field Values

GaugeTag

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

See Also:
Constant Field Values

TimeticksTag

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

See Also:
Constant Field Values

OpaqueTag

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

See Also:
Constant Field Values

Counter64Tag

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

See Also:
Constant Field Values

NsapTag

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

See Also:
Constant Field Values

UintegerTag

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

See Also:
Constant Field Values

errNoSuchObjectTag

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

See Also:
Constant Field Values

errNoSuchInstanceTag

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

See Also:
Constant Field Values

errEndOfMibViewTag

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

See Also:
Constant Field Values

FCS Release
jdmk-5_1-b34.1 2005.02.10_16:46:09_MET

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