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 classAgentConfigManager.ErrorDescriptorMethods 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 voidAgentConfigManager.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.
-