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.
 java.util.List<java.lang.Object> other
          To hold any other non-matching XML elements
 java.lang.String selector
          An optional selector that the durable subscription will be created with when it's first eagerly created.
 java.lang.String topic
          If the topic and id are specified, then the durable subscription can be eagerly created.
 
Fields inherited from class org.apache.activemq.apollo.dto.QueueDTO
auto_delete_after, consumer_buffer, persistent, queue_buffer, quota, swap, swap_range_size, unified
 
Fields inherited from class org.apache.activemq.apollo.dto.StringIdDTO
id
 
Constructor Summary
DurableSubscriptionDTO()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, 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.


topic

public java.lang.String topic
If the topic and id are specified, then the durable subscription can be eagerly created.


selector

public java.lang.String selector
An optional selector that the durable subscription will be created with when it's first eagerly created.


other

public java.util.List<java.lang.Object> other
To hold any other non-matching XML elements

Constructor Detail

DurableSubscriptionDTO

public DurableSubscriptionDTO()
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class QueueDTO

hashCode

public int hashCode()
Overrides:
hashCode in class QueueDTO


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