public class VirtualHostStatusDTO extends ServiceStatusDTO
Modifier and Type | Field and Description |
---|---|
java.util.List<java.lang.String> |
dsubs
Ids of all the durable subscriptions that exist on the broker
|
java.util.List<java.lang.String> |
host_names
The host names route you to the the virtual host.
|
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 virtual host
|
state, state_since
id
Constructor and Description |
---|
VirtualHostStatusDTO() |
equals, hashCode
public java.util.List<java.lang.String> topics
public java.util.List<java.lang.String> queues
public java.util.List<java.lang.String> dsubs
public boolean store
public java.util.List<java.lang.String> host_names
Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.