org.rhq.enterprise.server.perspective.activator
Class InventoryActivator

java.lang.Object
  extended by org.rhq.enterprise.server.perspective.activator.AbstractGlobalActivator
      extended by org.rhq.enterprise.server.perspective.activator.InventoryActivator
All Implemented Interfaces:
Serializable, Activator<GlobalActivationContext>

public class InventoryActivator
extends AbstractGlobalActivator

Author:
Ian Springer
See Also:
Serialized Form

Constructor Summary
InventoryActivator(List<ResourceConditionSet> resourceConditionSets)
           
 
Method Summary
 boolean isActive(GlobalActivationContext context)
          Returns true if any of the condition sets match an inventoried Resource.
 
Methods inherited from class org.rhq.enterprise.server.perspective.activator.AbstractGlobalActivator
getScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InventoryActivator

public InventoryActivator(List<ResourceConditionSet> resourceConditionSets)
Method Detail

isActive

public boolean isActive(GlobalActivationContext context)
Returns true if any of the condition sets match an inventoried Resource.

Parameters:
context -
Returns:


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