Uses of Class
org.apache.activemq.apollo.dto.LinkDTO

Uses of LinkDTO in org.apache.activemq.apollo.dto
 

Fields in org.apache.activemq.apollo.dto declared as LinkDTO
 LinkDTO QueueConsumerStatusDTO.link
          link to who is consuming from the queue.
 

Fields in org.apache.activemq.apollo.dto with type parameters of type LinkDTO
 java.util.List<LinkDTO> TopicStatusDTO.consumers
          Ids of all connections that are consuming from the destination
 java.util.List<LinkDTO> TopicStatusDTO.producers
          Ids of all connections that are producing to the destination
 java.util.List<LinkDTO> QueueStatusDTO.producers
          Ids of all connections that are producing to the destination
 



Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.