org.apache.activemq.apollo.dto
Class ConnectorStatusDTO

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.ConnectorStatusDTO

public class ConnectorStatusDTO
extends ServiceStatusDTO

Author:
Hiram Chirino

Field Summary
 long accepted
          The number of connections that this connector has accepted.
 long connected
          The number of connections that this connector has currently connected.
 
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
ConnectorStatusDTO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

accepted

public long accepted
The number of connections that this connector has accepted.


connected

public long connected
The number of connections that this connector has currently connected.

Constructor Detail

ConnectorStatusDTO

public ConnectorStatusDTO()


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