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
 java.util.List<java.lang.String> dsubs
          Ids of all the durable subscriptions that exist on the broker
 java.util.List<java.lang.String> queues
          Ids of all the queues that exist on the broker
 boolean store
          Is the virtual host using a store.
 java.util.List<java.lang.String> topics
          Ids of all the topics that exist 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

topics

public java.util.List<java.lang.String> topics
Ids of all the topics that exist on the broker


queues

public java.util.List<java.lang.String> queues
Ids of all the queues that exist on the broker


dsubs

public java.util.List<java.lang.String> dsubs
Ids of all the durable subscriptions that exist on the broker


store

public boolean store
Is the virtual host using a store.

Constructor Detail

VirtualHostStatusDTO

public VirtualHostStatusDTO()


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