Uses of Class
com.j256.simplejmx.common.JmxOperationInfo.OperationAction

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
 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.
 

Methods in com.j256.simplejmx.common with parameters of type JmxOperationInfo.OperationAction
 void JmxOperationInfo.setAction(JmxOperationInfo.OperationAction action)
          Not required.
 

Constructors in com.j256.simplejmx.common with parameters of type JmxOperationInfo.OperationAction
JmxOperationInfo(String methodName, String[] parameterNames, String[] parameterDescriptions, JmxOperationInfo.OperationAction action, String description)
           
 



This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.