org.apache.activemq.apollo.dto
Class QueueDestinationDTO

java.lang.Object
  extended by org.apache.activemq.apollo.dto.DestinationDTO
      extended by org.apache.activemq.apollo.dto.QueueDestinationDTO

public class QueueDestinationDTO
extends DestinationDTO

Author:
Hiram Chirino

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

Constructor Detail

QueueDestinationDTO

public QueueDestinationDTO()

QueueDestinationDTO

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

QueueDestinationDTO

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

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class DestinationDTO


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