Class QueueInfoBeanImpl

    • Constructor Detail

      • QueueInfoBeanImpl

        public QueueInfoBeanImpl()
    • Method Detail

      • setBeanName

        public void setBeanName​(java.lang.String beanName)
      • getChannel

        public org.springframework.integration.channel.QueueChannel getChannel()
      • setChannel

        public void setChannel​(org.springframework.integration.channel.QueueChannel channel)
      • getSendDuration

        @Deprecated(since="2005",
                    forRemoval=true)
        public org.springframework.integration.support.management.Statistics getSendDuration()
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 2005
        Specified by:
        getSendDuration in interface QueueInfoBean
      • getSendRate

        @Deprecated(since="2005",
                    forRemoval=true)
        public org.springframework.integration.support.management.Statistics getSendRate()
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 2005
        Specified by:
        getSendRate in interface QueueInfoBean
      • getErrorRate

        @Deprecated(since="2005",
                    forRemoval=true)
        public org.springframework.integration.support.management.Statistics getErrorRate()
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 2005
        Specified by:
        getErrorRate in interface QueueInfoBean
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object