org.rhq.core.pc.configuration
Interface ConfigManagement

All Known Implementing Classes:
ConfigManagementSupport, LegacyConfigManagement, RawConfigManagement, StructuredAndRawConfigManagement, StructuredConfigManagement

public interface ConfigManagement


Field Summary
static int FACET_METHOD_TIMEOUT
           
 
Method Summary
 org.rhq.core.domain.configuration.Configuration executeLoad(int resourceId)
           
 void executeUpdate(int resourceId, org.rhq.core.domain.configuration.Configuration configuration)
           
 ComponentService getComponentService()
           
 ConfigurationUtilityService getConfigurationUtilityService()
           
 void setComponentService(ComponentService componentService)
           
 void setConfigurationUtilityService(ConfigurationUtilityService configUtilityService)
           
 

Field Detail

FACET_METHOD_TIMEOUT

static final int FACET_METHOD_TIMEOUT
See Also:
Constant Field Values
Method Detail

getComponentService

ComponentService getComponentService()

setComponentService

void setComponentService(ComponentService componentService)

getConfigurationUtilityService

ConfigurationUtilityService getConfigurationUtilityService()

setConfigurationUtilityService

void setConfigurationUtilityService(ConfigurationUtilityService configUtilityService)

executeLoad

org.rhq.core.domain.configuration.Configuration executeLoad(int resourceId)
                                                            throws PluginContainerException
Throws:
PluginContainerException

executeUpdate

void executeUpdate(int resourceId,
                   org.rhq.core.domain.configuration.Configuration configuration)
                   throws PluginContainerException
Throws:
PluginContainerException


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.