Uses of Class
de.hybris.platform.jmx.mbeans.impl.AbstractJMXMBean
-
Packages that use AbstractJMXMBean Package Description de.hybris.platform.apiregistryservices.jmx de.hybris.platform.cronjob.mbeans.impl de.hybris.platform.jmx de.hybris.platform.jmx.mbeans.impl -
-
Uses of AbstractJMXMBean in de.hybris.platform.apiregistryservices.jmx
Subclasses of AbstractJMXMBean in de.hybris.platform.apiregistryservices.jmx Modifier and Type Class Description classQueueInfoBeanImpl -
Uses of AbstractJMXMBean in de.hybris.platform.cronjob.mbeans.impl
Subclasses of AbstractJMXMBean in de.hybris.platform.cronjob.mbeans.impl Modifier and Type Class Description classCronJobsInfoMBeanImpl -
Uses of AbstractJMXMBean in de.hybris.platform.jmx
Methods in de.hybris.platform.jmx that return types with arguments of type AbstractJMXMBean Modifier and Type Method Description protected java.util.Map<java.lang.String,AbstractJMXMBean>AbstractHybrisJmxTest. getAllSpringJMXBeans()gets all spring beans registered as JMX beans as map where key = jmx bean name (), value = is jmx bean instancejava.util.Map<java.lang.String,AbstractJMXMBean>MBeanRegisterUtilities. getRegisteredBeans()java.util.Map<java.lang.String,AbstractJMXMBean>MBeanRegisterUtilities. getUnRegisteredBeans()Methods in de.hybris.platform.jmx with parameters of type AbstractJMXMBean Modifier and Type Method Description protected voidAbstractHybrisJmxTest. checkAllAttributes(AbstractJMXMBean bean, javax.management.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, javax.management.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, javax.management.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 AbstractJMXMBean Modifier and Type Method Description voidMBeanRegisterUtilities. registerMBeans(java.util.Map<java.lang.String,AbstractJMXMBean> beans)Register the given beans.voidMBeanRegisterUtilities. unregisterMBeans(java.util.Map<java.lang.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.impl Modifier and Type Class Description classDatabaseOverviewMBeanImplhybris MBean.classFlexibleQueryMBeanImplhybris MBean.classMainCacheMBeanImplhybris MBean.classRegionCacheMBeanImplImplementation of an mbean to expose statistics of a regioncache in hybris.
-