public class ConnectorStatusDTO extends ServiceStatusDTO
Modifier and Type | Field and Description |
---|---|
long |
connected
The number of connections that this connector has currently connected.
|
long |
connection_counter
The number of connections that this connector has accepted.
|
java.util.List<LongIdLabeledDTO> |
connections
The connections that have been created via the connector.
|
java.lang.String |
local_address
The local address the connector has bound
|
long |
messages_received
The number of messages that have been received from connections created
by this connector.
|
long |
messages_sent
The number of messages that have been sent to connections created
by this connector.
|
java.lang.String |
protocol |
long |
read_counter
The number of bytes that have been read from the connections created by this
connector.
|
long |
write_counter
The number of bytes that have been written to the connections created by this
connector.
|
state, state_since
id
Constructor and Description |
---|
ConnectorStatusDTO() |
equals, hashCode
public java.lang.String local_address
public java.lang.String protocol
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
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.