Class QueueInfoBeanImpl
java.lang.Object
de.hybris.platform.jmx.mbeans.impl.JMXBindableTenantAwareObject
de.hybris.platform.jmx.mbeans.impl.AbstractJMXMBean
de.hybris.platform.apiregistryservices.jmx.QueueInfoBeanImpl
- All Implemented Interfaces:
QueueInfoBean,org.springframework.beans.factory.InitializingBean
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.jmx.mbeans.impl.AbstractJMXMBean
AbstractJMXMBean.TenantAwareExecutor<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.integration.channel.QueueChannelintintvoidsetBeanName(String beanName) voidsetChannel(org.springframework.integration.channel.QueueChannel channel) toString()Methods inherited from class de.hybris.platform.jmx.mbeans.impl.AbstractJMXMBean
activateTenant, afterPropertiesSet, deactivateTenant, getBeanInterface, getObjectName, isJNDIContextAware, setBeanInterface, setJmxPathMethods inherited from class de.hybris.platform.jmx.mbeans.impl.JMXBindableTenantAwareObject
getJmxDomain, getJmxPath, getObjectNameString, getTenantId, setTenant
-
Constructor Details
-
QueueInfoBeanImpl
public QueueInfoBeanImpl()
-
-
Method Details
-
getBeanName
- Specified by:
getBeanNamein interfaceQueueInfoBean
-
setBeanName
-
getChannel
public org.springframework.integration.channel.QueueChannel getChannel() -
setChannel
public void setChannel(org.springframework.integration.channel.QueueChannel channel) -
getQueueSize
public int getQueueSize()- Specified by:
getQueueSizein interfaceQueueInfoBean
-
getRemainingCapacity
public int getRemainingCapacity()- Specified by:
getRemainingCapacityin interfaceQueueInfoBean
-
toString
-