Package | Description |
---|---|
com.j256.simplejmx.common |
Common classes for both client and server sides.
|
Modifier and Type | Method and Description |
---|---|
JmxOperationInfo.OperationAction |
JmxOperationInfo.getAction() |
static JmxOperationInfo.OperationAction |
JmxOperationInfo.OperationAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JmxOperationInfo.OperationAction[] |
JmxOperationInfo.OperationAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JmxOperationInfo.setAction(JmxOperationInfo.OperationAction action)
Not required.
|
Constructor and Description |
---|
JmxOperationInfo(String methodName,
String[] parameterNames,
String[] parameterDescriptions,
JmxOperationInfo.OperationAction action,
String description) |
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.