Uses of Enum Class
org.jboss.as.controller.access.JmxAction.Impact
Packages that use JmxAction.Impact
-
Uses of JmxAction.Impact in org.jboss.as.controller.access
Methods in org.jboss.as.controller.access that return JmxAction.ImpactModifier and TypeMethodDescriptionJmxAction.getImpact()Gets the impact of the callstatic JmxAction.ImpactReturns the enum constant of this class with the specified name.static JmxAction.Impact[]JmxAction.Impact.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jboss.as.controller.access with parameters of type JmxAction.ImpactModifierConstructorDescriptionJmxAction(String methodName, JmxAction.Impact impact) JmxAction(String methodName, JmxAction.Impact impact, String attribute)