Uses of Interface
org.snmp4j.agent.AgentState.ErrorDescriptor
-
Packages that use AgentState.ErrorDescriptor Package Description org.snmp4j.agent -
-
Uses of AgentState.ErrorDescriptor in org.snmp4j.agent
Classes in org.snmp4j.agent that implement AgentState.ErrorDescriptor Modifier and Type Class Description static class
AgentConfigManager.ErrorDescriptor
Methods in org.snmp4j.agent that return types with arguments of type AgentState.ErrorDescriptor Modifier and Type Method Description List<AgentState.ErrorDescriptor>
AgentConfigManager.AgentState. getErrors()
Get the error descriptors associated with this agent state.List<AgentState.ErrorDescriptor>
AgentState. getErrors()
Get the error descriptors associated with this agent state.Methods in org.snmp4j.agent with parameters of type AgentState.ErrorDescriptor Modifier and Type Method Description void
AgentConfigManager.AgentState. addError(AgentState.ErrorDescriptor error)
Add an error description to the internal error list.void
AgentState. addError(AgentState.ErrorDescriptor error)
Add an error description to the internal error list.
-