org.apache.activemq.apollo.dto
Class DurableSubscriptionDTO

java.lang.Object
  extended by org.apache.activemq.apollo.dto.QueueDTO
      extended by org.apache.activemq.apollo.dto.DurableSubscriptionDTO

public class DurableSubscriptionDTO
extends QueueDTO

Author:
Hiram Chirino

Field Summary
 java.lang.String client_id
          To narrow down matches to a client id
 java.lang.String subscription_id
          To narrow down matches to a subscription id
 
Fields inherited from class org.apache.activemq.apollo.dto.QueueDTO
acl, consumer_buffer, name, persistent, producer_buffer, queue_buffer, swap, swap_range_size, unified
 
Constructor Summary
DurableSubscriptionDTO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

client_id

public java.lang.String client_id
To narrow down matches to a client id


subscription_id

public java.lang.String subscription_id
To narrow down matches to a subscription id

Constructor Detail

DurableSubscriptionDTO

public DurableSubscriptionDTO()


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