Class AgentppTestMib.AgentppTestSessionIndexStrategyEnum
java.lang.Object
org.snmp4j.agent.agentx.subagent.test.AgentppTestMib.AgentppTestSessionIndexStrategyEnum
- Enclosing class:
AgentppTestMib
The
AgentppTestSessionIndexStrategyEnum defines the named values of the
agentppTestSessionIndexStrategy column.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAlways any sub-index is allocated.static final intAlways the first sub-index is allocated.static final intAny not yet allocated sub-index is used.static final intOnly the first sub-index is allocated.static final intNo index allocation is performed. -
Method Summary
-
Field Details
-
noIndexAllocation
public static final int noIndexAllocationNo index allocation is performed.- See Also:
-
firstSubIndexOnly
public static final int firstSubIndexOnlyOnly the first sub-index is allocated.- See Also:
-
anyNonAllocatedSubIndex
public static final int anyNonAllocatedSubIndexAny not yet allocated sub-index is used.- See Also:
-
alwaysFirstSubIndex
public static final int alwaysFirstSubIndexAlways the first sub-index is allocated.- See Also:
-
alwaysAnySubIndex
public static final int alwaysAnySubIndexAlways any sub-index is allocated.- See Also:
-