Uses of Class
de.hybris.platform.jmx.mbeans.impl.AbstractJMXMBean
Packages that use AbstractJMXMBean
Package
Description
-
Uses of AbstractJMXMBean in de.hybris.platform.apiregistryservices.jmx
Subclasses of AbstractJMXMBean in de.hybris.platform.apiregistryservices.jmx -
Uses of AbstractJMXMBean in de.hybris.platform.cronjob.mbeans.impl
Subclasses of AbstractJMXMBean in de.hybris.platform.cronjob.mbeans.impl -
Uses of AbstractJMXMBean in de.hybris.platform.jmx
Methods in de.hybris.platform.jmx that return types with arguments of type AbstractJMXMBeanModifier and TypeMethodDescriptionprotected Map<String,AbstractJMXMBean> AbstractHybrisJmxTest.getAllSpringJMXBeans()gets all spring beans registered as JMX beans as map where key = jmx bean name (), value = is jmx bean instanceMBeanRegisterUtilities.getRegisteredBeans()MBeanRegisterUtilities.getUnRegisteredBeans()Methods in de.hybris.platform.jmx with parameters of type AbstractJMXMBeanModifier and TypeMethodDescriptionprotected voidAbstractHybrisJmxTest.checkAllAttributes(AbstractJMXMBean bean, MBeanInfo infoToVerify) checks if all methods exposed in interface for jmx bean and annotated asManagedAttributeare in its implementation is assembled correctly by JMX assemblerprotected voidAbstractHybrisJmxTest.checkAllOperations(AbstractJMXMBean bean, MBeanInfo infoToVerify) checks if all methods exposed in interface for jmx bean and annotated asManagedOperationare in its implementation is assembled correctly by JMX assemblerprotected voidAbstractHybrisJmxTest.checkDuplicatedOperations(AbstractJMXMBean bean, MBeanInfo infoToVerify) checks if for a bean meta information retrieved byMetadataMBeanInfoAssemblerimplementation no duplicate operation is retrieved for a specific attribute (see : HOR-683)Method parameters in de.hybris.platform.jmx with type arguments of type AbstractJMXMBeanModifier and TypeMethodDescriptionvoidMBeanRegisterUtilities.registerMBeans(Map<String, AbstractJMXMBean> beans) Register the given beans.voidMBeanRegisterUtilities.unregisterMBeans(Map<String, AbstractJMXMBean> beans) Unregister the given map beans. -
Uses of AbstractJMXMBean in de.hybris.platform.jmx.mbeans.impl
Subclasses of AbstractJMXMBean in de.hybris.platform.jmx.mbeans.implModifier and TypeClassDescriptionclasshybris MBean.classhybris MBean.classhybris MBean.classImplementation of an mbean to expose statistics of a regioncache in hybris.