Class MBeanInfoHelper
- java.lang.Object
-
- org.apache.activemq.artemis.core.management.impl.MBeanInfoHelper
-
public class MBeanInfoHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description MBeanInfoHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidclearAttributesInfoCache()static voidclearOperationsInfoCache()static intgetAttributesInfoCacheSize()static MBeanAttributeInfo[]getMBeanAttributesInfo(Class mbeanInterface)static MBeanOperationInfo[]getMBeanOperationsInfo(Class mbeanInterface)static intgetOperationsInfoCacheSize()
-
-
-
Method Detail
-
getMBeanOperationsInfo
public static MBeanOperationInfo[] getMBeanOperationsInfo(Class mbeanInterface)
-
getMBeanAttributesInfo
public static MBeanAttributeInfo[] getMBeanAttributesInfo(Class mbeanInterface)
-
getAttributesInfoCacheSize
public static int getAttributesInfoCacheSize()
-
getOperationsInfoCacheSize
public static int getOperationsInfoCacheSize()
-
clearAttributesInfoCache
public static void clearAttributesInfoCache()
-
clearOperationsInfoCache
public static void clearOperationsInfoCache()
-
-