|
|||||||||
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 | |
---|---|
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 |
---|
public StoreStatusDTO store
public java.util.List<LongIdLabeledDTO> topics
public java.util.List<LongIdLabeledDTO> queues
public VirtualHostDTO config
public AggregateQueueMetricsDTO aggregate_queue_metrics
Constructor Detail |
---|
public VirtualHostStatusDTO()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |