Uses of Class
org.rhq.core.domain.resource.flyweight.ResourceSubCategoryFlyweight

Packages that use ResourceSubCategoryFlyweight
org.rhq.core.domain.resource.flyweight   
 

Uses of ResourceSubCategoryFlyweight in org.rhq.core.domain.resource.flyweight
 

Methods in org.rhq.core.domain.resource.flyweight that return ResourceSubCategoryFlyweight
 ResourceSubCategoryFlyweight FlyweightCache.constructSubCategory(int id, String name, Integer parentSubCategoryId, String parentSubCategoryName)
          An existing sub category is first looked up in this cache.
 ResourceSubCategoryFlyweight FlyweightCache.constructSubCategory(ResourceSubCategory original)
           
 ResourceSubCategoryFlyweight ResourceSubCategoryFlyweight.getParentSubCategory()
           
 ResourceSubCategoryFlyweight AutoGroupCompositeFlyweight.getSubcategory()
           
 ResourceSubCategoryFlyweight ResourceTypeFlyweight.getSubCategory()
           
 

Methods in org.rhq.core.domain.resource.flyweight that return types with arguments of type ResourceSubCategoryFlyweight
 Map<Integer,ResourceSubCategoryFlyweight> FlyweightCache.getSubCategories()
           
 

Methods in org.rhq.core.domain.resource.flyweight with parameters of type ResourceSubCategoryFlyweight
 void ResourceSubCategoryFlyweight.setParentSubCategory(ResourceSubCategoryFlyweight parentSubCategory)
           
 void ResourceTypeFlyweight.setSubCategory(ResourceSubCategoryFlyweight subCategory)
           
 

Constructors in org.rhq.core.domain.resource.flyweight with parameters of type ResourceSubCategoryFlyweight
AutoGroupCompositeFlyweight(Double availability, ResourceFlyweight parentResource, ResourceSubCategoryFlyweight subcategory, long memberCount)
           
 



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