com.adventnet.agent.snmp.configuration
Class AgentConfigInitializer
java.lang.Object
com.adventnet.agent.snmp.configuration.AgentConfigInitializer
public class AgentConfigInitializer
- extends java.lang.Object
The class to initialize the Adaptor and Services Properties from xml file.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgentConfigInitializer
public AgentConfigInitializer()
parseInitializerProperties
public static java.util.Hashtable parseInitializerProperties(java.lang.String fileName)
throws java.lang.Exception
- Throws:
java.lang.Exception
persistInitializerProperties
public static void persistInitializerProperties(java.lang.String fileName,
java.util.Hashtable agentTab,
java.util.Hashtable modeTab,
java.util.Hashtable configTab)
throws java.lang.Exception
- Throws:
java.lang.Exception
formSnmpNode
public static XMLNode formSnmpNode()
formModeNode
public static XMLNode formModeNode()
formConfigNode
public static XMLNode formConfigNode()