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

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

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

Methods in org.rhq.core.domain.resource.flyweight that return ResourceFlyweight
 ResourceFlyweight FlyweightCache.constructResource(int id, String name, String uuid, String resourceKey, Integer parentId, int typeId, AvailabilityType currentAvailability)
          Constructs a fully initialized instance of the resource flyweight.
 ResourceFlyweight FlyweightCache.constructResource(Resource original)
           
 ResourceFlyweight AutoGroupCompositeFlyweight.getParentResource()
           
 ResourceFlyweight ResourceFlyweight.getParentResource()
           
 ResourceFlyweight ResourceAvailabilityFlyweight.getResource()
           
 

Methods in org.rhq.core.domain.resource.flyweight that return types with arguments of type ResourceFlyweight
 List<ResourceFlyweight> ResourceFlyweight.getChildResources()
           
 List<ResourceFlyweight> AutoGroupCompositeFlyweight.getResources()
           
 Map<Integer,ResourceFlyweight> FlyweightCache.getResources()
           
 

Methods in org.rhq.core.domain.resource.flyweight with parameters of type ResourceFlyweight
 void AutoGroupCompositeFlyweight.setParentResource(ResourceFlyweight parentResource)
           
 void ResourceFlyweight.setParentResource(ResourceFlyweight parent)
           
 void ResourceAvailabilityFlyweight.setResource(ResourceFlyweight resource)
           
 

Method parameters in org.rhq.core.domain.resource.flyweight with type arguments of type ResourceFlyweight
 void AutoGroupCompositeFlyweight.setResources(List<ResourceFlyweight> resources)
           
 

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



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