org.apache.activemq.apollo.dto
Class StompConnectionStatusDTO

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
              extended by org.apache.activemq.apollo.dto.StompConnectionStatusDTO

public class StompConnectionStatusDTO
extends ConnectionStatusDTO

Author:
Hiram Chirino

Field Summary
 java.lang.String protocol_version
          The version of the STOMP protocol being used.
 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
 
Fields inherited from class org.apache.activemq.apollo.dto.ConnectionStatusDTO
protocol, read_counter, remote_address, transport, write_counter
 
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
StompConnectionStatusDTO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

protocol_version

public java.lang.String protocol_version
The version of the STOMP protocol being used.


user

public java.lang.String user
The connected user


waiting_on

public java.lang.String waiting_on
What the connection is currently waiting on


subscription_count

public int subscription_count
Opens subscriptions that the connection has created.

Constructor Detail

StompConnectionStatusDTO

public StompConnectionStatusDTO()


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