|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.activemq.apollo.dto.StringIdDTO
org.apache.activemq.apollo.dto.ServiceStatusDTO
org.apache.activemq.apollo.dto.VirtualHostStatusDTO
public class VirtualHostStatusDTO
| 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> |
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 |
| 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 org.apache.activemq.apollo.dto.StringIdDTO |
|---|
equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public VirtualHostStatusDTO()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||