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

CREATE_REQUEST

public static final int CREATE_REQUEST
Table row is to be created

UNDER_CREATION

public static final int UNDER_CREATION
Table row is being created

INVALID

public static final int INVALID
Table row is to be deleted

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.