org.apache.activemq.apollo.dto
Class QueueConsumerStatusDTO

java.lang.Object
  extended by org.apache.activemq.apollo.dto.QueueConsumerStatusDTO

public class QueueConsumerStatusDTO
extends java.lang.Object

Author:
Hiram Chirino

Field Summary
 int acquired_count
           
 long acquired_size
           
 LinkDTO link
          link to who is consuming from the queue.
 long position
           
 long total_ack_count
           
 long total_dispatched_count
           
 long total_dispatched_size
           
 long total_nack_count
           
 java.lang.String waiting_on
          What the consumer is currently waiting on
 
Constructor Summary
QueueConsumerStatusDTO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

link

public LinkDTO link
link to who is consuming from the queue.


position

public long position

acquired_count

public int acquired_count

acquired_size

public long acquired_size

total_dispatched_count

public long total_dispatched_count

total_dispatched_size

public long total_dispatched_size

total_ack_count

public long total_ack_count

total_nack_count

public long total_nack_count

waiting_on

public java.lang.String waiting_on
What the consumer is currently waiting on

Constructor Detail

QueueConsumerStatusDTO

public QueueConsumerStatusDTO()


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