Class JmxOperationParameter
- java.lang.Object
-
- org.infinispan.factories.components.JmxOperationParameter
-
- All Implemented Interfaces:
Serializable
public class JmxOperationParameter extends Object implements Serializable
JmxOperationParameter stores metadata information about MBean operation parameters which is then used at runtime to build the relevantMBeanParameterInfo
- Since:
- 5.2.3
- Author:
- Tristan Tarrant
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JmxOperationParameter(String name, String type, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getName()
String
getType()
String
toString()
-