Uses of Class
org.apache.activemq.filter.DestinationMapEntry

Packages that use DestinationMapEntry
org.apache.activemq The core JMS client API implementation classes. 
org.apache.activemq.broker.region.policy   
org.apache.activemq.filter Filter implementations for wildcards & JMS selectors 
 

Uses of DestinationMapEntry in org.apache.activemq
 

Subclasses of DestinationMapEntry in org.apache.activemq
 class RedeliveryPolicy
          Configuration options for a messageConsumer used to control how messages are re-delivered when they are rolled back.
 

Uses of DestinationMapEntry in org.apache.activemq.broker.region.policy
 

Methods in org.apache.activemq.broker.region.policy that return types with arguments of type DestinationMapEntry
protected  Class<? extends DestinationMapEntry> RedeliveryPolicyMap.getEntryClass()
           
 

Uses of DestinationMapEntry in org.apache.activemq.filter
 

Subclasses of DestinationMapEntry in org.apache.activemq.filter
 class DefaultDestinationMapEntry
          A default entry in a DestinationMap which holds a single value.
 

Methods in org.apache.activemq.filter that return DestinationMapEntry
 DestinationMapEntry DefaultDestinationMapEntry.getValue()
           
 

Methods in org.apache.activemq.filter that return types with arguments of type DestinationMapEntry
protected  Class<? extends DestinationMapEntry> DestinationMap.getEntryClass()
          Returns the type of the allowed entries which can be set via the DestinationMap.setEntries(List) method.
 

Methods in org.apache.activemq.filter with parameters of type DestinationMapEntry
 void DefaultDestinationMapEntry.setValue(DestinationMapEntry value)
           
 

Method parameters in org.apache.activemq.filter with type arguments of type DestinationMapEntry
protected  void DestinationMap.setEntries(List<DestinationMapEntry> entries)
          A helper method to allow the destination map to be populated from a dependency injection framework such as Spring
 



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