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

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

public class GroupResourceConfigurationUpdate
extends AbstractGroupConfigurationUpdate

See Also:
Serialized Form

Field Summary
static String QUERY_FIND_ALL_IN_STATUS
           
static String QUERY_FIND_BY_GROUP_ID
           
static String QUERY_FIND_LATEST_BY_GROUP_ID
           
 
Fields inherited from class org.rhq.core.domain.configuration.group.AbstractGroupConfigurationUpdate
MIXED_VALUES_MARKER
 
Fields inherited from class org.rhq.core.domain.configuration.AbstractConfigurationUpdate
configuration, createdTime, errorMessage, modifiedTime, status, subjectName
 
Constructor Summary
protected GroupResourceConfigurationUpdate()
           
  GroupResourceConfigurationUpdate(ResourceGroup group, String subjectName)
           
 
Method Summary
 void addConfigurationUpdate(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.AbstractGroupConfigurationUpdate
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
 

Field Detail

QUERY_FIND_ALL_IN_STATUS

public static final String QUERY_FIND_ALL_IN_STATUS
See Also:
Constant Field Values

QUERY_FIND_BY_GROUP_ID

public static final String QUERY_FIND_BY_GROUP_ID
See Also:
Constant Field Values

QUERY_FIND_LATEST_BY_GROUP_ID

public static final String QUERY_FIND_LATEST_BY_GROUP_ID
See Also:
Constant Field Values
Constructor Detail

GroupResourceConfigurationUpdate

protected GroupResourceConfigurationUpdate()

GroupResourceConfigurationUpdate

public GroupResourceConfigurationUpdate(ResourceGroup group,
                                        String subjectName)
Method Detail

setConfigurationUpdates

public void setConfigurationUpdates(List<ResourceConfigurationUpdate> configurationUpdates)

getConfigurationUpdates

public List<ResourceConfigurationUpdate> getConfigurationUpdates()

addConfigurationUpdate

public void addConfigurationUpdate(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 AbstractGroupConfigurationUpdate
Parameters:
str - the builder to append strings to


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