|
|||||||||
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.BrokerStatusDTO
public class BrokerStatusDTO
Field Summary | |
---|---|
long |
connection_counter
The total number of connections accepted by the broker. |
java.util.List<LongIdLabeledDTO> |
connections
Ids of all the connections running on the broker |
java.util.List<java.lang.String> |
connectors
Ids of all the connectors running on the broker |
long |
current_time
The current time on the broker machine. |
JvmMetricsDTO |
jvm_metrics
Metrics about the JVM |
java.lang.String |
version
Version of the broker |
java.util.List<java.lang.String> |
virtual_hosts
Ids of all the virtual hosts 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 | |
---|---|
BrokerStatusDTO()
|
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.lang.String version
public JvmMetricsDTO jvm_metrics
public long current_time
public java.util.List<java.lang.String> virtual_hosts
public java.util.List<java.lang.String> connectors
public java.util.List<LongIdLabeledDTO> connections
public long connection_counter
Constructor Detail |
---|
public BrokerStatusDTO()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |