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.
 ConnectorDTO config
          The current running configuration of the object
 java.util.List<LongIdLabeledDTO> connections
          Ids of all open connections that the connector is managing.
 
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.


connections

public java.util.List<LongIdLabeledDTO> connections
Ids of all open connections that the connector is managing.


config

public ConnectorDTO config
The current running configuration of the object

Constructor Detail

ConnectorStatusDTO

public ConnectorStatusDTO()


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