Uses of Interface
org.snmp4j.agent.AgentState
Packages that use AgentState
-
Uses of AgentState in org.snmp4j.agent
Classes in org.snmp4j.agent that implement AgentStateModifier and TypeClassDescriptionclassTheAgentConfigManager.AgentStateprovides information about the state of this SNMP agent.Fields in org.snmp4j.agent declared as AgentStateModifier and TypeFieldDescriptionprotected AgentStateAgentConfigManager.runStateThe current run state of this agent.Methods in org.snmp4j.agent with parameters of type AgentStateModifier and TypeMethodDescriptionvoidAgentStateListener.agentStateChanged(ACM agentConfigManager, AgentState newState) The agent state has changed to the new state as provided.