org.rhq.enterprise.server.resource
Interface ResourceBossLocal

All Known Implementing Classes:
ResourceBossBean

public interface ResourceBossLocal

The boss for "high-level" operations involving Resources and/or Groups.

Author:
Ian Springer

Method Summary
 org.rhq.core.domain.resource.InventorySummary getInventorySummary(org.rhq.core.domain.auth.Subject user)
          Returns a summary of inventoried Resources and Groups that are viewable by the specified user.
 

Method Detail

getInventorySummary

org.rhq.core.domain.resource.InventorySummary getInventorySummary(org.rhq.core.domain.auth.Subject user)
Returns a summary of inventoried Resources and Groups that are viewable by the specified user. The summary includes the total number of platforms, servers, services, org.rhq.core.domain.resource.group.CompatibleGroups, and org.rhq.core.domain.resource.group.MixedGroups. Only Resources with an inventory status of COMMITTED are tallied.

Parameters:
user - a JON user
Returns:
a summary of inventory that is viewable by the specified user


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