Uses of Class
org.jboss.as.controller.access.JmxAction.Impact
-
Packages that use JmxAction.Impact Package Description org.jboss.as.controller.access -
-
Uses of JmxAction.Impact in org.jboss.as.controller.access
Methods in org.jboss.as.controller.access that return JmxAction.Impact Modifier and Type Method Description JmxAction.ImpactJmxAction. getImpact()Gets the impact of the callstatic JmxAction.ImpactJmxAction.Impact. valueOf(String name)Returns the enum constant of this type with the specified name.static JmxAction.Impact[]JmxAction.Impact. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jboss.as.controller.access with parameters of type JmxAction.Impact Constructor Description JmxAction(String methodName, JmxAction.Impact impact)JmxAction(String methodName, JmxAction.Impact impact, String attribute)
-