Uses of Interface
org.snmp4j.agent.AgentState.ErrorDescriptor
Packages that use AgentState.ErrorDescriptor
-
Uses of AgentState.ErrorDescriptor in org.snmp4j.agent
Classes in org.snmp4j.agent that implement AgentState.ErrorDescriptorMethods in org.snmp4j.agent that return types with arguments of type AgentState.ErrorDescriptorModifier and TypeMethodDescriptionAgentConfigManager.AgentState.getErrors()Get the error descriptors associated with this agent state.AgentState.getErrors()Get the error descriptors associated with this agent state.Methods in org.snmp4j.agent with parameters of type AgentState.ErrorDescriptorModifier and TypeMethodDescriptionvoidAgentConfigManager.AgentState.addError(AgentState.ErrorDescriptor error) Add an error description to the internal error list.voidAgentState.addError(AgentState.ErrorDescriptor error) Add an error description to the internal error list.