HOME

com.ireasoning.protocol.snmp
Interface SnmpEntryStatus

All Superinterfaces:
java.io.Serializable

public interface SnmpEntryStatus
extends java.io.Serializable

This class contains constants of SMIv1 EntryStatus code


Field Summary
static int CREATE_REQUEST
          Table row is to be created
static int INVALID
          Table row is to be deleted
static int UNDER_CREATION
          Table row is being created
static int VALID
          Table row is active and ready
 

Field Detail

VALID

static final int VALID
Table row is active and ready

See Also:
Constant Field Values

CREATE_REQUEST

static final int CREATE_REQUEST
Table row is to be created

See Also:
Constant Field Values

UNDER_CREATION

static final int UNDER_CREATION
Table row is being created

See Also:
Constant Field Values

INVALID

static final int INVALID
Table row is to be deleted

See Also:
Constant Field Values

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.