org.apache.activemq.apollo.dto
Class DurableSubscriptionDTO
java.lang.Object
org.apache.activemq.apollo.dto.StringIdDTO
org.apache.activemq.apollo.dto.QueueDTO
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.StringIdDTO |
id |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
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
DurableSubscriptionDTO
public DurableSubscriptionDTO()
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.