org.apache.activemq.apollo.dto
Class QueueStatusDTO

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

public class QueueStatusDTO
extends LongIdDTO

Author:
Hiram Chirino

Field Summary
 QueueDTO config
           
 java.util.List<QueueConsumerStatusDTO> consumers
          Ids of all connections that are consuming from the destination
 DestinationDTO destination
           
 java.util.List<EntryStatusDTO> entries
          Status of the entries in the queue
 QueueMetricsDTO metrics
           
 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
QueueStatusDTO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config

public QueueDTO config

destination

public DestinationDTO destination

metrics

public QueueMetricsDTO metrics

entries

public java.util.List<EntryStatusDTO> entries
Status of the entries in the queue


producers

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


consumers

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

Constructor Detail

QueueStatusDTO

public QueueStatusDTO()


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