org.apache.activemq.apollo.dto
Class ConnectionStatusDTO

java.lang.Object
  extended by org.apache.activemq.apollo.dto.StringIdDTO
      extended by org.apache.activemq.apollo.dto.ServiceStatusDTO
          extended by org.apache.activemq.apollo.dto.ConnectionStatusDTO
Direct Known Subclasses:
StompConnectionStatusDTO

public class ConnectionStatusDTO
extends ServiceStatusDTO

Author:
Hiram Chirino

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

read_counter

public long read_counter
The number of bytes that have been read from the connection.


write_counter

public long write_counter
The number of bytes that have been written to the connection.


transport

public java.lang.String transport
The transport the connection is using.


protocol

public java.lang.String protocol
The protocol the connection is using.


remote_address

public java.lang.String remote_address
The remote address of the connection

Constructor Detail

ConnectionStatusDTO

public ConnectionStatusDTO()


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.