org.apache.activemq.apollo.dto
Class TopicDTO

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

public class TopicDTO
extends java.lang.Object

Author:
Hiram Chirino

Field Summary
 TopicAclDTO acl
           
 java.lang.String name
          The name of the destination.
 java.lang.String slow_consumer_policy
           
 
Constructor Summary
TopicDTO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
The name of the destination. You can use wild cards.


slow_consumer_policy

public java.lang.String slow_consumer_policy

acl

public TopicAclDTO acl
Constructor Detail

TopicDTO

public TopicDTO()


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