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
 InventorySummary getInventorySummary(Subject user)
          Returns a summary of inventoried Resources and Groups that are viewable by the specified user.
 

Method Detail

getInventorySummary

InventorySummary getInventorySummary(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, CompatibleGroups, and 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-2011 Red Hat, Inc.. All Rights Reserved.