- java.lang.Object
-
- org.snmp4j.agent.AgentConfigManager.ErrorDescriptor
-
- All Implemented Interfaces:
AgentState.ErrorDescriptor
- Enclosing class:
- AgentConfigManager
public static class AgentConfigManager.ErrorDescriptor extends Object implements AgentState.ErrorDescriptor
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Exception
getException()
int
getSourceState()
int
getTargetState()
-
-
-
Method Detail
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceAgentState.ErrorDescriptor
-
getSourceState
public int getSourceState()
- Specified by:
getSourceState
in interfaceAgentState.ErrorDescriptor
-
getTargetState
public int getTargetState()
- Specified by:
getTargetState
in interfaceAgentState.ErrorDescriptor
-
getException
public Exception getException()
- Specified by:
getException
in interfaceAgentState.ErrorDescriptor
-
-