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

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

public class GlobalPermissionActivator
extends AbstractGlobalActivator

Author:
Ian Springer
See Also:
Serialized Form

Constructor Summary
GlobalPermissionActivator(Permission permission)
           
 
Method Summary
 boolean isActive(GlobalActivationContext context)
           
 
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

GlobalPermissionActivator

public GlobalPermissionActivator(Permission permission)
Method Detail

isActive

public boolean isActive(GlobalActivationContext context)
Parameters:
context - The context information required to process the activation conditions.
Returns:
true if all of the activation cnditions for this Activator have been met. Otherwise, false.


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