com.adventnet.agent.configuration
Class MBeanInitializer
java.lang.Object
com.adventnet.agent.configuration.MBeanInitializer
public class MBeanInitializer
- extends java.lang.Object
The class to initialize the MBean Properties from xml file.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBeanInitializer
public MBeanInitializer()
parseMBeansConfiguration
public static MBeansConfiguration parseMBeansConfiguration(java.lang.String fileName)
throws java.lang.Exception
- Throws:
java.lang.Exception
parseMBeansConfiguration
public static MBeansConfiguration parseMBeansConfiguration(java.io.InputStream isr)
throws java.lang.Exception
- Throws:
java.lang.Exception
persistMBeansConfiguration
public static void persistMBeansConfiguration(java.lang.String fileName,
MBeansConfiguration mbeansConf)
throws java.lang.Exception
- Throws:
java.lang.Exception