org.apache.activemq.apollo.dto
Class BrokerStatusDTO

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.BrokerStatusDTO

public class BrokerStatusDTO
extends ServiceStatusDTO

Author:
Hiram Chirino

Field Summary
 AggregateQueueMetricsDTO aggregate_queue_metrics
           
 BrokerDTO config
          The current running configuration of the object
 java.util.List<LongIdLabeledDTO> connections
          Ids of all the connections running on the broker
 java.util.List<java.lang.String> connectors
          Ids of all the connectors running on the broker
 long current_time
          The current time on the broker machine.
 java.util.List<java.lang.String> virtual_hosts
          Ids of all the virtual hosts 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
BrokerStatusDTO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

current_time

public long current_time
The current time on the broker machine. In milliseconds since the epoch.


virtual_hosts

public java.util.List<java.lang.String> virtual_hosts
Ids of all the virtual hosts running on the broker


connectors

public java.util.List<java.lang.String> connectors
Ids of all the connectors running on the broker


connections

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


config

public BrokerDTO config
The current running configuration of the object


aggregate_queue_metrics

public AggregateQueueMetricsDTO aggregate_queue_metrics
Constructor Detail

BrokerStatusDTO

public BrokerStatusDTO()


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