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.ErrorDescriptorModifier and TypeClassDescriptionstatic classTheErrorDescriptordescribes an error that occurred while this agent tried to advance from one run state to another, for example while launching its transport mappings.Methods 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.