|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.plugins.jbossas.util.AbstractMessagingConfigurationEditor
org.rhq.plugins.jbossas.util.JBossMessagingConfigurationEditor
public class JBossMessagingConfigurationEditor
| Field Summary |
|---|
| Fields inherited from class org.rhq.plugins.jbossas.util.AbstractMessagingConfigurationEditor |
|---|
ATTRIBUTE, code, config, createReport, DEPENDS, deploymentFile, LOG, root, rootElementString, securityConfig, type, updateReport |
| Fields inherited from interface org.rhq.plugins.jbossas.util.XMLConfigurationEditor |
|---|
CONNECTION_MBEAN_NAME, DATASOURCE_MBEAN_NAME, DATASOURCE_ROOT_ELEMENT, JMQ_QUEUE_CODE, JMQ_TOPIC_CODE, JMS_ROOT_ELEMENT, LIST_ATTRIBUTE, LIST_DEFAULT, LIST_SUBTAG, LOCAL_TX_TYPE, MAP_ATTRIBUTE, MAP_DEFAULT, MAP_SUBTAG, NO_TX_TYPE, SIMPLE_ATTRIBUTE, SIMPLE_DEFAULT, SIMPLE_SUBTAG, XA_TX_TYPE |
| Constructor Summary | |
|---|---|
JBossMessagingConfigurationEditor(java.lang.String type)
|
|
| Method Summary | |
|---|---|
void |
updateConfiguration(java.io.File deploymentFile,
java.lang.String name,
ConfigurationUpdateReport report)
This method will save a Configuration object into the xml file supplied where the component already existing. |
void |
updateConfiguration(java.io.File deploymentFile,
java.lang.String name,
CreateResourceReport report)
This method will save a Configuration object into the xml file supplied where the component does not already existing. |
| Methods inherited from class org.rhq.plugins.jbossas.util.AbstractMessagingConfigurationEditor |
|---|
addNameAttributeToMBeanElement, bindSimplePropertiesToConfiguration, bindSimplePropertiesToXML, deleteComponent, findComponentElement, findSecurityConf, getNameProperty, getRootElementString, getType, loadConfiguration, loadNameProperty, setRootElementString, setType, updateFile, updateIfNameChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.rhq.plugins.jbossas.util.XMLConfigurationEditor |
|---|
deleteComponent, loadConfiguration |
| Constructor Detail |
|---|
public JBossMessagingConfigurationEditor(java.lang.String type)
| Method Detail |
|---|
public void updateConfiguration(java.io.File deploymentFile,
java.lang.String name,
ConfigurationUpdateReport report)
XMLConfigurationEditor
updateConfiguration in interface XMLConfigurationEditordeploymentFile - @see File object for the xml file to updatedname - name of the component in the xml file to savereport - the Plugin's @see ConfigurationUpdateReport that holds the new configuration.will be updated with the success or failure of the update. If there is a failure
an error message will be added to the report.
public void updateConfiguration(java.io.File deploymentFile,
java.lang.String name,
CreateResourceReport report)
XMLConfigurationEditor
updateConfiguration in interface XMLConfigurationEditordeploymentFile - @see File object for the xml file to created or updatedname - name of the component for the xml file to savereport - the Plugin's @see CreateResourceReport that holds the new configuration.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||