Uses of Class
org.jboss.managed.api.ManagedOperation.Impact

Packages that use ManagedOperation.Impact
org.jboss.managed.api   
org.jboss.managed.plugins   
 

Uses of ManagedOperation.Impact in org.jboss.managed.api
 

Methods in org.jboss.managed.api that return ManagedOperation.Impact
 ManagedOperation.Impact ManagedOperation.getImpact()
          Get the impact of the operation
static ManagedOperation.Impact ManagedOperation.Impact.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ManagedOperation.Impact[] ManagedOperation.Impact.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ManagedOperation.Impact in org.jboss.managed.plugins
 

Methods in org.jboss.managed.plugins that return ManagedOperation.Impact
 ManagedOperation.Impact ManagedOperationImpl.getImpact()
           
 

Methods in org.jboss.managed.plugins with parameters of type ManagedOperation.Impact
 void ManagedOperationImpl.setImpact(ManagedOperation.Impact impact)
           
 

Constructors in org.jboss.managed.plugins with parameters of type ManagedOperation.Impact
ManagedOperationImpl(String name, String description, ManagedOperation.Impact impact, ManagedParameter[] parameters, MetaType returnType)
           
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.