Uses of Class
org.rhq.core.domain.resource.group.ResourceGroup

Packages that use ResourceGroup
org.rhq.core.domain.authz   
org.rhq.core.domain.configuration.group   
org.rhq.core.domain.operation   
org.rhq.core.domain.resource   
org.rhq.core.domain.resource.group   
org.rhq.core.domain.resource.group.composite   
 

Uses of ResourceGroup in org.rhq.core.domain.authz
 

Methods in org.rhq.core.domain.authz that return types with arguments of type ResourceGroup
 Set<ResourceGroup> Role.getResourceGroups()
           
 

Methods in org.rhq.core.domain.authz with parameters of type ResourceGroup
 void Role.addResourceGroup(ResourceGroup resourceGroup)
           
 void Role.removeResourceGroup(ResourceGroup resourceGroup)
           
 

Method parameters in org.rhq.core.domain.authz with type arguments of type ResourceGroup
 void Role.setResourceGroups(Set<ResourceGroup> resourceGroups)
           
 

Uses of ResourceGroup in org.rhq.core.domain.configuration.group
 

Methods in org.rhq.core.domain.configuration.group that return ResourceGroup
 ResourceGroup AbstractAggregateConfigurationUpdate.getGroup()
           
 

Methods in org.rhq.core.domain.configuration.group with parameters of type ResourceGroup
 void AbstractAggregateConfigurationUpdate.setGroup(ResourceGroup group)
           
 

Constructors in org.rhq.core.domain.configuration.group with parameters of type ResourceGroup
AbstractAggregateConfigurationUpdate(ResourceGroup group, Configuration configuration, String subjectName)
           
AggregatePluginConfigurationUpdate(ResourceGroup group, Configuration aggregateConfiguration, String subjectName)
           
AggregateResourceConfigurationUpdate(ResourceGroup group, Configuration configuration, String subjectName)
           
 

Uses of ResourceGroup in org.rhq.core.domain.operation
 

Methods in org.rhq.core.domain.operation that return ResourceGroup
 ResourceGroup GroupOperationHistory.getGroup()
           
 ResourceGroup GroupOperationScheduleEntity.getGroup()
           
 

Methods in org.rhq.core.domain.operation with parameters of type ResourceGroup
 void GroupOperationHistory.setGroup(ResourceGroup group)
           
 void GroupOperationScheduleEntity.setGroup(ResourceGroup group)
           
 

Constructors in org.rhq.core.domain.operation with parameters of type ResourceGroup
GroupOperationHistory(String jobName, String jobGroup, String subjectName, OperationDefinition operationDefinition, Configuration parameters, ResourceGroup group)
           
GroupOperationScheduleEntity(String jobName, String jobGroup, Date nextFireTime, ResourceGroup group)
           
 

Uses of ResourceGroup in org.rhq.core.domain.resource
 

Methods in org.rhq.core.domain.resource that return types with arguments of type ResourceGroup
 Set<ResourceGroup> Resource.getExplicitGroups()
           
 Set<ResourceGroup> Resource.getImplicitGroups()
           
 

Methods in org.rhq.core.domain.resource with parameters of type ResourceGroup
 void Resource.addExplicitGroup(ResourceGroup explicitGroup)
           
 void Resource.addImplicitGroup(ResourceGroup implicitGroup)
           
 void Resource.removeExplicitGroup(ResourceGroup explicitGroup)
           
 void Resource.removeImplicitGroup(ResourceGroup implicitGroup)
           
 

Method parameters in org.rhq.core.domain.resource with type arguments of type ResourceGroup
 void Resource.setExplicitGroups(Set<ResourceGroup> explicitGroups)
           
 void Resource.setImplicitGroups(Set<ResourceGroup> implicitGroups)
           
 

Uses of ResourceGroup in org.rhq.core.domain.resource.group
 

Methods in org.rhq.core.domain.resource.group that return types with arguments of type ResourceGroup
 Set<ResourceGroup> GroupDefinition.getManagedResourceGroups()
           
 

Methods in org.rhq.core.domain.resource.group with parameters of type ResourceGroup
 void GroupDefinition.addResourceGroup(ResourceGroup resourceGroup)
           
 void GroupDefinition.removeResourceGroup(ResourceGroup resourceGroup)
           
 

Method parameters in org.rhq.core.domain.resource.group with type arguments of type ResourceGroup
 void GroupDefinition.setManagedResourceGroups(Set<ResourceGroup> managedResourceGroups)
           
 

Uses of ResourceGroup in org.rhq.core.domain.resource.group.composite
 

Methods in org.rhq.core.domain.resource.group.composite that return ResourceGroup
 ResourceGroup ResourceGroupComposite.getResourceGroup()
           
 

Constructors in org.rhq.core.domain.resource.group.composite with parameters of type ResourceGroup
ResourceGroupComposite(Double availability, ResourceGroup resourceGroup, long memberCount)
           
 



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