org.apache.activemq.apollo.dto
Class TopicDestinationDTO

java.lang.Object
  extended by org.apache.activemq.apollo.dto.DestinationDTO
      extended by org.apache.activemq.apollo.dto.TopicDestinationDTO
Direct Known Subclasses:
DurableSubscriptionDestinationDTO

public class TopicDestinationDTO
extends DestinationDTO

Author:
Hiram Chirino

Field Summary
 
Fields inherited from class org.apache.activemq.apollo.dto.DestinationDTO
path, temp_owner
 
Constructor Summary
TopicDestinationDTO()
           
TopicDestinationDTO(java.util.List<java.lang.String> name)
           
TopicDestinationDTO(java.lang.String[] name)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.apache.activemq.apollo.dto.DestinationDTO
equals, hashCode, name
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TopicDestinationDTO

public TopicDestinationDTO()

TopicDestinationDTO

public TopicDestinationDTO(java.util.List<java.lang.String> name)

TopicDestinationDTO

public TopicDestinationDTO(java.lang.String[] name)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class DestinationDTO


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