Package org.infinispan.jmx
Class IspnMBeanOperationInfo
- java.lang.Object
-
- javax.management.MBeanFeatureInfo
-
- javax.management.MBeanOperationInfo
-
- org.infinispan.jmx.IspnMBeanOperationInfo
-
- All Implemented Interfaces:
Serializable
,Cloneable
,DescriptorRead
public class IspnMBeanOperationInfo extends MBeanOperationInfo
Infinispan allows a different JMX operation name than the actual method name that gets invoked (seeManagedOperation.name()
. This class extendsMBeanOperationInfo
adding support for the operation name.- Since:
- 5.2
- Author:
- Mircea Markus
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javax.management.MBeanOperationInfo
ACTION, ACTION_INFO, INFO, UNKNOWN
-
Fields inherited from class javax.management.MBeanFeatureInfo
description, name
-
-
Constructor Summary
Constructors Constructor Description IspnMBeanOperationInfo(String description, Method method, String operationName)
IspnMBeanOperationInfo(String name, String description, MBeanParameterInfo[] signature, String type, int impact, String operationName)
IspnMBeanOperationInfo(String name, String description, MBeanParameterInfo[] signature, String type, int impact, Descriptor descriptor, String operationName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getOperationName()
-
Methods inherited from class javax.management.MBeanOperationInfo
clone, equals, getImpact, getReturnType, getSignature, hashCode, toString
-
Methods inherited from class javax.management.MBeanFeatureInfo
getDescription, getDescriptor, getName
-
-
-
-
Constructor Detail
-
IspnMBeanOperationInfo
public IspnMBeanOperationInfo(String description, Method method, String operationName)
-
IspnMBeanOperationInfo
public IspnMBeanOperationInfo(String name, String description, MBeanParameterInfo[] signature, String type, int impact, String operationName)
-
IspnMBeanOperationInfo
public IspnMBeanOperationInfo(String name, String description, MBeanParameterInfo[] signature, String type, int impact, Descriptor descriptor, String operationName)
-
-
Method Detail
-
getOperationName
public String getOperationName()
-
-