HOME

com.ireasoning.protocol.snmp
Interface SnmpEntryStatus

All Superinterfaces:
Serializable

public interface SnmpEntryStatus
extends 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

public static final int VALID
Table row is active and ready

See Also:
Constant Field Values

CREATE_REQUEST

public static final int CREATE_REQUEST
Table row is to be created

See Also:
Constant Field Values

UNDER_CREATION

public static final int UNDER_CREATION
Table row is being created

See Also:
Constant Field Values

INVALID

public static final int INVALID
Table row is to be deleted

See Also:
Constant Field Values

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.