|
|||||||||
| 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.TopicStatusDTO
public class TopicStatusDTO
| Field Summary | |
|---|---|
TopicDTO |
config
|
java.util.List<LinkDTO> |
consumers
Ids of all connections that are consuming from the destination |
java.util.List<java.lang.String> |
dsubs
Ids of all queues that are associated with the destination |
DestMetricsDTO |
metrics
|
java.util.List<LinkDTO> |
producers
Ids of all connections that are producing to the destination |
| 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 | |
|---|---|
TopicStatusDTO()
|
|
| 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 TopicDTO config
public java.util.List<LinkDTO> producers
public java.util.List<LinkDTO> consumers
public java.util.List<java.lang.String> dsubs
public DestMetricsDTO metrics
| Constructor Detail |
|---|
public TopicStatusDTO()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||