org.rhq.core.domain.configuration.group
Class AggregateResourceConfigurationUpdate

java.lang.Object
  extended by org.rhq.core.domain.configuration.AbstractConfigurationUpdate
      extended by org.rhq.core.domain.configuration.group.AbstractAggregateConfigurationUpdate
          extended by org.rhq.core.domain.configuration.group.AggregateResourceConfigurationUpdate
All Implemented Interfaces:
Serializable

public class AggregateResourceConfigurationUpdate
extends AbstractAggregateConfigurationUpdate

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.rhq.core.domain.configuration.group.AbstractAggregateConfigurationUpdate
MIXED_VALUES_MARKER
 
Fields inherited from class org.rhq.core.domain.configuration.AbstractConfigurationUpdate
configuration, createdTime, errorMessage, modifiedTime, status, subjectName
 
Constructor Summary
protected AggregateResourceConfigurationUpdate()
           
  AggregateResourceConfigurationUpdate(ResourceGroup group, Configuration configuration, String subjectName)
           
 
Method Summary
 void addConfigurationUpdates(ResourceConfigurationUpdate groupMember)
           
protected  void appendToStringInternals(StringBuilder str)
          Subclasses can override this to add things it wants to see in the toString.
 List<ResourceConfigurationUpdate> getConfigurationUpdates()
           
 void setConfigurationUpdates(List<ResourceConfigurationUpdate> configurationUpdates)
           
 
Methods inherited from class org.rhq.core.domain.configuration.group.AbstractAggregateConfigurationUpdate
getGroup, getId, setGroup, setId
 
Methods inherited from class org.rhq.core.domain.configuration.AbstractConfigurationUpdate
equals, getConfiguration, getCreatedTime, getDuration, getErrorMessage, getModifiedTime, getStatus, getSubjectName, hashCode, setConfiguration, setErrorMessage, setErrorMessageFromThrowable, setStatus, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AggregateResourceConfigurationUpdate

protected AggregateResourceConfigurationUpdate()

AggregateResourceConfigurationUpdate

public AggregateResourceConfigurationUpdate(ResourceGroup group,
                                            Configuration configuration,
                                            String subjectName)
Method Detail

setConfigurationUpdates

public void setConfigurationUpdates(List<ResourceConfigurationUpdate> configurationUpdates)

getConfigurationUpdates

public List<ResourceConfigurationUpdate> getConfigurationUpdates()

addConfigurationUpdates

public void addConfigurationUpdates(ResourceConfigurationUpdate groupMember)

appendToStringInternals

protected void appendToStringInternals(StringBuilder str)
Description copied from class: AbstractConfigurationUpdate
Subclasses can override this to add things it wants to see in the toString.

Overrides:
appendToStringInternals in class AbstractAggregateConfigurationUpdate
Parameters:
str - the builder to append strings to


Copyright © 2008 RHQ Project Advisory Board (Red Hat, Inc. and Hyperic, Inc.). All Rights Reserved.