Class SpringIntegrationQueueRegistrator
- java.lang.Object
-
- de.hybris.platform.apiregistryservices.jmx.SpringIntegrationQueueRegistrator
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
public class SpringIntegrationQueueRegistrator extends java.lang.Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>Bean waits for context init and then runs jmx beans registration
-
-
Constructor Summary
Constructors Constructor Description SpringIntegrationQueueRegistrator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ClassgetBeanInterface()protected java.util.List<java.lang.String>getBlacklistedTenantIds()java.lang.StringgetJmxPath()protected SpringIntegrationJmxServicegetSpringIntegrationJmxService()TenantListenergetTenantListener()voidonApplicationEvent(org.springframework.context.event.ContextRefreshedEvent contextRefreshedEvent)voidsetBeanInterface(java.lang.Class beanInterface)voidsetJmxPath(java.lang.String jmxPath)voidsetSpringIntegrationJmxService(SpringIntegrationJmxService springIntegrationJmxService)
-
-
-
Method Detail
-
onApplicationEvent
public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent contextRefreshedEvent)
- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
-
getBlacklistedTenantIds
protected java.util.List<java.lang.String> getBlacklistedTenantIds()
-
getTenantListener
public TenantListener getTenantListener()
-
getBeanInterface
public java.lang.Class getBeanInterface()
-
setBeanInterface
public void setBeanInterface(java.lang.Class beanInterface)
-
getJmxPath
public java.lang.String getJmxPath()
-
setJmxPath
public void setJmxPath(java.lang.String jmxPath)
-
getSpringIntegrationJmxService
protected SpringIntegrationJmxService getSpringIntegrationJmxService()
-
setSpringIntegrationJmxService
public void setSpringIntegrationJmxService(SpringIntegrationJmxService springIntegrationJmxService)
-
-