org.apache.activemq.apollo.dto
Class TopicDTO

java.lang.Object
  extended by org.apache.activemq.apollo.dto.StringIdDTO
      extended by org.apache.activemq.apollo.dto.TopicDTO

public class TopicDTO
extends StringIdDTO

Author:
Hiram Chirino

Field Summary
 java.lang.Integer auto_delete_after
          Controls when the topic will auto delete.
 java.util.List<java.lang.Object> other
          To hold any other non-matching XML elements
 java.lang.String slow_consumer_policy
           
 
Fields inherited from class org.apache.activemq.apollo.dto.StringIdDTO
id
 
Constructor Summary
TopicDTO()
           
 
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

auto_delete_after

public java.lang.Integer auto_delete_after
Controls when the topic will auto delete. If set to zero, then the topic will NOT auto delete, otherwise the topic will auto delete after it has been unused for the number of seconds configured in this field. If unset, it defaults to 5 minutes


slow_consumer_policy

public java.lang.String slow_consumer_policy

other

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

Constructor Detail

TopicDTO

public TopicDTO()
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class StringIdDTO


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