org.apache.activemq.apollo.dto
Class DestinationDTO

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

public abstract class DestinationDTO
extends java.lang.Object

Author:
Hiram Chirino

Field Summary
 java.lang.String name
           
 
Constructor Summary
DestinationDTO()
           
DestinationDTO(java.lang.String name)
           
 
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
Constructor Detail

DestinationDTO

public DestinationDTO()

DestinationDTO

public DestinationDTO(java.lang.String name)


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