Class JmxOperationMetadata
- java.lang.Object
-
- org.infinispan.factories.components.JmxOperationMetadata
-
- All Implemented Interfaces:
Serializable
public class JmxOperationMetadata extends Object implements Serializable
Persistable and cacheable metadata for JMX operations- Since:
- 5.1
- Author:
- Manik Surtani
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JmxOperationMetadata(Method m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getMethodName()
JmxOperationParameter[]
getMethodParameters()
String
getOperationName()
String
getReturnType()
String
toString()
-
-
-
Constructor Detail
-
JmxOperationMetadata
public JmxOperationMetadata(Method m)
-
-
Method Detail
-
getDescription
public String getDescription()
-
getOperationName
public String getOperationName()
-
getMethodName
public String getMethodName()
-
getMethodParameters
public JmxOperationParameter[] getMethodParameters()
-
getReturnType
public String getReturnType()
-
-