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