Uses of Enum Class
org.snmp4j.agent.agentx.subagent.AgentXSharedMOTableSupport.IndexStrategy
Packages that use AgentXSharedMOTableSupport.IndexStrategy
-
Uses of AgentXSharedMOTableSupport.IndexStrategy in org.snmp4j.agent.agentx.subagent
Methods in org.snmp4j.agent.agentx.subagent that return AgentXSharedMOTableSupport.IndexStrategyModifier and TypeMethodDescriptionAgentXSharedMOTableSupport.getIndexStrategy()Gets the index strategy of this shared table support.Returns the enum constant of this class with the specified name.AgentXSharedMOTableSupport.IndexStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.snmp4j.agent.agentx.subagent with parameters of type AgentXSharedMOTableSupport.IndexStrategyModifier and TypeMethodDescriptionvoidAgentXSharedMOTableSupport.setIndexStrategy(AgentXSharedMOTableSupport.IndexStrategy indexStrategy) Sets the index strategy for this shared table support.