|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JmxOperationInfo.OperationAction | |
---|---|
com.j256.simplejmx.common | Common classes for both client and server sides. |
Uses of JmxOperationInfo.OperationAction in com.j256.simplejmx.common |
---|
Fields in com.j256.simplejmx.common declared as JmxOperationInfo.OperationAction | |
---|---|
JmxOperationInfo.OperationAction |
JmxOperationInfo.action
|
Methods in com.j256.simplejmx.common that return JmxOperationInfo.OperationAction | |
---|---|
static JmxOperationInfo.OperationAction |
JmxOperationInfo.OperationAction.fromActionValue(int actionValue)
Return the enumerated action from the MBeanOperationInfo int constant. |
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. |
Constructors in com.j256.simplejmx.common with parameters of type JmxOperationInfo.OperationAction | |
---|---|
JmxOperationInfo(String methodName,
String[] parameterNames,
String[] parameterDescriptions,
JmxOperationInfo.OperationAction action,
String description)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |