HOME

com.ireasoning.protocol.snmp
Interface SnmpRowStatus

All Superinterfaces:
Serializable

public interface SnmpRowStatus
extends Serializable

This class contains constants of SMIv2 RowStatus code


Field Summary
static int ACTIVE
          Table row is ative and ready
static int CREATE_AND_GO
          Table row is to be created
static int CREATE_AND_WAIT
          Table row is to be created by will not be active right away
static int DESTROY
          Table row is to be deleted
static int NOT_IN_SERVICE
          Table row is not in service
static int NOT_READY
          Table row is not ready
 

Field Detail

ACTIVE

public static final int ACTIVE
Table row is ative and ready

See Also:
Constant Field Values

NOT_IN_SERVICE

public static final int NOT_IN_SERVICE
Table row is not in service

See Also:
Constant Field Values

NOT_READY

public static final int NOT_READY
Table row is not ready

See Also:
Constant Field Values

CREATE_AND_GO

public static final int CREATE_AND_GO
Table row is to be created

See Also:
Constant Field Values

CREATE_AND_WAIT

public static final int CREATE_AND_WAIT
Table row is to be created by will not be active right away

See Also:
Constant Field Values

DESTROY

public static final int DESTROY
Table row is to be deleted

See Also:
Constant Field Values

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.