|
|||||||||
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.ConnectionStatusDTO
public class ConnectionStatusDTO
Field Summary | |
---|---|
java.lang.String |
connector
The connector that created the connection. |
long |
last_read_size
The number of bytes that have been read from the connection. |
long |
last_write_size
The number of bytes that have been written to the connection. |
java.lang.String |
local_address
The local address of the connection |
long |
messages_received
The number of messages that have been received from the connection. |
long |
messages_sent
The number of messages that have been sent to the connection. |
java.lang.String |
protocol
The protocol the connection is using. |
java.lang.String |
protocol_session_id
The session id of the protocol. |
java.lang.String |
protocol_version
The version of the protocol being used. |
long |
read_counter
The number of bytes that have been read from the connection. |
java.lang.String |
remote_address
The remote address of the connection |
int |
subscription_count
Opens subscriptions that the connection has created. |
java.lang.String |
user
The connected user |
java.lang.String |
waiting_on
What the connection is currently waiting on |
long |
write_counter
The number of bytes that have been written to the connection. |
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 | |
---|---|
ConnectionStatusDTO()
|
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 long last_read_size
public long last_write_size
public long read_counter
public long write_counter
public long messages_sent
public long messages_received
public java.lang.String connector
public java.lang.String protocol
public java.lang.String protocol_version
public java.lang.String remote_address
public java.lang.String local_address
public java.lang.String protocol_session_id
public java.lang.String user
public java.lang.String waiting_on
public int subscription_count
Constructor Detail |
---|
public ConnectionStatusDTO()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |