org.apache.activemq.filter
Class DefaultDestinationMapEntry

java.lang.Object
  extended by org.apache.activemq.filter.DestinationMapEntry
      extended by org.apache.activemq.filter.DefaultDestinationMapEntry
All Implemented Interfaces:
java.lang.Comparable

public class DefaultDestinationMapEntry
extends DestinationMapEntry

A default entry in a DestinationMap which holds a single value.


Constructor Summary
DefaultDestinationMapEntry()
           
 
Method Summary
 DestinationMapEntry getValue()
           
 void setValue(DestinationMapEntry value)
           
 
Methods inherited from class org.apache.activemq.filter.DestinationMapEntry
afterPropertiesSet, compareTo, getDestination, setDestination, setQueue, setTempQueue, setTempTopic, setTopic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDestinationMapEntry

public DefaultDestinationMapEntry()
Method Detail

getValue

public DestinationMapEntry getValue()
Overrides:
getValue in class DestinationMapEntry

setValue

public void setValue(DestinationMapEntry value)


Copyright © 2005-2015. All Rights Reserved.