Package org.apache.activemq.store
Interface PersistenceAdapterSupport.DestinationMatcher
- 
- Enclosing class:
- PersistenceAdapterSupport
 
 public static interface PersistenceAdapterSupport.DestinationMatcherProvides an interface for a Destination matching object that can be used to search for specific destinations from a persistence adapter.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(ActiveMQDestination destination)Given a Destination object, return true if the destination matches some defined search criteria, false otherwise.
 
- 
- 
- 
Method Detail- 
matchesboolean matches(ActiveMQDestination destination) Given a Destination object, return true if the destination matches some defined search criteria, false otherwise.- Parameters:
- destination- the destination to inspect.
- Returns:
- true if the destination matches the target criteria, false otherwise.
 
 
- 
 
-