org.apache.activemq.apollo.dto
Class DurableSubscriptionDTO

java.lang.Object
  extended by org.apache.activemq.apollo.dto.StringIdDTO
      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 id_regex
          A regular expression used to match the subsciption id.
 
Fields inherited from class org.apache.activemq.apollo.dto.QueueDTO
acl, auto_delete_after, consumer_buffer, persistent, queue_buffer, swap, swap_range_size, unified
 
Fields inherited from class org.apache.activemq.apollo.dto.StringIdDTO
id
 
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

id_regex

public java.lang.String id_regex
A regular expression used to match the subsciption id.

Constructor Detail

DurableSubscriptionDTO

public DurableSubscriptionDTO()


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