|
|||||||||
| 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 |
connected
The number of connections that this connector has currently connected. |
long |
connection_counter
The total number of connections accepted by the broker since it started. |
java.util.List<LongIdLabeledDTO> |
connections
The connections that have been created via the connector. |
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 |
long |
messages_received
The number of messages that have been received from connections created by this broker. |
long |
messages_sent
The number of messages that have been sent to connections created by this broker. |
long |
read_counter
The number of bytes that have been read from the connections created by this broker. |
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 |
long |
write_counter
The number of bytes that have been written to the connections created by this 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 long connection_counter
public long connected
public java.util.List<LongIdLabeledDTO> connections
public long messages_sent
public long messages_received
public long read_counter
public long write_counter
| Constructor Detail |
|---|
public BrokerStatusDTO()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||