org.apache.activemq.apollo.dto
Class TopicStatusDTO

java.lang.Object
  extended by org.apache.activemq.apollo.dto.LongIdDTO
      extended by org.apache.activemq.apollo.dto.TopicStatusDTO

public class TopicStatusDTO
extends LongIdDTO

Author:
Hiram Chirino

Field Summary
 TopicDTO config
           
 java.util.List<LinkDTO> consumers
          Ids of all connections that are consuming from the destination
 java.util.List<LongIdLabeledDTO> durable_subscriptions
          Ids of all queues that are associated with the destination
 java.lang.String name
          The destination name
 java.util.List<LinkDTO> producers
          Ids of all connections that are producing to the destination
 
Fields inherited from class org.apache.activemq.apollo.dto.LongIdDTO
id
 
Constructor Summary
TopicStatusDTO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
The destination name


config

public TopicDTO config

producers

public java.util.List<LinkDTO> producers
Ids of all connections that are producing to the destination


consumers

public java.util.List<LinkDTO> consumers
Ids of all connections that are consuming from the destination


durable_subscriptions

public java.util.List<LongIdLabeledDTO> durable_subscriptions
Ids of all queues that are associated with the destination

Constructor Detail

TopicStatusDTO

public TopicStatusDTO()


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