org.springframework.jms.listener.adapter
Class MessageListenerAdapter.DestinationNameHolder

java.lang.Object
  extended by org.springframework.jms.listener.adapter.MessageListenerAdapter.DestinationNameHolder
Enclosing class:
MessageListenerAdapter

private static class MessageListenerAdapter.DestinationNameHolder
extends java.lang.Object

Internal class combining a destination name and its target destination type (queue or topic).


Field Summary
 boolean isTopic
           
 java.lang.String name
           
 
Constructor Summary
MessageListenerAdapter.DestinationNameHolder(java.lang.String name, boolean isTopic)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final java.lang.String name

isTopic

public final boolean isTopic
Constructor Detail

MessageListenerAdapter.DestinationNameHolder

public MessageListenerAdapter.DestinationNameHolder(java.lang.String name,
                                                    boolean isTopic)