Package org.apache.activemq.apollo.dto

Examples of org.apache.activemq.apollo.dto.TopicStatusDTO


                if( dto != null ) {
                    metrics = dto.metrics;
                }
            }
            case TOPIC_TYPE: {
                final TopicStatusDTO dto = BrokerTestSupport.topic_status((Broker) broker, name(destination));
                if( dto != null ) {
                    metrics = dto.metrics;
                }
            }
            case TEMP_TOPIC_TYPE:
View Full Code Here

TOP

Related Classes of org.apache.activemq.apollo.dto.TopicStatusDTO

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.