public class JmxAction extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JmxAction.Impact
The impact of the call
|
| Constructor and Description |
|---|
JmxAction(String methodName,
JmxAction.Impact impact) |
JmxAction(String methodName,
JmxAction.Impact impact,
String attribute) |
| Modifier and Type | Method and Description |
|---|---|
Set<Action.ActionEffect> |
getActionEffects()
Gets the effects of this action.
|
String |
getAttributeName()
Gets the name of the affected MBean attribute, if
method name is for
a method that reads or writes attributes (i.e. |
JmxAction.Impact |
getImpact()
Gets the impact of the call
|
String |
getMethodName()
Gets the
MBeanServer method name that was called |
public JmxAction(String methodName, JmxAction.Impact impact)
public JmxAction(String methodName, JmxAction.Impact impact, String attribute)
public JmxAction.Impact getImpact()
public String getMethodName()
MBeanServer method name that was callednullpublic String getAttributeName()
method name is for
a method that reads or writes attributes (i.e. getAttribute, setAttribute, setAttributes).null if the method being invoked is not related to attributespublic Set<Action.ActionEffect> getActionEffects()
nullCopyright © 2016 JBoss by Red Hat. All rights reserved.