org.apache.activemq.apollo.dto
Class VirtualHostStatusDTO

java.lang.Object
  extended by org.apache.activemq.apollo.dto.StringIdDTO
      extended by org.apache.activemq.apollo.dto.ServiceStatusDTO
          extended by org.apache.activemq.apollo.dto.VirtualHostStatusDTO

public class VirtualHostStatusDTO
extends ServiceStatusDTO

Author:
Hiram Chirino

Field Summary
 AggregateQueueMetricsDTO aggregate_queue_metrics
           
 VirtualHostDTO config
          The current running configuration of the object
 java.util.List<LongIdLabeledDTO> queues
          Ids of all the queues running on the broker
 StoreStatusDTO store
          The status of the store
 java.util.List<LongIdLabeledDTO> topics
          Ids of all the topics running on the broker
 
Fields inherited from class org.apache.activemq.apollo.dto.ServiceStatusDTO
state, state_since
 
Fields inherited from class org.apache.activemq.apollo.dto.StringIdDTO
id
 
Constructor Summary
VirtualHostStatusDTO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

store

public StoreStatusDTO store
The status of the store


topics

public java.util.List<LongIdLabeledDTO> topics
Ids of all the topics running on the broker


queues

public java.util.List<LongIdLabeledDTO> queues
Ids of all the queues running on the broker


config

public VirtualHostDTO config
The current running configuration of the object


aggregate_queue_metrics

public AggregateQueueMetricsDTO aggregate_queue_metrics
Constructor Detail

VirtualHostStatusDTO

public VirtualHostStatusDTO()


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