org.rhq.plugins.jbossas.util
Class ConnectionFactoryConfigurationEditor
java.lang.Object
org.rhq.plugins.jbossas.util.ConnectionFactoryConfigurationEditor
public class ConnectionFactoryConfigurationEditor
- extends java.lang.Object
Loads and edits Connection Factories in the connection factory xml format
- Author:
- Mark Spritzler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionFactoryConfigurationEditor
public ConnectionFactoryConfigurationEditor()
loadConnectionFactory
public static Configuration loadConnectionFactory(java.io.File file,
java.lang.String name)
updateConnectionFactory
public static void updateConnectionFactory(java.io.File deploymentFile,
java.lang.String name,
ConfigurationUpdateReport report)
- Writes out connection factory changes to the file system. If the file does not exist it will create a new file in the
requested location.
- Parameters:
deploymentFile - XML File that holds the Connection Factory informationname - Name of the Connection Factoryreport - ConfigurationUpdateReport object
updateConnectionFactory
public static void updateConnectionFactory(java.io.File deploymentFile,
java.lang.String name,
CreateResourceReport report)
deleteConnectionFactory
public static void deleteConnectionFactory(java.io.File deploymentFile,
java.lang.String name)
setListElementValuesForDepends
public static void setListElementValuesForDepends(Property property,
org.jdom.Element element)
Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.