public final class OperationImpact
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static OperationImpact |
ACTION
Indicates that the operation is a write-like, and would modify the MBean in some way,
typically by writing some value or changing a configuration.
|
static OperationImpact |
ACTION_INFO
Indicates that the operation is both read-like and write-like.
|
static OperationImpact |
INFO
Indicates that the operation is read-like, it basically returns information.
|
static OperationImpact |
UNKNOWN
Indicates that the operation has an "unknown" nature.
|
public static final OperationImpact ACTION
public static final OperationImpact ACTION_INFO
public static final OperationImpact INFO
public static final OperationImpact UNKNOWN