|
|||||||||
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 |
protocol
The protocol the connection is using. |
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 |
java.lang.String |
transport
The transport the connection is using. |
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long read_counter
public long write_counter
public java.lang.String transport
public java.lang.String protocol
public java.lang.String remote_address
Constructor Detail |
---|
public ConnectionStatusDTO()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |