|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.modules.plugins.jbossas7.ConfigurationLoadDelegate
public class ConfigurationLoadDelegate
| Constructor Summary | |
|---|---|
ConfigurationLoadDelegate(org.rhq.core.domain.configuration.definition.ConfigurationDefinition configDef,
ASConnection connection,
Address address)
Create a new configuration delegate, that reads the attributes for the resource at address. |
|
ConfigurationLoadDelegate(org.rhq.core.domain.configuration.definition.ConfigurationDefinition configDef,
ASConnection connection,
Address address,
boolean includeRuntime)
Create a new configuration delegate, that reads the attributes for the resource at address. |
|
| Method Summary | |
|---|---|
org.rhq.core.domain.configuration.Configuration |
loadResourceConfiguration()
Trigger loading of a configuration by talking to the remote resource. |
void |
updateResourceConfiguration(ConfigurationUpdateReport report)
Write the configuration back to the AS. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationLoadDelegate(org.rhq.core.domain.configuration.definition.ConfigurationDefinition configDef,
ASConnection connection,
Address address)
configDef - Configuration definition for the configurationconnection - asConnection to useaddress - address of the resource.
public ConfigurationLoadDelegate(org.rhq.core.domain.configuration.definition.ConfigurationDefinition configDef,
ASConnection connection,
Address address,
boolean includeRuntime)
configDef - Configuration definition for the configurationconnection - asConnection to useaddress - address of the resource.| Method Detail |
|---|
public org.rhq.core.domain.configuration.Configuration loadResourceConfiguration()
throws Exception
loadResourceConfiguration in interface ConfigurationFacetException - If anything goes wrong.public void updateResourceConfiguration(ConfigurationUpdateReport report)
updateResourceConfiguration in interface ConfigurationFacetreport -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||